From 6a665ab89c7ce90ae9490d2be1122f122301c638 Mon Sep 17 00:00:00 2001 From: Carlos Crespo Date: Tue, 22 Oct 2024 14:05:58 +0200 Subject: [PATCH] Redirect ECS k8s entities to dashboards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create entity_client functions Create entity_client functions Fix entityLatest flatten object Fix redirection to service overview Fix redirection to service overview Add tests Add tests Refactoring and tests Clean up [CI] Auto-commit changed files from 'node scripts/yarn_deduplicate' fix after rebase Fix build [Dataset Quality]Fix elastic doc test (#197835) Found a bug while backporting another PR. The elastic docs in main always refer to master, but once a release is cut, it check for specific version in the URL. hence updated the test P.S: This does not need backport to 8.x as this has already been fixed in 8.x [FTR][Ownership] Assign visualize, etc (#197664) Assign test files to small number of reviewers Assigned visualize due to the name Assigned functional_execution_context due to https://github.com/elastic/kibana/blob/main/x-pack/test/functional_execution_context/plugins/alerts/kibana.jsonc#L4 Assigned kubernetes_security per https://github.com/elastic/kibana/blob/main/x-pack/plugins/kubernetes_security/kibana.jsonc#L4 Assigned licensing_plugin due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/licensing/kibana.jsonc#L4 Assigned rule_registry due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/rule_registry/kibana.jsonc#L4-L5 Assigned usage_collection due to https://github.com/elastic/kibana/blob/main/api_docs/usage_collection.mdx#L18 - It says `Contact @elastic/kibana-core for questions regarding this plugin.` Assigned observability_onboarding_api_integration due to https://github.com/elastic/kibana/blob/main/api_docs/observability_onboarding.mdx#L18 - It says `Contact @elastic/obs-ux-logs-team for questions regarding this plugin.` Contributes to: https://github.com/elastic/kibana/issues/194817 [React@18 failing tests] Dataset quality handles user privileges (#197830) [Security Solution] Add data source editable component (#196948) **Partially addresses:** https://github.com/elastic/kibana/issues/171520 This PR adds is built on top of https://github.com/elastic/kibana/pull/193828 and add a Data Source editable component for final edit side of Three Way Diff tab of the upgrade prebuilt rule workflow. https://github.com/elastic/kibana/issues/171520 required adding editable components for each field diffable rule field. It imposes some difficulties since it's quite problematic to reuse existing especially complex components like Data Source from Define Rule step component. This PR make little refactoring to the Define Rule step component to make it simpler and make it easier to reuse Data Source related code chunks scattered in Define Rule step component. You may notice some copy-paste chunks of Data Source editable component in the PR. At this stage it's the simplest way to proceed to avoid huge refactoring and potential new bugs. Taking into account deadlines for the task it looks like a good trade off. There is a plan to work on improvements for rules creation/editing forms later on. search: move getting started to footer (#197849) Moved the `Getting Started` link to the footer ![image](https://github.com/user-attachments/assets/4d388fba-c6a4-4a72-b9f1-5ea839e435fe) [OpenAPI][DOCS] Add descriptions, examples, responses for role APIs (#195527) Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com> [Security Solution] Unskips Timeline Cypress tests (#195721) Fixes below Flaky tests issues : - [x] https://github.com/elastic/kibana/issues/180688 - [x] https://github.com/elastic/kibana/issues/176945 - [x] https://github.com/elastic/kibana/issues/175180 - [x] https://github.com/elastic/kibana/issues/181466 - [x] https://github.com/elastic/kibana/issues/182021 - [x] https://github.com/elastic/kibana/issues/183085 - [x] https://github.com/elastic/kibana/issues/175180 --------- Co-authored-by: Michael Olorunnisola [ci] Use es snapshot cache on miscellaneous steps, adjust schedule (#197294) The schedule adjustment is due to 7.17 verification taking longer than other branches. Currently, we only rebuild once when main is updated. This is a stopgap until a cache-only update can be introduced to avoid continuous image rebuilds. [SR] Add tooltips for disabled fields on managed SLM repository and policy (#196565) Closes https://github.com/elastic/kibana/issues/173124#issuecomment-2352968634 by adding tooltips details when hovering the disabled SLM repository or policy fields. **SLM managed repository** ![Screenshot 2024-10-16 at 1 38 19](https://github.com/user-attachments/assets/3bd11ea5-f846-433f-8615-b51de184336b) **SLM managed policy** ![Screenshot 2024-10-16 at 1 37 57](https://github.com/user-attachments/assets/d11757bd-bda5-4b4f-8c1e-e795e01b1fa2) - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [x] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Elena Stoeva <59341489+ElenaStoeva@users.noreply.github.com> [Security GenAI] When indices referenced in KB index entries are deleted from OUTSIDE the AI Assistant KB UI, there is not indication to the user (#197156) (#197722) Bug https://github.com/elastic/kibana/issues/197156 This is a UI part of the bug that warns a user about missing indices used in knowledge base entries. 1. Add an index entry that uses existing index 2. Remove that index 3. Go back to knowledge base entries page 4. You should see warning icon next to the name of the index entry which uses removed index. Also, when you edit that entry you will see `Index doesn't exist` error next to the `Index` field in the flyout Screenshot 2024-10-24 at 19 54 36 Screenshot 2024-10-24 at 19 54 52 Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios [Security Solution][Endpoint] Ensure that DS indices for response actions are created prior to sending action to Endpoint (#196953) PR adds changes to Security Solution so that DOT indices (restricted in Serverless) are created in Kibana prior to Elastic Defend (Endpoint) attempting to stream documents to these indices. The indices that are now created in kibana are: - `.logs-endpoint.diagnostic.collection-` - `.logs-endpoint.action.responses-` - `.logs-endpoint.heartbeat-` _(⚠️ created only in serverless only)_ - Added support for the following two server-side extension points: - `packagePolicyPostUpdate` : callbacks invoked after an integration policy has been updated successfully - `agentPolicyPostUpdate` : callbacks invoked after an agent policy has been updated successfully - Logic was added to the following Fleet server-side extension points that checks if the necessary indices exist and if not, it creates them: - After creating an Elastic Defend integration policy - After updating an Elastic Defend integration policy - After updating a Fleet Agent Policy that includes Elastic Defend integration policy Mark connector param validation failures as user errors (#197812) Resolves https://github.com/elastic/response-ops-team/issues/255 In this PR, I'm changing the type of error thrown when connector parameter validation fails so it indicates it's a user type of error. This will allow us to exclude these errors from our serverless monitoring given the users define the parameters the connectors receive when they run. Mainly via alerting rule mustache templates, which are easy to render empty strings and such. [Security Solution][Notes] - fix createdBy filter for notes management page (#197706) [Search][Fix] Index Details: poll mappings (#197885) [Security GenAI] When a "global" Knowledge Base entry is updated to "private", a duplicate "private" entry gets created and the global entry remains unchanged (#197157) (#197516) Original ticket describing the BUG: https://github.com/elastic/kibana/issues/197157 These changes fix two issues: 1. Updating an entry from Global to Private duplicates it. After discussing with the team we decided that this is an expected behaviour and we would add a modal dialog which warns users about it. See more details here https://github.com/elastic/kibana/issues/197157#issuecomment-2432592394 2. Editing Private entry and switching the sharing option twice from Private => Global => Private causes the issue where we would treat selected entry as a new one and thus calling "create entry" instead of "update". * Edit private entry * Update entry's name * Switch sharing option to Global * Switch sharing option back to Private * Save the entry **Current behaviour**: a new private entry is created **Expected behaviour**: existing private entry is updated https://github.com/user-attachments/assets/e11e14bd-c557-401e-a23f-e01ac7aedf30 Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to de4d5b0 (main) (#197917) [Response Ops][Maintenance Window] Fix Maintenance Window Wildcard Scoped Queries (#194777) Issue: https://github.com/elastic/sdh-kibana/issues/4923 Fixes maintenance window scoped query using wildcards by injecting the `analyze_wildcard` property to the DSL used to determine which alerts should be associated with the maintenance window. Also fixes the update route to correctly take into account the user's `allowLeadingWildcard` flag. It was implemented for the create route but not the update route. Fixes: https://github.com/elastic/kibana/issues/194763 1. Install sample data: ![image](https://github.com/user-attachments/assets/4be72fc8-e4ab-47a3-b5db-48f97b1827ae) 2. Create a maintenance window with the following scoped query: ![image](https://github.com/user-attachments/assets/e2d37fd0-b957-4e76-bea3-8d954651c557) 3. Create a ES query rule and trigger actions: ![image](https://github.com/user-attachments/assets/551f5145-9ab7-48c4-a48e-e674b4f0509a) 4. Assert the `maintenance_window_id` on the 4 alerts are set ![image](https://github.com/user-attachments/assets/7ace95d3-d992-4305-a564-cf3004c9ae9e) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios) --------- Co-authored-by: Elastic Machine [api-docs] 2024-10-27 Daily api_docs build (#197930) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/873 [Cloud Security] Clicking on Contextual Flyout popout Icon now opens page in new tab (#196763) Currently when user clicks on Popout icon on Misconfiguration or Vulnerabilities Contextual flyout, user gets redirected to Findings page but in the same tab. Popout Icon implies that it should navigate user to other page on separate Tabs as such the current behaviour is not right. This PR addresses that issue --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [ES|QL] Update function metadata (#197940) This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch. [Security Solution] Remove index pattern field from Sourcerer (#190113) This PR removes index pattern field from the sourcerer model, replacing it with direct access to data view spec. The end goal for the sourcerer is to just utilize platform wide Data View Types, instead of some custom abstractions / containers such as indexPattern field which is effectively a DataViewSpec, just packed up differently. [Cloud Security] add posture type for CSPM dashboard accounts link (#197633) - fixes https://github.com/elastic/security-team/issues/10914 [Observability Onboarding] Show search bar even when category is not selected (#197825) Closes https://github.com/elastic/observability-dev/issues/4065 🔒 Fixes an issue when search bar is not visible unless a category is selected. ![CleanShot 2024-10-25 at 14 53 44@2x](https://github.com/user-attachments/assets/774d2fe2-e4f0-4a46-a851-a0f756a96b12) Fix typo in the file name CR fixes [ResponseOps][Cases] Miscount of total numbers of alerts in telemetry (#196112) Closes https://github.com/elastic/kibana/issues/177208 Problem: - the metrics collected in telemetry for alerts don't count the total number of alerts on a case correctly. Solution: - added new aggregation function: getUniqueAlertCommentsCountQuery, which is now responsible for defining the cardinality aggregation for counting unique alert comments by alertId. - in the aggs section of the savedObjectsClient.find, the new cardinality aggregation query was added - the total number of alerts is updated to be the result extracted from the new aggregation Example: ![Screenshot 2024-10-22 at 15 20 40](https://github.com/user-attachments/assets/c418c82e-2e35-4c7f-969d-7f4f25bdbc9d) - in the telemetry object, we have the following info: Screenshot 2024-10-22 at 15 21 40 --------- Co-authored-by: Antonio [ResponseOps][Cases]Add instructions of how to create a connector in the create case form (#197041) Closes https://github.com/elastic/kibana/issues/189246 - A helper text was added in the create case form to tell the user that needs to create a connector in the stack management > cases > settings before attaching it to a case - A new "add connector" button was placed in the stack management > cases > settings page, in the connectors section https://github.com/user-attachments/assets/7866b41a-11b5-4ca3-bd65-988412ab1e2f --------- Co-authored-by: Antonio [Discover][ES|QL] Rename Documents tab to Results (#197833) This PR renames Documents label to Results for ES|QL mode. Screenshot 2024-10-25 at 15 44 32 Screenshot 2024-10-25 at 15 52 55 - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios [EDR Workflows] Enable Blocklist CY in MKI (#197952) Since adding this test file was tied to changes in Kibana, we initially couldn’t enable it in the MKI. The MKI relies on a Kibana image built from the main branch, and at that time, the necessary changes for these tests to pass hadn’t yet been merged. Now that these updates are included in the main branch, the Kibana image used in MKI has the required changes, so we can proceed with enabling the tests. Manual MKI run - https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-defend-workflows/builds/1545 [Security Solution][Detection Engine] removes legacy alerting endpoints from Security Solution dev scripts (#197424) - addresses https://github.com/elastic/kibana/issues/95842 --------- Co-authored-by: Ryland Herrick [CodeQL] Local run script (#194272) This PR introduces a script that allows developers to run CodeQL analysis locally. It uses a Docker container with prebuilt CodeQL queries to facilitate easy setup and execution. The script has the following key steps: - Creating a CodeQL database from the source code. The database is essentially a representation of the codebase that CodeQL uses to analyze for potential issues. - Running the analysis on the created database, `javascript-security-and-quality` suit is used. ``` bash scripts/codeql/quick_check.sh -s path/to/your-source-dir ``` For example ``` bash scripts/codeql/quick_check.sh -s ./x-pack/plugins/security_solution/public/common/components/ml/conditional_links ``` The `-s` option allows you to specify the path to the source code directory that you wish to analyze. Checked the ability to use MSFT image for local run https://github.com/microsoft/codeql-container. Turned out it has several problems: 1. The published one has an error with [execute permissions](https://github.com/microsoft/codeql-container/issues/53). 2. Container has outdated nodejs version, so it didn't parse our syntax (like `??`) and failed. 3. The technique used in the repository to download the CodeQL binaries and precompile the queries is outdated in the sense that GitHub now offers pre-compiled queries you can just download. Follow this [comment](https://github.com/microsoft/codeql-container/issues/53#issuecomment-1875879512). Taking this into consideration I have created a lightweight docker image without extraneous dependencies for go/.net/java. There are issues sometimes when analyze run returns no results, particularly when analyzing a single folder. It might be due to the missing context for the data flow graph CodeQL generates or context for interdependencies. This is actually a trade off of running it locally for a subset of source directories. We need to explicitly state that in the documentation and advise to expand the scope of source code directories involved for local scan. Documentation for triaging issues will be updated separately. __Closes: https://github.com/elastic/kibana/issues/195740__ chore(slo): remove tests migrated to agnostic framework (#197711) Resolves https://github.com/elastic/kibana/issues/183397 This PR is a follow up of https://github.com/elastic/kibana/pull/195927, that removes the old and migrated tests to the agnostic framework. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Dzmitry Lemechko [Response Ops][Task Manager] change task claiming interface to stop using observables (#196196) Resolves https://github.com/elastic/kibana/issues/184952 Changing task claimers to return promises instead of observables. This is a code refactor and should not have any effect on task claiming functionality. --------- Co-authored-by: Elastic Machine [Fleet] Fix agents count in agent list table and add tooltip with correct info (#197834) Fixes https://github.com/elastic/kibana/issues/195441 Selection agent count on agent list table gets incorrect when there are multiple hosted agents, especially if they are on inactive state. In fact to calculate the selected number of agents we were getting hosted agents, but without taking into account the filtering applied on the page, i.e. we were always getting all the hosted agent (inactive too). This caused the final calculation to be off. In this PR I'm fixing [the query](https://github.com/elastic/kibana/pull/197834/files#diff-9707a4b93a96749876e4cf173a0b39cd5a620e311e2652c5ed4b8670ca7e6becR309-R320) used to get those agents to take in account the filters and I'm also adding a small tooltip that breaks up the number of agents (selected, total, hosted) - Make sure to have many agents, hosted and not in different states (inactive, unenrolled) - To make a hosted agent inactive follow the steps explained [here](https://github.com/elastic/kibana/issues/195441) - Verify that the selection numbers are correct: select agents on all pages and hover on the new tooltip shown besides the "selected agents". This number should match the number shown on the actions dropdown Screenshot 2024-10-25 at 17 00 44 Screenshot 2024-10-25 at 17 00 59 https://github.com/user-attachments/assets/c153c491-29a1-481c-a3e3-25bab6412963 - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Elastic Machine [Cloud Security] exclude unknown findings from compliance score calculation (#197829) Findings from 3rd party date can have `result.evaluation: unknown`. This leads to incorrect posture/compliance score in our flows. This PR removes these findings from the score calculation and graphical representation. properly introducing `unknown` in the compliance score UX flows will be solved separately - fixes https://github.com/elastic/security-team/issues/10913 Screenshot 2024-10-25 at 14 19 03 Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) [Authz] OAS Descriptions for Route Authz (#197001) Closes https://github.com/elastic/kibana/issues/191714 Update process router to generate authz descriptions based on the new Route Security objects. Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine Add tags to connector run failures indicating if it's user or framework error (#197818) Resolves https://github.com/elastic/kibana/issues/197315 In this PR, I'm adding the following tags to the connector failure logs so it makes it easier to filter for systematic errors. - `connector-run-failed` for logs specific to connector run failures - `user-error` for errors caused by the user - `framework-error` for systematic errors You can either use the jest test to observe the returned flags or set your logging to JSON and make connectors fail. kibana.yml to set logging to JSON ``` logging: appenders: json-layout: type: console layout: type: json root: appenders: [json-layout] ``` [EDR Workflows] Fix Cypress tests failing on Alerts step (#197384) Delete data when clearing security entity store (#197938) Fixed a bug where the "Clear all entities" button in the security entity store didn't delete data due to a missing query parameter. FTR SAML Auth - Adjust stateful internal request header (#197994) This PR adds the `x-elastic-internal-origin` header to the stateful internal request headers used by FTR. This fixes an issue that we're seeing when running deployment agnostic tests against ESS on 9.0.0-SNAPSHOT. [SKIP ON MKI] reporting datastream (#197958) See details: https://github.com/elastic/kibana/issues/197955 [SKIP ON MKI] discover reporting (#197959) See details: https://github.com/elastic/kibana/issues/197957 fix: [Stateful:Connectors:New connector page]Configuration form missing instructions and field names from announcement (#197963) Closes: #197586 Forms, requiring user input, should have clear instructions on how to fill them. Specific fields can have their own help (guidance) text on how to fill them with examples. All fields which are present in the form can be programmatically determined, especially for the users using assistive technology to understand what fields are present, what input is expected. 1. `aria-label` values ​​are explicitly set for `ConnectorConfigurationField` child components. I suspect that due to the dynamic nature of this component, the standard mechanism does not work properly. image [ES|QL] detect the type of `COUNT(*)` (#197914) We weren't properly detecting the type of the expression `COUNT(*)`. Now we are! Before: Screenshot 2024-10-25 at 4 38 08 PM After: Screenshot 2024-10-25 at 4 35 44 PM - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Co-authored-by: Stratoula Kalafateli [ES|QL] remove signatures from function suggestion labels (#197842) Showing a single acceptable function signature in the suggestions list is confusing since it may imply that other options are not accepted. Instead, this PR follows the Typescript tooling and simply shows the function name in the list. ![Screenshot 2024-10-25 at 8 17 38 AM](https://github.com/user-attachments/assets/9caf4998-b144-45d4-8a53-b41846714d5b) The signatures are still available in the details flyout. Screenshot 2024-10-25 at 8 50 01 AM - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Co-authored-by: Stratoula Kalafateli [Response Ops][Task Manager] Propagate `msearch` error status code so backpressure mechanism responds correctly (#197501) Resolves https://github.com/elastic/response-ops-team/issues/240 Creating an `MsearchError` class that preserves the status code from any msearch errors. These errors are already piped to the managed configuration observable that watches for and responds to ES errors from the update by query claim strategy so I updated that filter to filter for msearch 429 and 503 errors as well. 1. Make sure you're using the mget claim strategy (`xpack.task_manager.claim_strategy: 'mget'`) and start ES and Kibana. 2. Inject a 429 error into an msearch response. ``` --- a/x-pack/plugins/task_manager/server/task_store.ts +++ b/x-pack/plugins/task_manager/server/task_store.ts @@ -571,6 +571,8 @@ export class TaskStore { }); const { responses } = result; + responses[0].status = 429; + const versionMap = this.createVersionMap([]); ``` 3. See task manager log the msearch errors and eventually reduce polling capacity ``` [2024-10-23T15:35:59.255-04:00][ERROR][plugins.taskManager] Failed to poll for work: Unexpected status code from taskStore::msearch: 429 [2024-10-23T15:35:59.756-04:00][ERROR][plugins.taskManager] Failed to poll for work: Unexpected status code from taskStore::msearch: 429 [2024-10-23T15:36:00.257-04:00][ERROR][plugins.taskManager] Failed to poll for work: Unexpected status code from taskStore::msearch: 429 [2024-10-23T15:36:00.757-04:00][ERROR][plugins.taskManager] Failed to poll for work: Unexpected status code from taskStore::msearch: 429 ... [2024-10-23T15:36:06.267-04:00][WARN ][plugins.taskManager] Poll interval configuration is temporarily increased after Elasticsearch returned 19 "too many request" and/or "execute [inline] script" error(s). [2024-10-23T15:36:06.268-04:00][WARN ][plugins.taskManager] Capacity configuration is temporarily reduced after Elasticsearch returned 19 "too many request" and/or "execute [inline] script" error(s). ``` --------- Co-authored-by: Elastic Machine [Stateful sidenav] Fix dashboard listing breadcrumbs (#197986) [Onboarding] Check for user privileges before creating an API key (#197964) Resolves https://github.com/elastic/kibana/issues/192983 Check for user privileges before creating an API key Screenshot 2024-10-28 at 10 28 58 [Fleet] Couple agent and package policies spaces (#197487) Consolidate Rule schemas (#195613) Towards: #172513 This PR removes `RawRule` type from `alerting/server/type` and `RuleAttributes` schema/types. And uses the `RawRule` that is used for ModelVersions instead of them. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Improve header button spacing (#197896) Closes #197873 - Fix spacing between 'Give feedback' and AI button. - While in the neighborhood, I noticed the search button had some extra padding, so I fixed that quick too. - Lastly, I pushed the project switcher to the far right. This is only used for local development of Serverless and was otherwise appearing between production buttons. To test, you'll need to run this in serverless mode where the 'Give feedback' button appears. You can force it on by setting the following line equal to `true`. https://github.com/elastic/kibana/blob/ae9c0d385015f3068a04af46678e18e2f00b519a/src/plugins/guided_onboarding/public/plugin.tsx#L50 Co-authored-by: Elastic Machine [Security Solution][Detection Engine] fixes preview logs issue when switching between rules (#197098) - addresses https://github.com/elastic/kibana/issues/196616 [Lens] fix showing points on line by default (#197828) Fix the missing style to show points in line charts. Line charts should show data points whenever the distance between points is larger than 40px. [Fleet] Fix flaky agentless test (#197951) Fixes https://github.com/elastic/kibana/issues/189038 Attempt to fix [this flaky test ](https://buildkite.com/elastic/kibana-on-merge/builds/53472#0192c57d-51ca-4b9b-a934-dc13b0b9b7ca) failing with ``` Timed out in waitForNextUpdate after 1000ms. --   |     | at waitForNextUpdate (node_modules/@testing-library/react-hooks/lib/core/asyncUtils.js:96:13) ``` I'm adding a longer timeout hoping to resolve this issue. There is no way to run jest tests with flaky test runner so I'm not sure how to verify that the flakiness is really gone. --------- Co-authored-by: Elastic Machine Serverless tests - enable dot-prefixed index validation (#197141) This PR enables Elasticsearch dot-prefixed index validation for serverless tests. [ObsUx][Infra] Remove no longer used feature flags for GA features (#197684) Closes #197612 This PR removes the feature flags (`observability:enableInfrastructureHostsView` and `enableInfrastructureContainerAssetView` ) for host and container views Feature settings under `Infrastructure > Settings` (ignore the profiling one) | Before | After | | ------ | ----- | |![image](https://github.com/user-attachments/assets/f7ee9585-e96c-4492-9116-8de3c5e0c9c6) | ![image](https://github.com/user-attachments/assets/1c75e229-bd29-45c5-a354-cfdcb324ea9d) | The feature flags should not appear in the settings The Host menu item should be visible The Container asset views should be always enabled and visible (without an option to disable them) The Host asset views should be always enabled and visible (without an option to disable them) https://github.com/user-attachments/assets/a4d574d0-2669-4f96-88a4-a40c2f5023c2 do not set full screen mode on ExitFullScreenButton re-render (#198012) https://github.com/elastic/kibana/pull/194892 is refactoring [DashboardRenderer](https://github.com/elastic/kibana/blob/3391344e8dc8377d359b918521b6c48838cde8ae/src/plugins/dashboard/public/dashboard_container/external_api/dashboard_renderer.tsx) component to replace Dashboard Embeddable with a plain old javascript object. Dashboard Embeddable rendered its contents in a new react tree. The new implementation does not. Since the new implementation does not render the dashboard in a new react tree, any re-render in `DashboardViewport` parent components causes `ExitFullScreenButton` to re-render. In its current form, re-rendering `ExitFullScreenButton` calls `onExit`, which causing dashboard to exit full screen mode. This PR makes use of `useCallback` to fix the issue where re-rending `ExitFullScreenButton` calls `onExit`. 1) Open dashboard that ships with sample web logs data set 2) switch to view mode 3) click "Full screen" button 4) Maximize a panel. Verify dashboard stays in full screen mode. [ci] Run linting before tests (#197310) Linting is a frequent source of build failures. By increasing the cpu count we can run this check before starting our highly-parallel tests without impacting total build time. Fix documentation for session lifespan default (#198065) This pull request includes an update to the `docs/settings/security-settings.asciidoc` file to clarify the default session lifespan settings for different installation environments. Documentation update: * [`docs/settings/security-settings.asciidoc`](diffhunk://#diff-97a4c4e3696b33b246f55ddd794608530b693f0a7a66ae1361a32b67c7461523L204-R204): Clarified that the default session lifespan is 30 days for on-prem installations and 24 hours for Elastic Cloud installations. [FTR][Ownership] Assign aiops, custom branding, etc (#197468) Assign test files to small number of reviewers Assigned custom_branding due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/custom_branding/kibana.jsonc#L4 Assigned response_ops_docs due to the name Assigned monitoring due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/monitoring/kibana.jsonc#L4 Assigned so managment due to https://github.com/elastic/kibana/blob/main/src/plugins/saved_objects_management/kibana.jsonc#L4 Assigned aiops due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/aiops/kibana.jsonc#L4 Assigned banners_functional due to Pierre being all over the git blame. :lol: Assigned x-pack/test/screenshot_creation due to https://github.com/elastic/kibana/pull/197468#discussion_r1817460031 Contributes to: https://github.com/elastic/kibana/issues/194817 [Security GenAI][BUG] KB index entry created via pdf upload does not give the right response (#198020) These changes fix the issue with the wrong response of the AI Assistant using knowledge base tool and index entry generated from a PDF file. The issue happens because we are using the first chunk of uploaded PDF document as a context that we pass to LLM instead of using inner hits chunks which are actual parts of the document relevant to the questions. Here is [the blog post](https://www.elastic.co/search-labs/blog/semantic-text-with-amazon-bedrock) that talks about the strategy of using inner hits to get the most relevant documents. (see `Strategy 1: API Calls` section) 1. Navigate to Integrations page 2. Select "Upload a file" 3. Select and upload a PDF file 4. Press Import button 5. Switch to Advanced tab 6. Fill in "Index name" 7. Add additional field > Add semantic text field > Fill in form * Field: `attachment.content` * Copy to field: `content` * Inference endpoint: `elser_model_2` 8. Press Add button 9. Press Import button 1. Navigate to AI Assistant's Knowledge Base page 2. New > Index 3. Fill in "New index entry" form (below are main fields) * Name: `[add entry name]` * Index: `[select index name created during uploading a PDF file]` * Field: `content` 4. Press Save button Enable knowledge base feature via ``` xpack.securitySolution.enableExperimental: - 'assistantKnowledgeBaseByDefault' ``` **PDF document**: [Elastic Global Threat Report 2024](https://github.com/user-attachments/files/17544720/elastic-global-threat-report-2024.pdf) **KB Index entry**: Data Description: "Use this tool to answer questions about the Elastic Global Threat Report (GTR) 2024" Query Instruction: "Key terms to return data relevant to the Elastic Global Threat Report (GTR) 2024" **Questions**: 1. Who are the authors of the GTR 2024? 2. What is the forecast for the coming year in GTR 2024? 3. What are top 10 Process Injection by rules in Windows endpoints in GTR 2024? 4. What is the most widely adopted cloud service provider this year according to GTR 2024? 6. Give a brief conclusion of the GTR 2024 **Current behaviour**: Screenshot 2024-10-28 at 16 43 48 **Fixed behaviour**: Screenshot 2024-10-28 at 16 44 47 Improves pattern matching for data telemetry (#197876) Addresses concerns with Regex matching. Co-authored-by: Elastic Machine [Synthetics] Refactor delete route !! (#195387) Fixes https://github.com/elastic/kibana/issues/193790 !! Refactor delete route !! Make sure to send delete response in bulk to synthetics service !! [Fleet] Prevent hosted policies space change (#198043) Revert "[Canvas] Update kbn/flot to remove table.replace() issue" (#198067) Fixes #197998 Reverts elastic/kibana#195643 skip failing test suite (#181466) [Global Search] Instantly set `isLoading=true` when search value changes (#197750) Close https://github.com/elastic/kibana/issues/77059 This PR solves the bug by setting the `isLoading` flag outside of the block of debounced code whenever the search term changes. This also makes a few slight cleanups to `search_bar.tsx`, which is quite large. I avoided doing any serious cleanups that would make the diff hard to read or detract from the fix. skip flaky suite (#178404) skip flaky suite (#197335) skip flaky suite (#189038) skip flaky suite (#192126) skip flaky suite (#197765) skip flaky suite (#189739) skip flaky suite (#196766) skip flaky suite (#174661) Added redirect option after Entity CSV upload (#197937) Added a redirect button to view Entities after a successful Asset Criticality CSV file upload process Additionally, made some small changes to the copy for the Entity Store management workflows Screenshot 2024-10-27 at 9 49 17 PM Co-authored-by: Elastic Machine Update dependency msw to ^2.4.12 (main) (#198060) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) | devDependencies | patch | [`^2.4.11` -> `^2.4.12`](https://renovatebot.com/diffs/npm/msw/2.4.11/2.4.12) | `2.5.2` (+3) | ---
mswjs/msw (msw) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.4.11...v2.4.12) - **node:** preserve headers instanceof when recording raw headers ([#​2321](https://togithub.com/mswjs/msw/issues/2321)) ([`a58a300`](https://togithub.com/mswjs/msw/commit/a58a300687a48e13c0268403a71183cf7825f748)) [@​paoloricciuti](https://togithub.com/paoloricciuti)
--- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> [CI] Disable UpdateCLI workflow on forks (#196624) The UpdateCLI workflow is running against forks when it shouldn't be: https://github.com/Ikuni17/kibana/actions/runs/11359905941 Fix Dev Container KBN_DIR (#195810) In #193488, `KBN_DIR` was changed to be a dynamic variable. It wasn't being properly propagated through the build process in the Dockerfile and the full path to `env.sh` wasn't being set. This passes the directory as a build `ARG` as well to fix the path. [api-docs] 2024-10-29 Daily api_docs build (#198103) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/875 [Security Solution][Hotfix] Avoid blocking prebuilt rule upgrade upon conflicts with disabled feature flag (#198106) It turned out some of the update rule buttons are disabled. This is a side effect of the functionality not fully hidden under a feature flag. This PR hides prebuilt rule customisation functionality disabling update rule buttons under `prebuiltRulesCustomizationEnabled` feature flag. ![image](https://github.com/user-attachments/assets/b7ca5ff8-be37-47a7-ad7e-b85386909f38) image image [Infra] Fix anomalies flyout navigation failing test (#197999) Closes #192882 The issue was that the url was checked too early which resulted in checking the locator url instead of the page url after navigating so I added a check for loading before the URL check and this solved the issue. https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7284 [ObsUx][Infra] Unskip and try to fix hosts view test (#197861) Closes #191806 The parts of the unskipped test were fixed here - the only case I couldn't find the reason for failing after unskipping it is `should have an option to open the chart in lens` - for some reason, the whole menu is gone when checking the CI and I couldn't reproduce that so this will be the only skipped part so we can at least have all the other `Hosts view` tests [Cloud Security] Fix flaky metering tests [Observability Onboarding] Set tech preview badges correctly (#197831) As discussed, adjust the first onboarding page: * Remove tech preview labels from EA flows * Change wording Screenshot 2024-10-25 at 15 23 47 Screenshot 2024-10-25 at 15 23 59 [EDR Workflows] Skip Osquery test in MKI (#198117) [EDR Workflows] Improve on unavailable shard exception flakiness in cypress (#197864) The cypress task `cy.task('indexEndpointHosts')` sometimes throws `no_shard_available_action_exception`, when transforms are stopped. This looks like a temporary issue, and in other tests it is simply retried. This PR adds the retry logic for this type of error, and unskips some tests. closes #194135 closes #191914 Delete any items that are not applicable to this PR. - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed [Cloud Security] add vulnerabilties data set to filter for links from CNVM dashboard (#197648) - fixes https://github.com/elastic/security-team/issues/10915 [Entity Analytics] [Entity Store] Telemetry (#196880) This PR adds telemetry for the Entity Store. Client side tracks UI enablement actions, whilst Kibana side tracks execution time of the store initialisation process and execution time of the enrich policy task. Finally we also track number of entities in the store Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 1815394 (main) (#198099) This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.elastic.co/wolfi/chainguard-base | digest | `de4d5b0` -> `1815394` | --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Update dependency @launchdarkly/node-server-sdk to ^9.6.1 (main) (#196897) [ML] Data Frame Analytics: removing scss overrides for exploration pages (#197724) Related meta issue: https://github.com/elastic/kibana/issues/140695 Regression model evaluation before: image After: image Classification evaluation before: image After switching fully to flex layout as we no longer support IE11 and all the workarounds were no longer needed (Note it's all left aligned now): image Delete any items that are not applicable to this PR. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: Elastic Machine [ES|QL] separate `KEEP`, `DROP`, and `SORT` autocomplete routines (#197744) This PR begins the refactor described in https://github.com/elastic/kibana/issues/195418. The autocomplete engine now delegates to command-specific routines attached to the command definitions for `KEEP`, `DROP`, and `SORT`. The naming of `getFieldsFor` has been broadened to `getColumnsFor` because the response from Elasticsearch can contain variables as well as fields, depending on the query that is used to fetch the columns. No user-facing behavior should have changed. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Elastic Machine [CI] Fix project build & deploy job (#196562) In #195581 we've added the option to deploy through the clickable triggers. But in it's current state, it's broken in several aspects. (1) It's not starting on click. Triggers was resulting in a 422 on Buildkite's side, and after digging more into it, this was the error: Screenshot 2024-10-16 at 16 53 13 Apparently, building PRs needs to be enabled on jobs that want to be triggered through the PR bot. (2) It is set up to run regardless of the labels (3) There's no feedback on runs This PR: - enables buildability in the pipeline's config - exits early if deploy labels are missing - adds a comment on the PR if a deploy job is started or finished - removes the kibana build step, it's not needed, as we have a step to build the docker image TODO: - [x] Add feedback about a started job (either through a non-required check, or a github comment) - [x] Early exit if a label is missing There are several other builds started right now, because the logic that would trigger a build on changing a draft to ready. To be fixed in https://github.com/elastic/buildkite-pr-bot/issues/78 Tested after manually by enabling the option on the UI, and triggering through the checkbox: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/23 Expand README (#197880) Adds a bit more general background, intro to concepts, and guidelines about what to use FF for and what not to Delete any items that are not applicable to this PR. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) Delete this section if it is not applicable to this PR. Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release. When forming the risk matrix, consider some of the following examples and how they may potentially impact the change: | Risk | Probability | Severity | Mitigation/Notes | |---------------------------|-------------|----------|-------------------------| | Multiple Spaces—unexpected behavior in non-default Kibana Space. | Low | High | Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces. | | Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. | High | Low | Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure. | | Code should gracefully handle cases when feature X or plugin Y are disabled. | Medium | High | Unit tests will verify that any feature flag or plugin combination still results in our service operational. | | [See more potential risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) | - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Alejandro Fernández Haro Fix Typo: Change 'dashaboard' to 'dashboard' on APM-service Dashboards page #195773 (#196969) **Title:** Fix Typo: Change 'dashaboard' to 'dashboard' on APM-service Dashboards page **Description:** This PR fixes a typo on the "Dashboards" page for APM-service. The typo "dashaboard" has been corrected to "dashboard" to ensure proper functionality and readability. closes #195773 **Changes Made:** - Corrected the typo in the text "To get started, add your dashaboard" to "To get started, add your dashboard." **Testing:** - Verified the change on the Dashboards page for APM-service. - Ensured no other instances of the typo exist in the codebase. **Release note:** Fixes a typo on the "Dashboards" page for APM-service, changing 'dashaboard' to 'dashboard'. **Additional Notes:** No additional notes. Summarize your PR. If it involves visual changes include a screenshot or gif. Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) Delete this section if it is not applicable to this PR. Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release. When forming the risk matrix, consider some of the following examples and how they may potentially impact the change: | Risk | Probability | Severity | Mitigation/Notes | |---------------------------|-------------|----------|-------------------------| | Multiple Spaces—unexpected behavior in non-default Kibana Space. | Low | High | Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces. | | Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. | High | Low | Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure. | | Code should gracefully handle cases when feature X or plugin Y are disabled. | Medium | High | Unit tests will verify that any feature flag or plugin combination still results in our service operational. | | [See more potential risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) | - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com> Co-authored-by: Nathan L Smith Co-authored-by: jennypavlova [Response Ops][Actions] Remove deprecated HTTP APIs (#197510) Resolves https://github.com/elastic/kibana/issues/90382 Removes legacy action APIs for 9.0 and updates all tests that still used the legacy APIs to use the current APIs. Also did some renaming of action -> connector in the files I had to touch. Co-authored-by: Elastic Machine [Fleet] Prevent duplication of managed policy !! (#197575) Fixes https://github.com/elastic/kibana/issues/194149 Prevent duplication of managed policy !! image [Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled (#196778) This PR switches the `securitySolutionNotesEnabled` to `securitySolutionNotesDisabled` (with a `false` value by default) to enable the new Notes functionality in `8.16`. Customers can set the new `securitySolutionNotesDisabled` feature flag to true in their environment if they want to go back to the old notes system. The PR also fixes a tiny bug with the badge showing the number of notes in the Timeline Notes tab. The new system was not taking into account a timeline description, so if the timeline had a description the number of notes was always 1 lower than the actual number of notes displayed below. This issue was highlighted by a Cypress test! The goal is to remove the old system entirely within a few releases (maybe `8.18` or `9.0`). - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios https://github.com/elastic/kibana/issues/189879 [ci] Fix cloud deployments (#198086) Our build scripts are relying on a step that was removed in https://github.com/elastic/elasticsearch/pull/115357. The image that was produced by this script is eventually consumed by cloud deployments from pull requests. This updates our scripts to use the cloud-ess variant instead. There should not be any functional difference. We'll need the image to go through our promotion pipeline to be tested via label. https://buildkite.com/elastic/kibana-elasticsearch-snapshot-build/builds/4673 [ci] Use es snapshot cache on miscellaneous steps 2 (#198078) Adds the remaining steps missing snapshot loading from cache that I missed on the first loop. [Observability] Update breadcrumbs for observability project based navigation (#196785) ~⚠️ I'm still putting out some fires with tests, but this is ready to start being reviewed.~ A continuation of https://github.com/elastic/kibana/pull/196169 for Observability (please read that PR description first). Related: https://github.com/elastic/kibana/issues/192050 There are essentially three types of breadcrumbs - serverless (which is project style), stateful project style (set through spaces settings), and classic style (the old breadcrumbs we've seen for years). Whilst serverless and stateful project style both use the project based style the navigation trees are slightly different, so the breadcrumbs results are not identical [when they derive the "nav crumbs"](https://github.com/elastic/kibana/blob/9577aa980dd1565fba05e34292fb5c0bba692889/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/breadcrumbs.tsx#L55). Here "project style" will refer to serverless and stateful project style. In these changes I've, for the most part, tried to refactor things so Observability solutions route their breadcrumbs through the observability-shared `useBreadcrumbs` hook, this way the logic around project style, adding an Observability crumb in classic etc is consolidated in one place. [For several solutions `absolute` breadcrumbs are being used](https://github.com/elastic/kibana/blob/9577aa980dd1565fba05e34292fb5c0bba692889/packages/core/chrome/core-chrome-browser-internal/src/project_navigation/breadcrumbs.tsx#L46), and this means we'll roughly have the same breadcrumbs across the 3 experiences (bar Observability being prepended). Teams may want to refine this going forward to pass curated breadcrumbs that take into account the navigation derived "nav crumbs" (again, bearing in mind the trees from serverless and project based chrome do differ), and not use absolute mode. APM is an example of this at the moment. Right now this is an 8.16 bug though, so this aims to make things acceptable, but not necessarily perfect. - Project style chrome crumbs have been modelled off the serverless ones. The navigation trees here are the same so this should be fine. - The `infra` `useBreadcrumbs` hook has been removed, it was only being used by logs. Logs now goes via the Observability shared hook using `classicOnly`. - Metrics (`useMetricsBreadcrumbs` hook) has been slightly amended to route more of it's logic through the shared hook. - Wasn't setting any nested breadcrumbs at the moment so the logic has been simplified to just set some classic crumbs, and defer the rest to the nav crumbs via the shared hook. - Removed custom logic around prepending Observability, adding link handlers etc in favour of the shared hook. - Simple breadcrumb needs so these are mostly setting `classicOnly` and deferring to the nav crumbs in project style. Several solutions have had their usage of the shared hook updated to pass in the `serverless` plugin. This was missing before, so calls to `serverless.setBreadcrumbs` weren't explicitly happening. - Add the following to your `kibana.dev.yml`: ```yml xpack.cloud.id: "ftr_fake_cloud_id:aGVsbG8uY29tOjQ0MyRFUzEyM2FiYyRrYm4xMjNhYmM=" xpack.cloud.base_url: "https://cloud.elastic.co" ``` - For testing stateful project style chrome you'll need to go to Stack Management > Spaces and change the solution view: ![Screenshot 2024-10-21 at 12 44 21](https://github.com/user-attachments/assets/e3d9fe64-f79f-4e31-a5b6-45a06ca4915d) - Set the above to Classic to test classic breadcrumbs. - As a reviewer please check your solution against the 3 modes. Before these changes we'd see something like the following in APM: ![Screenshot 2024-10-11 at 10 56 54](https://github.com/user-attachments/assets/4938b31e-9d4a-429e-abf0-add04d69b62a) Now we'll see something like this in project style: ![Screenshot 2024-10-21 at 12 48 54](https://github.com/user-attachments/assets/0645a3ae-909e-4a70-a077-d9f83bd1d639) [Dashboard] [Collapsable Panels] Reduce re-renders (#197343) Closes https://github.com/elastic/kibana/issues/191131 This PR greatly reduces the number of React re-renders that happen as panels get dragged around and/or resized. Now, the actions that trigger a panel to get rendered are as follows: 1. Obviously, when the grid first loads, every panel has to be rendered. 2. When a panel gets dragged from one row to the next, both the original row and the new row will re-render all of their panels because the panel IDs in both rows changed - however, because of the `key` prop on the `GridPanel` component, only the **dragged** panel will actually be fully re-mounted. 3. When a panel gets collapsed and expanded, all panels in that row will get re-mounted and rendered. 4. When a panel ID gets changed (this currently isn't possible, but in theory, this would also trigger the panel to get re-rendered due to the `key` prop on the `GridPanel` component) In order to accomplish this, we are now handling **all style changes** via a subscription rather than setting the CSS directly; so, as the `gridLayout$` behaviour subjects publishes changes, we update the row + panel styles via the panel reference. This allows us to change how the grid looks without triggering React to rerender the entire panel. **How to Test:** Add a `console.log` to the `renderPanelContents` in `examples/grid_example/public/app.tsx` - this will tell you when a panel is getting re-rendered. - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [Search][Connectors] Confirmation modal before leaving the connector creation flow (#197646) This PR shows a confirmation modal when users leave the connectors creation flow before providing all necessary info, asking for intentional confirmation after leaving the experience. Setting `isFormDirty = true` only after generating the connectors config and letting users leave the experience setting `isFormDirty = false` when we arrive to the Finish up step ![CleanShot 2024-10-24 at 18 56 11](https://github.com/user-attachments/assets/90f355e2-d227-4d2a-a45e-bcfbb743d588) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine Co-authored-by: Jedr Blaszyk [Search][Connectors] Create connector via try in console (#197757) This PR enables the possibility of creating a connector opening the embedded console in the start step. ![CleanShot 2024-10-28 at 10 00 04](https://github.com/user-attachments/assets/bf2c0a89-1c18-4fcd-8c2b-4fbbe3ef80a9) --------- Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Co-authored-by: Elastic Machine [Security solution] Knowledge base tour video update (#198158) [8.15] [Kibana data view] Fix issue empty user-hash in data view request headers (#197863) to fix not compliant HTTP request Fix not compliant HTTP request for example, request "GET /s//internal/data_views/fields?pattern=abc" Sometimes request headers have a user-hash field with an empty value and this makes the request not HTTP compliant in some scenarios the request will be dropped by WAF or by another security edge for example. ![image](https://github.com/user-attachments/assets/de606665-12e6-475c-a2e4-c2e594957f11) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine Co-authored-by: mabdelgaber.SEC Change spaces button loading design (#197922) Closes #197916 One less loading spinner. Instead, uses a skeleton loader for a load-in-place effect that is visually less busy and jumpy. *Before* *After* https://github.com/user-attachments/assets/33cc2d39-2895-4c53-8903-9c3b18d586f9 skip failing test suite (#198066) skip flaky suite (#174682) skip flaky suite (#171177) skip flaky suite (#192144) [api-docs] 2024-10-30 Daily api_docs build (#198250) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/876 [kbn-test] fix junit report test for local run (#198120) When I run test locally with `node scripts/jest --config packages/kbn-test/jest.config.js`, it fails with ``` FAIL packages/kbn-test/src/mocha/junit_report_generation.test.js ● dev/mocha/junit report generation › reports on failed setup hooks expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 @@ -1,7 +1,7 @@ Object { - "command-line": "node scripts/jest --config=packages/kbn-test/jest.config.js --runInBand --coverage=false --passWithNoTests", + "command-line": "node node_modules/jest-worker/build/workers/processChild.js", "failures": "2", "metadata-json": "{}", "name": "test", "skipped": "1", "tests": "4", ``` This PR uses `process.env.CI` as a condition to apply different value for `command-line` property so test will pass locally too. [Security Solution][Notes] - fix the notes link that is shown twice in the search bar (#198200) This PR fixes a minor inconvenience where the Kibana search bar was showing 2 entries for the new Notes management page. | Before fix | After fix | | ------------- | ------------- | | ![Screenshot 2024-10-29 at 11 53 44 AM](https://github.com/user-attachments/assets/77bd4b5a-d8d4-4f4f-8378-6aff1ec1b00b) | ![Screenshot 2024-10-29 at 11 53 19 AM](https://github.com/user-attachments/assets/d138e307-b4ea-473b-9102-eb7e7b540bff) | Notes: this fix does not fix an issue happening in the space-specific search, where Notes, Timelines and maybe other entries are appearing twice. That issue seems to be related to the way we are removing then adding back links to work with the new navigation. I looked into it but could not find a way to fix yet, so this will be part of a follow up PR https://github.com/elastic/kibana/issues/197694 [Stream] Fix callout privileges (#198030) closes https://github.com/elastic/kibana/issues/197044 closes https://github.com/elastic/kibana/issues/197988 The PR targets fixing 3 bugs: 1. The callout shouldn't be shown if `Logs Explorer` isn't available, otherwise the link displayed in the callout will cause a problem. [Fix here](https://github.com/elastic/kibana/pull/198030/files#diff-8c5f793d1bf0d933c73047f31ded8a5a65f91e4f8d5230fc4e40dfb9b245fec1R66) 2. The callout shouldn't be shown if `Logs Explorer` is available but the user doesn't have privilege to access it, otherwise we end up in `Application Not Found` page. [Fix here](https://github.com/elastic/kibana/pull/198030/files#diff-8c5f793d1bf0d933c73047f31ded8a5a65f91e4f8d5230fc4e40dfb9b245fec1R66) 3. The side nav entry for `Logs Explorer` should be hidden if `Logs Explorer` is disabled. [Fix here](https://github.com/elastic/kibana/pull/198030/files#diff-ad4e42fbe4d2a7a99ec5d52fbf127ded12f0efe02a10e3afa0409b40be1f4bcfR397) [ResponseOps][Cases] Introduce number custom field type (#195245) Issue: https://github.com/elastic/kibana/issues/187208 In this PR I've added new number custom field. It includes both: FE and BE. Only safe integers (the safe integers consist of all integers from -(2^53 - 1) to 2^53 - 1) are allowed as values. Testing: For testing Postman/Insomnia can be used. Go to Case - Settings. New configure will be created. After that you can use this endpoint: `PATCH http://localhost:5601/hcr/api/cases/configure/7377ed43-af0c-46f1-bbe5-fd0b147d591d`
Body looks something like this: { "closure_type": "close-by-user", "customFields": [ { "type": "number", "key": "54d2abf2-be0e-4fec-ac33-cbce94cf1a10", "label": "num", "required": false, "defaultValue": 123 }, { "type": "number", "key": "6f165838-a8d2-49f7-bbf6-ab3ad96d0d46", "label": "num2", "required": false, "defaultValue": -10 } ], "templates": [], "connector": { "id": "none", "type": ".none", "fields": null, "name": "none" }, "version": "WzIyLDFd" }
![Screenshot 2024-10-07 at 16 23 15](https://github.com/user-attachments/assets/2d769049-e339-47bb-a17d-189569b8785d) Try different numbers: positive and negative. Try to add not number types as a default value with `"type": "number"` - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [Observability Onboarding] Adjust wording for instrumentation and doc links (#198164) Closes https://github.com/elastic/kibana/issues/197620 ![Image](https://github.com/user-attachments/assets/e94dd9ff-bd5b-49a6-9b39-fdf54a4e3e58) * Newly introduced cert-manager doc link goes to https://ela.st/8-16-otel-cert-manager * Instrumentation docs link goes to https://ela.st/8-16-otel-apm-instrumentation * Code sample for instrumentation replaced --------- Co-authored-by: Mykola Harmash [Discover] Update docs to remove discover:showLegacyFieldTopValues (#197981) This PR updates docs as a followup for https://github.com/elastic/kibana/pull/155503 - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials Co-authored-by: Davis McPhee [SecuritySolution] Update Entity Store transform to read frequency and delay from config (#197992) Update Entity Store transform to read frequency and delay from config. New Config: ``` xpack.securitySolution.entityAnalytics.entityStore.frequency: '60s' xpack.securitySolution.entityAnalytics.entityStore.syncDelay: '60s' ``` * Update Kibana config * Start the entity store *** If you update the config after the entity store is installed it has no effect [Observability AI Assistant] Input box can be resized off-screen (elastic #181408) (#197063) fixes [181408](https://github.com/elastic/kibana/issues/181408) This PR addresses the issue where the Observability AI Assistant input box can be resized outside the boundaries of the browser window. Allows the input box to resize dynamically while ensuring it remains usable, even when the cursor moves outside the screen during resizing. [Observability Onboarding] Change CTA for System integration in Auto Detect (#197836) Closes https://github.com/elastic/observability-dev/issues/4053 🔒 * Adds an option to specify metadata for integrations installed from registry as a third parameter in the TSV provided to the `/integrations/install` endpoint. For now only `system` integration has metadata with a hostname, but it's made generic to support other integrations when needed. * Changes CTA for the System integration to point to the Host details * Adds sorting in the detected integrations in the UI to alway show System integration at the top [ML] Removing anomaly detection scss files (#197447) Removes last remaining scss files in favour of inline css with emotion. **Before** ![image](https://github.com/user-attachments/assets/16910734-8e28-459c-b798-d55d7ab10323) **After** ![image](https://github.com/user-attachments/assets/5f8a07b7-8796-4302-af24-6facebeb3b48) **Before** ![image](https://github.com/user-attachments/assets/06657e7f-b913-4393-aeaa-50fc0c53831c) **After** ![image](https://github.com/user-attachments/assets/fd9eab67-ab91-45c6-9ad9-5addce40a76e) [ftr] update svl shared config with cluster settings (#196336) Adding Elasticsearch cluster settings to replicate MKI cluster setup for FTR. Fixes session timeout toast countdown (#198266) A regression was introduced when upgrading to react-intl v6, and the `FormattedRelative` component was replaced by the `FormattedRelativeTime` component. The new component requires an addition property be specified in order to have the same behavior as the previous - formatting seconds > 60 as minutes, and counting down when below 1 minute. This PR adds the `updateIntervalInSeconds` property to the `FormattedRelativeTime` component of the session expiration toast. This PR also adds a unit test case to check the time format when > 60s remain. 1. Add the following Kibana configuration setting ``` xpack.security.session.idleTimeout: "2m" # can be anything over 1m, shorter is better for testing ``` 2. Start ES & Kibana, log in 3. Verify the session expiration toast appears and first displays minutes. Leave the toast open. 4. Verify that after 1 minute, the toast begins counting down seconds 5. Repeat the test from main and verify that the toast only shows the initial number of seconds A bug was fixed that caused the session expiration toast to incorrectly render the remaining time. [SecuritySolution] Fix Pagination should reset when a new filter is applied to the entity table (#198129) Fix "Pagination should reset when a new filter is applied to the entity table" * Extra changes: I demoted some error logs to warning as part of https://github.com/elastic/security-team/issues/10951 https://github.com/user-attachments/assets/16357db1-5e77-4c7f-ae94-9371d71c4970 * Start kibana with data * Navigate to the security solution / entity analytics dashboard * Start the entity store * Navigate between pages and change the filter, sorting, and query. [Synthetics] For lens embeddable apply styling workaround for panel border !! (#198270) Fixes https://github.com/elastic/kibana/issues/198273 For lens embeddable apply styling workaround for panel border !! image [OneDiscover] Contextual App Menu Extension Point (#195448) - Closes https://github.com/elastic/kibana/issues/194269 This PR introduces a new extension point `getAppMenu` which allows to: - add custom App Menu items (as a button or a submenu with more actions) - extend Alerts menu item with more custom actions Additionally, this PR rearranges the existing Discover menu items. The primary actions are rendered as an icon only now. ![Oct-16-2024 17-43-29](https://github.com/user-attachments/assets/dbb67513-05bb-43a4-bd7b-cf958c58a167) The example usage of the new extension point can be found in https://github.com/elastic/kibana/blob/e7964f08e3c13bba36d13823575e54b40fabd9bc/src/plugins/discover/public/context_awareness/profile_providers/example/example_data_source_profile/profile.tsx#L81-L168 1. Add `discover.experimental.enabledProfiles: ['example-root-profile', 'example-data-source-profile', 'example-document-profile']` to `kibana.dev.yml` 2. Run the following in DevTools ``` POST _aliases { "actions": [ { "add": { "index": "kibana_sample_data_logs", "alias": "my-example-logs" } } ] } ``` 3. Create and use Data View with `my-custom-logs` index pattern - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Davis McPhee Co-authored-by: Davis McPhee [Security Solution][Endpoint] Add step to the security solution plugin `start` phase (non-blocking) to check endpoint policy indices (#198089) - adds a step to the plugin `start` phase to retrieve all Endpoint policies from Fleet and check to ensure they have backing DOT indices. - This is a follow up to PR #196953 - this check will be removed once it is deployed to Serverless, since it only needs to run once in that flavor of kibana [ResponseOps][MaintenanceWindow] Introduce pagination for MW find API (#197172) Fixes: https://github.com/elastic/kibana/issues/193076 This PR introduce pagination for our MW find API. How to test: Use postman/insomnia/curl. Do not forget to add this header: `x-elastic-internal-origin: Kibana`, because this endpoint in internal. Basically you need to do something like this: ``` GET http://localhost:5601/top/internal/alerting/rules/maintenance_window/_find?page=3&per_page=3 ``` Try different page and per_page combination. Try without them. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Update dependency @types/lodash to ^4.17.13 (main) (#198275) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> [Inventory][ECO] Entities Group By View (#195475) This PR introduces the API and Page for doing grouped views for the Inventory Page. Alongside the plain list view, the page now by default shows a grouped view of entities. In this PR, the only current supported grouping is by Entity Type. https://github.com/user-attachments/assets/a07db592-d6c6-4ec1-a00b-bb469908aa6a Tests TBA - Navigate to the new Inventory Page - By default, the page should load into a grouped view (Type) - The page should show all entities currently grouped by their type. - If a group has enough entities, pagination navigation should only apply to the list within the group. - The plain list view should function same as before. - Using the search/filter bar should function the same with grouped and list view. Closes #194740 --------- Co-authored-by: Bryce Buchanan Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine [ftr] use getopts to fetch server args (#198227) This PR simplifies the code to read server arguments by using `getopts` module as @jbudz suggested. Handle DOM storage being disabled (#197798) This PR aims to improve the message shown to users when Kibana can't be started due to disabled DOM storage (#121189). The visuals here follow the same pattern as other fatal errors (see ![image](https://github.com/user-attachments/assets/19832830-49e3-4789-9b83-0c1f14d7980d) The `isDomStorageDisabled` check has to be done before `CoreService` gets instantiated because of issues described below. Closes: #121189 What actually happens when you disable all cookies in a browser? Aside from cookies, the browser disables the whole DOM storage - `localStorage` and `sessionStorage`. Trying to access those will result in an error. `getSessionId`https://github.com/elastic/kibana/blob/3bc5e2db73799dc9c7831b6f9da4a52063cf112f/packages/core/analytics/core-analytics-browser-internal/src/get_session_id.ts#L17 and `isSidenavCollapsed$`https://github.com/elastic/kibana/blob/3bc5e2db73799dc9c7831b6f9da4a52063cf112f/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx#L91 Both of those try to access either `localStorage` or `sessionStorage` and both of those are triggered when you create an instance of `CoreSystem` which gets instantiated in `kbn_bootstrap` https://github.com/elastic/kibana/blob/6ef03697460aba0d3774c0c03fb7fb58c76c00bd/packages/core/root/core-root-browser-internal/src/kbn_bootstrap.ts#L42 Trying to access DOM storage in `CoreSystem` will cause it to throw an error and this means that `FatalErrorService`https://github.com/elastic/kibana/blob/6ef03697460aba0d3774c0c03fb7fb58c76c00bd/packages/core/fatal-errors/core-fatal-errors-browser-internal/src/fatal_errors_service.tsx#L32 will never instantiate and the `failure`https://github.com/elastic/kibana/blob/6ef03697460aba0d3774c0c03fb7fb58c76c00bd/packages/core/rendering/core-rendering-server-internal/src/bootstrap/render_template.ts#L68 function which styles the errors and makes them visible will never trigger and all the user will see is permament `Loading Kibana` spinner. Wrapping `getSessionId` and `isSidenavCollapsed$` in `try-catch` block allows `FatalErrorService` to work properly, which will catch an unhandled exception (`Detected an unhandled Promise rejection.`) with an error about `sessionStorage` being disabled, which gets thrown by `LicensingPlugin` (and possibly in other places). This is not an actual solution though - this behavior would happen again if another line of code trying to access DOM storage gets added to `CoreSystem`. I think it would be best to handle this directly in `kbn_bootstrap.ts` by some check like the one below: ```javascript const isDOMStorageDisabled = () => { try { const key = 'kbn_bootrasrap_domStorageEnabled'; sessionStorage.setItem(key, 'true'); sessionStorage.removeItem(key); return false; } catch (e) { return true; } }; const domStorageDisabled = isDOMStorageDisabled() /* ...some additonal logic */ ``` This would then require some error displaying logic that doesn't use `FatalErrorService`. Looking for some feedback on how to properly solve this. [AI Assistant] Add scopes telemetry to AI Assistant events (#197983) This adds telemetry to the Observability and Search assistant to judge whether it's search or observability. [Fleet] Fix update query when change agent policy spaces (#198175) [Security Solution] Fix code scanning alert (#198142) Fixes [https://github.com/elastic/kibana/security/code-scanning/365](https://github.com/elastic/kibana/security/code-scanning/365) To fix the problem, we need to ensure that both double quotes and backslashes are properly escaped in the `escapeValue` function. This can be achieved by using a regular expression that replaces both characters globally. Specifically, we should replace backslashes with double backslashes (`\\`) and double quotes with escaped double quotes (`\"`). - Update the `escapeValue` function to use a regular expression that handles both double quotes and backslashes. - Ensure that the regular expression has the global flag (`g`) to replace all occurrences of the characters. Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> [Search] Refactor: abstracting classic nav items (#196579) Moved the base set of sidenav items from being statically defined in useEnterpriseSearchNav to using a function that can be shared with the plugin. Additionally wrapped this generation in a `useMemo` to improve performance. This will support the ability to share the classic navigation items for Search to other plugins so that they can render their own UIs without sharing components with enterprise_search just to have access to the side nav defined by enterprise_search. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: Elastic Machine [Reporting] Unskip and optimize tests that generate test reports (#198207) This PR re-enables test reports that have been consistently failing in the serverless test environment. Investigation shows the reason for flakiness _may_ be due to the fact that the reports are exporting a large amount of data, which causes timeouts, including authentication tokens to time out. To speed up the tests, date range filters and field selections have been added to the report job parameters, which leads to a lower amount of data being exported. The tests that are updated in this PR now generate an export with 2 documents, where previously they were exporting up to 4675 documents. [ML] Fix the Trained Models table expanded row refresh (#198149) Fixes a regression introduced in https://github.com/elastic/kibana/pull/194614/, where the content of expanded rows in the Trained Model table stopped being updated on refresh. Co-authored-by: Elastic Machine [Dashboard/Markdown] Add tabindex (#197848) This PR adds `tabIndex` to [markdown_vis_controller.tsx](https://github.com/elastic/kibana/compare/main...kowalczyk-krzysztof:kibana:fix/dashboard-markdown-panel?expand=1#diff-47267cf2f7d8f9e72e157ddb40292226a88ad5e51f9c92486799d381c5085e5f). Closes: #186559 https://github.com/user-attachments/assets/8264c584-e7ca-4647-946a-7b9bd9f7aa8f This video demonstrates the markdown panel being tabbable and the scrollbar in being controlled with keyboard. Include k8s cluster dashboard redirection [Entity Analytics] [Entity Store] Run init requests sequentially to prevent resource exists error (#198268) This PR fixes an issue where running init for both `user` and `host` entity engines in parallel would cause a race condition while enabling the risk engine, resulting in a `Resource already exists` error. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [Search] Fix playground crash when adding connector (#198365) Fixes an issue where Playground occasionally crashed because a connector model is undefined. [DOCS] Fine-tunes inference connector and action docs (#198345) [SLO] Overview embeddable chart use proper theme !! (#198299) Fixes https://github.com/elastic/kibana/issues/198298 Overview embeddable chart use proper theme !! image image [Obs AI Assistant] Fix chat on the Alerts page (#197126) Closes https://github.com/elastic/kibana/issues/184214 The Observability AI Assistant doesn't work on the Alerts page - errors out with a 400 status code from OpenAI. The reason for this is that the description for the function `get_data_on_screen` is too long, and there is a token limit for function descriptions by OpenAI. **Note:** This error does not occur with Gemini or Bedrock because simulated function calling is enabled by default for them. With simulated function calling, all functions and their descriptions are appended to the system message, therefore doesn't run into a token limit error as opposed to OpenAI. Append the function description to the system message instead of sending it with the function. The implementation includes: - Registering an AdHoc instruction - Retrieving AdHoc instructions - Combine the retrieved AdHoc instructions with the other adHoc instructions passed to the chat and pass all AdHoc instructions to the `getSystemMessageFromInstructions` function. This correctly orders the description for the `get_data_on_screen` function at the end of the system message _OpenAI request object **before** the above update:_
Click to expand JSON ```json { "messages": [ { "role": "system", "content": "You are a helpful assistant for Elastic Observability. Your goal is to help the Elastic Observability users to quickly assess what is happening in their observed systems. You can help them visualise and analyze data, investigate their systems, perform root cause analysis or identify optimisation opportunities.\n\n It's very important to not assume what the user is meaning. Ask them for clarification if needed.\n\n If you are unsure about which function should be used and with what arguments, ask the user for clarification or confirmation.\n\n In KQL (\"kqlFilter\")) escaping happens with double quotes, not single quotes. Some characters that need escaping are: ':()\\ /\". Always put a field value in double quotes. Best: service.name:\"opbeans-go\". Wrong: service.name:opbeans-go. This is very important!\n\n You can use Github-flavored Markdown in your responses. If a function returns an array, consider using a Markdown table to format the response.\n\n Note that ES|QL (the Elasticsearch Query Language which is a new piped language) is the preferred query language.\n\n If you want to call a function or tool, only call it a single time per message. Wait until the function has been executed and its results\n returned to you, before executing the same tool or another tool again if needed.\n\n DO NOT UNDER ANY CIRCUMSTANCES USE ES|QL syntax (`service.name == \"foo\"`) with \"kqlFilter\" (`service.name:\"foo\"`).\n\n The user is able to change the language which they want you to reply in on the settings page of the AI Assistant for Observability, which can be found in the Stack Management app under the option AI Assistants.\n If the user asks how to change the language, reply in the same language the user asked in.\n\nYou MUST use the \"query\" function when the user wants to:\n - visualize data\n - run any arbitrary query\n - breakdown or filter ES|QL queries that are displayed on the current page\n - convert queries from another language to ES|QL\n - asks general questions about ES|QL\n\n DO NOT UNDER ANY CIRCUMSTANCES generate ES|QL queries or explain anything about the ES|QL query language yourself.\n DO NOT UNDER ANY CIRCUMSTANCES try to correct an ES|QL query yourself - always use the \"query\" function for this.\n\n If the user asks for a query, and one of the dataset info functions was called and returned no results, you should still call the query function to generate an example query.\n\n Even if the \"query\" function was used before that, follow it up with the \"query\" function. If a query fails, do not attempt to correct it yourself. Again you should call the \"query\" function,\n even if it has been called before.\n\n When the \"visualize_query\" function has been called, a visualization has been displayed to the user. DO NOT UNDER ANY CIRCUMSTANCES follow up a \"visualize_query\" function call with your own visualization attempt.\n If the \"execute_query\" function has been called, summarize these results for the user. The user does not see a visualization in this case.\n\nYou MUST use the \"get_dataset_info\" function before calling the \"query\" or the \"changes\" functions.\n\nIf a function requires an index, you MUST use the results from the dataset info functions.\n\nYou have access to data on the screen by calling the \"get_data_on_screen\" function.\nUse it to help the user understand what they are looking at. A short summary of what they are looking at is available in the return of the \"context\" function.\nData that is compact enough automatically gets included in the response for the \"context\" function.\n\nYou can use the \"summarize\" function to store new information you have learned in a knowledge database.\nOnly use this function when the user asks for it.\nAll summaries MUST be created in English, even if the conversation was carried out in a different language." }, { "role": "user", "content": "Can you explain this page?" }, { "role": "assistant", "content": "", "function_call": { "name": "context", "arguments": "{}" } }, { "role": "user", "content": "{\"screen_description\":\"The user is looking at http://localhost:5601/phq/app/observability/alerts?_a=(filters:!(),kuery:%27%27,rangeFrom:now-24h,rangeTo:now,status:all). The current time range is 2024-10-21T18:23:54.539Z - 2024-10-21T18:38:54.539Z.\",\"learnings\":[],\"data_on_screen\":[{\"name\":\".es-query\",\"value\":\"Elasticsearch query Alert when matches are found during the latest query run.\",\"description\":\"An available rule is Elasticsearch query.\"},{\"name\":\"observability.rules.custom_threshold\",\"value\":\"Custom threshold Alert when any Observability data type reaches or exceeds a given value.\",\"description\":\"An available rule is Custom threshold.\"},{\"name\":\"xpack.ml.anomaly_detection_alert\",\"value\":\"Anomaly detection Alert when anomaly detection jobs results match the condition.\",\"description\":\"An available rule is Anomaly detection.\"},{\"name\":\"slo.rules.burnRate\",\"value\":\"SLO burn rate Alert when your SLO burn rate is too high over a defined period of time.\",\"description\":\"An available rule is SLO burn rate.\"},{\"name\":\"metrics.alert.threshold\",\"value\":\"Metric threshold Alert when the metrics aggregation exceeds the threshold.\",\"description\":\"An available rule is Metric threshold.\"},{\"name\":\"metrics.alert.inventory.threshold\",\"value\":\"Inventory Alert when the inventory exceeds a defined threshold.\",\"description\":\"An available rule is Inventory.\"},{\"name\":\"logs.alert.document.count\",\"value\":\"Log threshold Alert when the log aggregation exceeds the threshold.\",\"description\":\"An available rule is Log threshold.\"},{\"name\":\"xpack.uptime.alerts.tlsCertificate\",\"value\":\"Uptime TLS Alert when the TLS certificate of an Uptime monitor is about to expire.\",\"description\":\"An available rule is Uptime TLS.\"},{\"name\":\"xpack.uptime.alerts.monitorStatus\",\"value\":\"Uptime monitor status Alert when a monitor is down or an availability threshold is breached.\",\"description\":\"An available rule is Uptime monitor status.\"},{\"name\":\"xpack.uptime.alerts.durationAnomaly\",\"value\":\"Uptime Duration Anomaly Alert when the Uptime monitor duration is anomalous.\",\"description\":\"An available rule is Uptime Duration Anomaly.\"},{\"name\":\"xpack.synthetics.alerts.monitorStatus\",\"value\":\"Synthetics monitor status Alert when a monitor is down.\",\"description\":\"An available rule is Synthetics monitor status.\"},{\"name\":\"xpack.synthetics.alerts.tls\",\"value\":\"Synthetics TLS certificate Alert when the TLS certificate of a Synthetics monitor is about to expire.\",\"description\":\"An available rule is Synthetics TLS certificate.\"},{\"name\":\"apm.error_rate\",\"value\":\"Error count threshold Alert when the number of errors in a service exceeds a defined threshold.\",\"description\":\"An available rule is Error count threshold.\"},{\"name\":\"apm.transaction_error_rate\",\"value\":\"Failed transaction rate threshold Alert when the rate of transaction errors in a service exceeds a defined threshold.\",\"description\":\"An available rule is Failed transaction rate threshold.\"},{\"name\":\"apm.transaction_duration\",\"value\":\"Latency threshold Alert when the latency of a specific transaction type in a service exceeds a defined threshold.\",\"description\":\"An available rule is Latency threshold.\"},{\"name\":\"apm.anomaly\",\"value\":\"APM Anomaly Alert when either the latency, throughput, or failed transaction rate of a service is anomalous.\",\"description\":\"An available rule is APM Anomaly.\"}]}", "name": "context" } ], "stream": true, "tools": [ { "function": { "name": "get_data_on_screen", "description": "Get data that is on the screen:\n.es-query: An available rule is Elasticsearch query.\nobservability.rules.custom_threshold: An available rule is Custom threshold.\nxpack.ml.anomaly_detection_alert: An available rule is Anomaly detection.\nslo.rules.burnRate: An available rule is SLO burn rate.\nmetrics.alert.threshold: An available rule is Metric threshold.\nmetrics.alert.inventory.threshold: An available rule is Inventory.\nlogs.alert.document.count: An available rule is Log threshold.\nxpack.uptime.alerts.tlsCertificate: An available rule is Uptime TLS.\nxpack.uptime.alerts.monitorStatus: An available rule is Uptime monitor status.\nxpack.uptime.alerts.durationAnomaly: An available rule is Uptime Duration Anomaly.\nxpack.synthetics.alerts.monitorStatus: An available rule is Synthetics monitor status.\nxpack.synthetics.alerts.tls: An available rule is Synthetics TLS certificate.\napm.error_rate: An available rule is Error count threshold.\napm.transaction_error_rate: An available rule is Failed transaction rate threshold.\napm.transaction_duration: An available rule is Latency threshold.\napm.anomaly: An available rule is APM Anomaly.", "parameters": { "type": "object", "properties": { "data": { "type": "array", "description": "The pieces of data you want to look at it. You can request one, or multiple", "items": { "type": "string", "enum": [ ".es-query", "observability.rules.custom_threshold", "xpack.ml.anomaly_detection_alert", "slo.rules.burnRate", "metrics.alert.threshold", "metrics.alert.inventory.threshold", "logs.alert.document.count", "xpack.uptime.alerts.tlsCertificate", "xpack.uptime.alerts.monitorStatus", "xpack.uptime.alerts.durationAnomaly", "xpack.synthetics.alerts.monitorStatus", "xpack.synthetics.alerts.tls", "apm.error_rate", "apm.transaction_error_rate", "apm.transaction_duration", "apm.anomaly" ] } } }, "required": ["data"] } }, "type": "function" }, { "function": { "name": "query", "description": "This function generates, executes and/or visualizes a query\n based on the user's request. It also explains how ES|QL works and how to\n convert queries from one language to another. Make sure you call one of\n the get_dataset functions first if you need index or field names. This\n function takes no input.", "parameters": { "type": "object", "properties": {} } }, "type": "function" }, { "function": { "name": "get_alerts_dataset_info", "description": "Use this function to get information about alerts data.", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The start of the current time range, in datemath, like now-24h or an ISO timestamp" }, "end": { "type": "string", "description": "The end of the current time range, in datemath, like now-24h or an ISO timestamp" } } } }, "type": "function" }, { "function": { "name": "alerts", "description": "Get alerts for Observability. Make sure get_alerts_dataset_info was called before.\n Use this to get open (and optionally recovered) alerts for Observability assets, like services,\n hosts or containers.\n Display the response in tabular format if appropriate.\n ", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The start of the time range, in Elasticsearch date math, like `now`." }, "end": { "type": "string", "description": "The end of the time range, in Elasticsearch date math, like `now-24h`." }, "kqlFilter": { "type": "string", "description": "Filter alerts by field:value pairs" }, "includeRecovered": { "type": "boolean", "description": "Whether to include recovered/closed alerts. Defaults to false, which means only active alerts will be returned" } }, "required": ["start", "end"] } }, "type": "function" }, { "function": { "name": "changes", "description": "Returns change points like spikes and dips for logs and metrics.", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The beginning of the time range, in datemath, like now-24h, or an ISO timestamp" }, "end": { "type": "string", "description": "The end of the time range, in datemath, like now, or an ISO timestamp" }, "logs": { "description": "Analyze changes in log patterns. If no index is given, the default logs index pattern will be used", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of this set of logs" }, "index": { "type": "string", "description": "The index or index pattern where to find the logs" }, "kqlFilter": { "type": "string", "description": "A KQL filter to filter the log documents by, e.g. my_field:foo" }, "field": { "type": "string", "description": "The text field that contains the message to be analyzed, usually `message`. ONLY use field names from the conversation." } }, "required": ["name"] } }, "metrics": { "description": "Analyze changes in metrics. DO NOT UNDER ANY CIRCUMSTANCES use date or metric fields for groupBy, leave empty unless needed.", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of this set of metrics" }, "index": { "type": "string", "description": "The index or index pattern where to find the metrics" }, "kqlFilter": { "type": "string", "description": "A KQL filter to filter the log documents by, e.g. my_field:foo" }, "field": { "type": "string", "description": "Metric field that contains the metric. Only use if the metric aggregation type is not count." }, "type": { "type": "string", "description": "The type of metric aggregation to perform. Defaults to count", "enum": ["count", "avg", "sum", "min", "max", "p95", "p99"] }, "groupBy": { "type": "array", "description": "Optional keyword fields to group metrics by.", "items": { "type": "string" } } }, "required": ["index", "name"] } } }, "required": ["start", "end"] } }, "type": "function" }, { "function": { "name": "summarize", "description": "Use this function to store facts in the knowledge database if the user requests it.\n You can score the learnings with a confidence metric, whether it is a correction on a previous learning.\n An embedding will be created that you can recall later with a semantic search.\n When you create this summarisation, make sure you craft it in a way that can be recalled with a semantic\n search later, and that it would have answered the user's original request.", "parameters": { "type": "object", "properties": { "id": { "type": "string", "description": "An id for the document. This should be a short human-readable keyword field with only alphabetic characters and underscores, that allow you to update it later." }, "text": { "type": "string", "description": "A human-readable summary of what you have learned, described in such a way that you can recall it later with semantic search, and that it would have answered the user's original request." }, "is_correction": { "type": "boolean", "description": "Whether this is a correction for a previous learning." }, "confidence": { "type": "string", "description": "How confident you are about this being a correct and useful learning", "enum": ["low", "medium", "high"] }, "public": { "type": "boolean", "description": "Whether this information is specific to the user, or generally applicable to any user of the product" } }, "required": ["id", "text", "is_correction", "confidence", "public"] } }, "type": "function" }, { "function": { "name": "elasticsearch", "description": "Call Elasticsearch APIs on behalf of the user. Make sure the request body is valid for the API that you are using. Only call this function when the user has explicitly requested it.", "parameters": { "type": "object", "properties": { "method": { "type": "string", "description": "The HTTP method of the Elasticsearch endpoint", "enum": ["GET", "PUT", "POST", "DELETE", "PATCH"] }, "path": { "type": "string", "description": "The path of the Elasticsearch endpoint, including query parameters" }, "body": { "type": "object", "description": "The body of the request" } }, "required": ["method", "path"] } }, "type": "function" }, { "function": { "name": "kibana", "description": "Call Kibana APIs on behalf of the user. Only call this function when the user has explicitly requested it, and you know how to call it, for example by querying the knowledge base or having the user explain it to you. Assume that pathnames, bodies and query parameters may have changed since your knowledge cut off date.", "parameters": { "type": "object", "properties": { "method": { "type": "string", "description": "The HTTP method of the Kibana endpoint", "enum": ["GET", "PUT", "POST", "DELETE", "PATCH"] }, "pathname": { "type": "string", "description": "The pathname of the Kibana endpoint, excluding query parameters" }, "query": { "type": "object", "description": "The query parameters, as an object" }, "body": { "type": "object", "description": "The body of the request" } }, "required": ["method", "pathname"] } }, "type": "function" }, { "function": { "name": "get_dataset_info", "description": "Use this function to get information about indices/datasets available and the fields available on them.\n\n providing empty string as index name will retrieve all indices\n else list of all fields for the given index will be given. if no fields are returned this means no indices were matched by provided index pattern.\n wildcards can be part of index name.", "parameters": { "type": "object", "properties": { "index": { "type": "string", "description": "index pattern the user is interested in or empty string to get information about all available indices" } }, "required": ["index"] } }, "type": "function" }, { "function": { "name": "execute_connector", "description": "Use this function when user explicitly asks to call a kibana connector.", "parameters": { "type": "object", "properties": { "id": { "type": "string", "description": "The id of the connector" }, "params": { "type": "object", "description": "The connector parameters" } }, "required": ["id", "params"] } }, "type": "function" } ], "temperature": 0 } ```
_OpenAI request object **after** the above update:_
Click to expand JSON ```json { "messages": [ { "role": "system", "content": "You are a helpful assistant for Elastic Observability. Your goal is to help the Elastic Observability users to quickly assess what is happening in their observed systems. You can help them visualise and analyze data, investigate their systems, perform root cause analysis or identify optimisation opportunities.\n\n It's very important to not assume what the user is meaning. Ask them for clarification if needed.\n\n If you are unsure about which function should be used and with what arguments, ask the user for clarification or confirmation.\n\n In KQL (\"kqlFilter\")) escaping happens with double quotes, not single quotes. Some characters that need escaping are: ':()\\ /\". Always put a field value in double quotes. Best: service.name:\"opbeans-go\". Wrong: service.name:opbeans-go. This is very important!\n\n You can use Github-flavored Markdown in your responses. If a function returns an array, consider using a Markdown table to format the response.\n\n Note that ES|QL (the Elasticsearch Query Language which is a new piped language) is the preferred query language.\n\n If you want to call a function or tool, only call it a single time per message. Wait until the function has been executed and its results\n returned to you, before executing the same tool or another tool again if needed.\n\n DO NOT UNDER ANY CIRCUMSTANCES USE ES|QL syntax (`service.name == \"foo\"`) with \"kqlFilter\" (`service.name:\"foo\"`).\n\n The user is able to change the language which they want you to reply in on the settings page of the AI Assistant for Observability, which can be found in the Stack Management app under the option AI Assistants.\n If the user asks how to change the language, reply in the same language the user asked in.\n\nYou MUST use the \"query\" function when the user wants to:\n - visualize data\n - run any arbitrary query\n - breakdown or filter ES|QL queries that are displayed on the current page\n - convert queries from another language to ES|QL\n - asks general questions about ES|QL\n\n DO NOT UNDER ANY CIRCUMSTANCES generate ES|QL queries or explain anything about the ES|QL query language yourself.\n DO NOT UNDER ANY CIRCUMSTANCES try to correct an ES|QL query yourself - always use the \"query\" function for this.\n\n If the user asks for a query, and one of the dataset info functions was called and returned no results, you should still call the query function to generate an example query.\n\n Even if the \"query\" function was used before that, follow it up with the \"query\" function. If a query fails, do not attempt to correct it yourself. Again you should call the \"query\" function,\n even if it has been called before.\n\n When the \"visualize_query\" function has been called, a visualization has been displayed to the user. DO NOT UNDER ANY CIRCUMSTANCES follow up a \"visualize_query\" function call with your own visualization attempt.\n If the \"execute_query\" function has been called, summarize these results for the user. The user does not see a visualization in this case.\n\nYou MUST use the \"get_dataset_info\" function before calling the \"query\" or the \"changes\" functions.\n\nIf a function requires an index, you MUST use the results from the dataset info functions.\n\nYou have access to data on the screen by calling the \"get_data_on_screen\" function.\nUse it to help the user understand what they are looking at. A short summary of what they are looking at is available in the return of the \"context\" function.\nData that is compact enough automatically gets included in the response for the \"context\" function.\n\nYou can use the \"summarize\" function to store new information you have learned in a knowledge database.\nOnly use this function when the user asks for it.\nAll summaries MUST be created in English, even if the conversation was carried out in a different language.\nThe \"get_data_on_screen\" function will Get data that is on the screen:\n.es-query: An available rule is Elasticsearch query.\nobservability.rules.custom_threshold: An available rule is Custom threshold.\nxpack.ml.anomaly_detection_alert: An available rule is Anomaly detection.\nslo.rules.burnRate: An available rule is SLO burn rate.\nmetrics.alert.threshold: An available rule is Metric threshold.\nmetrics.alert.inventory.threshold: An available rule is Inventory.\nlogs.alert.document.count: An available rule is Log threshold.\nxpack.uptime.alerts.tlsCertificate: An available rule is Uptime TLS.\nxpack.uptime.alerts.monitorStatus: An available rule is Uptime monitor status.\nxpack.uptime.alerts.durationAnomaly: An available rule is Uptime Duration Anomaly.\nxpack.synthetics.alerts.monitorStatus: An available rule is Synthetics monitor status.\nxpack.synthetics.alerts.tls: An available rule is Synthetics TLS certificate.\napm.error_rate: An available rule is Error count threshold.\napm.transaction_error_rate: An available rule is Failed transaction rate threshold.\napm.transaction_duration: An available rule is Latency threshold.\napm.anomaly: An available rule is APM Anomaly." }, { "role": "user", "content": "Can you explain this page?" }, { "role": "assistant", "content": "", "function_call": { "name": "context", "arguments": "{}" } }, { "role": "user", "content": "{\"screen_description\":\"The user is looking at http://localhost:5601/phq/app/observability/alerts?_a=(filters:!(),kuery:%27%27,rangeFrom:now-24h,rangeTo:now,status:all). The current time range is 2024-10-21T18:23:54.539Z - 2024-10-21T18:38:54.539Z.\",\"learnings\":[],\"data_on_screen\":[{\"name\":\".es-query\",\"value\":\"Elasticsearch query Alert when matches are found during the latest query run.\",\"description\":\"An available rule is Elasticsearch query.\"},{\"name\":\"observability.rules.custom_threshold\",\"value\":\"Custom threshold Alert when any Observability data type reaches or exceeds a given value.\",\"description\":\"An available rule is Custom threshold.\"},{\"name\":\"xpack.ml.anomaly_detection_alert\",\"value\":\"Anomaly detection Alert when anomaly detection jobs results match the condition.\",\"description\":\"An available rule is Anomaly detection.\"},{\"name\":\"slo.rules.burnRate\",\"value\":\"SLO burn rate Alert when your SLO burn rate is too high over a defined period of time.\",\"description\":\"An available rule is SLO burn rate.\"},{\"name\":\"metrics.alert.threshold\",\"value\":\"Metric threshold Alert when the metrics aggregation exceeds the threshold.\",\"description\":\"An available rule is Metric threshold.\"},{\"name\":\"metrics.alert.inventory.threshold\",\"value\":\"Inventory Alert when the inventory exceeds a defined threshold.\",\"description\":\"An available rule is Inventory.\"},{\"name\":\"logs.alert.document.count\",\"value\":\"Log threshold Alert when the log aggregation exceeds the threshold.\",\"description\":\"An available rule is Log threshold.\"},{\"name\":\"xpack.uptime.alerts.tlsCertificate\",\"value\":\"Uptime TLS Alert when the TLS certificate of an Uptime monitor is about to expire.\",\"description\":\"An available rule is Uptime TLS.\"},{\"name\":\"xpack.uptime.alerts.monitorStatus\",\"value\":\"Uptime monitor status Alert when a monitor is down or an availability threshold is breached.\",\"description\":\"An available rule is Uptime monitor status.\"},{\"name\":\"xpack.uptime.alerts.durationAnomaly\",\"value\":\"Uptime Duration Anomaly Alert when the Uptime monitor duration is anomalous.\",\"description\":\"An available rule is Uptime Duration Anomaly.\"},{\"name\":\"xpack.synthetics.alerts.monitorStatus\",\"value\":\"Synthetics monitor status Alert when a monitor is down.\",\"description\":\"An available rule is Synthetics monitor status.\"},{\"name\":\"xpack.synthetics.alerts.tls\",\"value\":\"Synthetics TLS certificate Alert when the TLS certificate of a Synthetics monitor is about to expire.\",\"description\":\"An available rule is Synthetics TLS certificate.\"},{\"name\":\"apm.error_rate\",\"value\":\"Error count threshold Alert when the number of errors in a service exceeds a defined threshold.\",\"description\":\"An available rule is Error count threshold.\"},{\"name\":\"apm.transaction_error_rate\",\"value\":\"Failed transaction rate threshold Alert when the rate of transaction errors in a service exceeds a defined threshold.\",\"description\":\"An available rule is Failed transaction rate threshold.\"},{\"name\":\"apm.transaction_duration\",\"value\":\"Latency threshold Alert when the latency of a specific transaction type in a service exceeds a defined threshold.\",\"description\":\"An available rule is Latency threshold.\"},{\"name\":\"apm.anomaly\",\"value\":\"APM Anomaly Alert when either the latency, throughput, or failed transaction rate of a service is anomalous.\",\"description\":\"An available rule is APM Anomaly.\"}]}", "name": "context" } ], "stream": true, "tools": [ { "function": { "name": "get_data_on_screen", "parameters": { "type": "object", "properties": { "data": { "type": "array", "description": "The pieces of data you want to look at it. You can request one, or multiple", "items": { "type": "string", "enum": [ ".es-query", "observability.rules.custom_threshold", "xpack.ml.anomaly_detection_alert", "slo.rules.burnRate", "metrics.alert.threshold", "metrics.alert.inventory.threshold", "logs.alert.document.count", "xpack.uptime.alerts.tlsCertificate", "xpack.uptime.alerts.monitorStatus", "xpack.uptime.alerts.durationAnomaly", "xpack.synthetics.alerts.monitorStatus", "xpack.synthetics.alerts.tls", "apm.error_rate", "apm.transaction_error_rate", "apm.transaction_duration", "apm.anomaly" ] } } }, "required": ["data"] } }, "type": "function" }, { "function": { "name": "query", "description": "This function generates, executes and/or visualizes a query\n based on the user's request. It also explains how ES|QL works and how to\n convert queries from one language to another. Make sure you call one of\n the get_dataset functions first if you need index or field names. This\n function takes no input.", "parameters": { "type": "object", "properties": {} } }, "type": "function" }, { "function": { "name": "get_alerts_dataset_info", "description": "Use this function to get information about alerts data.", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The start of the current time range, in datemath, like now-24h or an ISO timestamp" }, "end": { "type": "string", "description": "The end of the current time range, in datemath, like now-24h or an ISO timestamp" } } } }, "type": "function" }, { "function": { "name": "alerts", "description": "Get alerts for Observability. Make sure get_alerts_dataset_info was called before.\n Use this to get open (and optionally recovered) alerts for Observability assets, like services,\n hosts or containers.\n Display the response in tabular format if appropriate.\n ", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The start of the time range, in Elasticsearch date math, like `now`." }, "end": { "type": "string", "description": "The end of the time range, in Elasticsearch date math, like `now-24h`." }, "kqlFilter": { "type": "string", "description": "Filter alerts by field:value pairs" }, "includeRecovered": { "type": "boolean", "description": "Whether to include recovered/closed alerts. Defaults to false, which means only active alerts will be returned" } }, "required": ["start", "end"] } }, "type": "function" }, { "function": { "name": "changes", "description": "Returns change points like spikes and dips for logs and metrics.", "parameters": { "type": "object", "properties": { "start": { "type": "string", "description": "The beginning of the time range, in datemath, like now-24h, or an ISO timestamp" }, "end": { "type": "string", "description": "The end of the time range, in datemath, like now, or an ISO timestamp" }, "logs": { "description": "Analyze changes in log patterns. If no index is given, the default logs index pattern will be used", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of this set of logs" }, "index": { "type": "string", "description": "The index or index pattern where to find the logs" }, "kqlFilter": { "type": "string", "description": "A KQL filter to filter the log documents by, e.g. my_field:foo" }, "field": { "type": "string", "description": "The text field that contains the message to be analyzed, usually `message`. ONLY use field names from the conversation." } }, "required": ["name"] } }, "metrics": { "description": "Analyze changes in metrics. DO NOT UNDER ANY CIRCUMSTANCES use date or metric fields for groupBy, leave empty unless needed.", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of this set of metrics" }, "index": { "type": "string", "description": "The index or index pattern where to find the metrics" }, "kqlFilter": { "type": "string", "description": "A KQL filter to filter the log documents by, e.g. my_field:foo" }, "field": { "type": "string", "description": "Metric field that contains the metric. Only use if the metric aggregation type is not count." }, "type": { "type": "string", "description": "The type of metric aggregation to perform. Defaults to count", "enum": ["count", "avg", "sum", "min", "max", "p95", "p99"] }, "groupBy": { "type": "array", "description": "Optional keyword fields to group metrics by.", "items": { "type": "string" } } }, "required": ["index", "name"] } } }, "required": ["start", "end"] } }, "type": "function" }, { "function": { "name": "summarize", "description": "Use this function to store facts in the knowledge database if the user requests it.\n You can score the learnings with a confidence metric, whether it is a correction on a previous learning.\n An embedding will be created that you can recall later with a semantic search.\n When you create this summarisation, make sure you craft it in a way that can be recalled with a semantic\n search later, and that it would have answered the user's original request.", "parameters": { "type": "object", "properties": { "id": { "type": "string", "description": "An id for the document. This should be a short human-readable keyword field with only alphabetic characters and underscores, that allow you to update it later." }, "text": { "type": "string", "description": "A human-readable summary of what you have learned, described in such a way that you can recall it later with semantic search, and that it would have answered the user's original request." }, "is_correction": { "type": "boolean", "description": "Whether this is a correction for a previous learning." }, "confidence": { "type": "string", "description": "How confident you are about this being a correct and useful learning", "enum": ["low", "medium", "high"] }, "public": { "type": "boolean", "description": "Whether this information is specific to the user, or generally applicable to any user of the product" } }, "required": ["id", "text", "is_correction", "confidence", "public"] } }, "type": "function" }, { "function": { "name": "elasticsearch", "description": "Call Elasticsearch APIs on behalf of the user. Make sure the request body is valid for the API that you are using. Only call this function when the user has explicitly requested it.", "parameters": { "type": "object", "properties": { "method": { "type": "string", "description": "The HTTP method of the Elasticsearch endpoint", "enum": ["GET", "PUT", "POST", "DELETE", "PATCH"] }, "path": { "type": "string", "description": "The path of the Elasticsearch endpoint, including query parameters" }, "body": { "type": "object", "description": "The body of the request" } }, "required": ["method", "path"] } }, "type": "function" }, { "function": { "name": "kibana", "description": "Call Kibana APIs on behalf of the user. Only call this function when the user has explicitly requested it, and you know how to call it, for example by querying the knowledge base or having the user explain it to you. Assume that pathnames, bodies and query parameters may have changed since your knowledge cut off date.", "parameters": { "type": "object", "properties": { "method": { "type": "string", "description": "The HTTP method of the Kibana endpoint", "enum": ["GET", "PUT", "POST", "DELETE", "PATCH"] }, "pathname": { "type": "string", "description": "The pathname of the Kibana endpoint, excluding query parameters" }, "query": { "type": "object", "description": "The query parameters, as an object" }, "body": { "type": "object", "description": "The body of the request" } }, "required": ["method", "pathname"] } }, "type": "function" }, { "function": { "name": "get_dataset_info", "description": "Use this function to get information about indices/datasets available and the fields available on them.\n\n providing empty string as index name will retrieve all indices\n else list of all fields for the given index will be given. if no fields are returned this means no indices were matched by provided index pattern.\n wildcards can be part of index name.", "parameters": { "type": "object", "properties": { "index": { "type": "string", "description": "index pattern the user is interested in or empty string to get information about all available indices" } }, "required": ["index"] } }, "type": "function" }, { "function": { "name": "execute_connector", "description": "Use this function when user explicitly asks to call a kibana connector.", "parameters": { "type": "object", "properties": { "id": { "type": "string", "description": "The id of the connector" }, "params": { "type": "object", "description": "The connector parameters" } }, "required": ["id", "params"] } }, "type": "function" } ], "temperature": 0 } ```
--------- Co-authored-by: Søren Louv-Jansen [Screenshotting] Organize dev docs for screenshotting/chromium (#198100) * Remove duplicated “File service” entry from nav * Move Screenshotting to main Tutorials section in nav * Add “Updating Puppeteer and Chromium” to nav as a sub-item of screenshotting * Move files for Screenshotting/Chromium out of the SharedUX space to `dev_docs/tutorials/screenshotting` Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 8cff240 (main) (#198271) This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.elastic.co/wolfi/chainguard-base | digest | `1815394` -> `8cff240` | --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> [ML] Fix overall bucket request for large number of job IDs (#198292) Fixes https://github.com/elastic/kibana/issues/190591 Adds chunking for `over_buckets` request to prevent exceeding the request length URL. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios [Security Solution][Alert details] - refactor UI on insights (#197349) This PR refactors the Insights section of the expandable flyout for alerts and events. The changes are applied to the following section: - Threat Intelligence: when the user clicks on the number, we open the left section to the Insights Threat Intelligence tab - Correlations: when the user clicks on the number, we open the left section to the Insights Correlations tab - Prevalence: no user interactions When in preview mode, none of the number are clickable and the buttons are disabled. | Normal flyout | Preview flyout | | ------------- | ------------- | | ![Screenshot 2024-10-22 at 6 01 38 PM](https://github.com/user-attachments/assets/de179a2b-c8ab-42f6-b5b7-839dae0139d5) | ![Screenshot 2024-10-22 at 6 01 54 PM](https://github.com/user-attachments/assets/63ed125e-5e3b-4c4c-a10e-7cc01d291660) | https://github.com/user-attachments/assets/30031a12-c2f3-47e6-a783-5b9482359ee5 https://github.com/elastic/security-team/issues/7033 - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Fix flaky alert flapping test (#198013) Resolves https://github.com/elastic/kibana/issues/195573 In this PR, I'm un-skipping the alerts as data flapping tests. The flaky test runners weren't able to reproduce the flakiness. I believe it's because we needed to wait longer after changing the flapping settings for the cache to clear. This is already done in https://github.com/elastic/kibana/pull/197070/files#diff-3d57bae0b495bddd934b87ca29e2f43fa21bab9bf304b5d359d7e230284415c0 but it was merged after the test was skipped. Flaky test runners: - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7286 - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7293 - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7306 [Detection Engine][FTRs] Break down long running FTR groups and fix threshold preview bug (#197368) This PR breaks down long running FTR groups into smaller chunks that now run in <~15 min. - Addresses https://github.com/elastic/kibana/issues/192109 - There is no existing ticket but rule_execution group tests are taking ~55m to run and will soon be a bottle neck for us. - No edits made to any existing tests. - Purely just a reshuffle of the tests. See https://github.com/elastic/kibana/issues/198209 for details on bug. [Mappings editor] Handle unsupported types (#198185) Fixes https://github.com/elastic/kibana/issues/197592 This PR fixes the bug where the index Mappings details page crashes if the index has a mapping field with a type that is not recognized in Kibana. We fix this by using `getTypeLabelFromField` instead of directly fetching the `label` property of an object that might be `undefined` - `getTypeLabelFromField` takes care of this case. **How to test:** 1. Create the following index in Console (it has the unsupported `counted_keyword` field type): ``` PUT test { "mappings": { "properties": { "@timestamp": { "type": "date" }, "log": { "type": "text" }, "ids": { "type": "counted_keyword" } } } } ``` 2. Go to Index Management and click on the index that we just created 3. Go to Mappings tab 4. Verify that the page loads correctly 5. Check that the opening filter and selecting an option doesn't make the page crash. https://github.com/user-attachments/assets/4a595968-7cd8-4d36-9a53-264a0d5db50f [Authz] Added section for migration routes created by utility function (#198401) - Added section for migrating routes created by utility function. - Added `patch` method to route methods in eslint rule. - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials [ci] Run type checking before tests (#197539) [FTR][Ownership] Assign health_gateway, etc (#197980) Assigned health_gateway due to https://github.com/elastic/kibana/blob/main/test/health_gateway/plugins/status/kibana.jsonc#L4 Assigned interpreter_functional due to https://github.com/elastic/kibana/blob/main/test/interpreter_functional/plugins/kbn_tp_run_pipeline/kibana.jsonc#L4 - But it is an educated guess - same with "...saved_objects*" Assigned home due to https://github.com/elastic/kibana/blob/main/src/plugins/home/kibana.jsonc#L5 Assigned otel_metrics due to https://github.com/elastic/kibana/blob/main/test/common/plugins/otel_metrics/kibana.jsonc#L4 Assigned content_management due to https://github.com/elastic/kibana/blob/main/api_docs/content_management.mdx#L18 - It says "Contact @elastic/appex-sharedux for questions regarding this plugin." Assigned kibana_overview due to https://github.com/elastic/kibana/blob/main/api_docs/kibana_overview.mdx#L14 - Says the same as above Assigned node_roles_functional due to https://github.com/elastic/kibana/blob/main/test/node_roles_functional/plugins/core_plugin_initializer_context/kibana.jsonc#L4 Assigned app_link_test due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/app_link_test/kibana.jsonc#L4 Assigned data_search due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/data_search/kibana.jsonc#L4 Assigned elasticsearch_client_plugin due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/elasticsearch_client_plugin/kibana.jsonc#L4 Assigned eui_provider_dev_warning due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/eui_provider_dev_warning/kibana.jsonc#L4 Assigned index_patterns due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/index_patterns/kibana.jsonc#L4 Assigned kbn_sample_panel_action due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/kbn_sample_panel_action/kibana.jsonc#L3-L4 Assigned kbn_top_nav due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/kbn_top_nav/kibana.jsonc#L4 Assigned management_test_plugin due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/management_test_plugin/kibana.jsonc#L4 Contributes to: https://github.com/elastic/kibana/issues/192979 --------- Co-authored-by: Robert Oskamp Co-authored-by: Elastic Machine [OAS] Beautify generated operation ids (#198132) fix: kubectl annotate command (#198414) In kubectl annotate commands, we should use an equals sign (=) instead of a colon when setting the annotation value. ``` $ kubectl annotate namespace java instrumentation.opentelemetry.io/inject-java: "opentelemetry-operator-system/elastic-instrumentation" error: at least one annotation update is required $ kubectl annotate namespace java instrumentation.opentelemetry.io/inject-java="opentelemetry-operator-system/elastic-instrumentation" namespace/java annotated ``` Delete any items that are not applicable to this PR. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) Delete this section if it is not applicable to this PR. Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release. When forming the risk matrix, consider some of the following examples and how they may potentially impact the change: | Risk | Probability | Severity | Mitigation/Notes | |---------------------------|-------------|----------|-------------------------| | Multiple Spaces—unexpected behavior in non-default Kibana Space. | Low | High | Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces. | | Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. | High | Low | Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure. | | Code should gracefully handle cases when feature X or plugin Y are disabled. | Medium | High | Unit tests will verify that any feature flag or plugin combination still results in our service operational. | | [See more potential risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) | - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) [ci] More resources for check oas snapshot (#198433) This step doesn't have enough CPU/memory for the number of processes running. [Security Assistant] Knowledge base switch to use `semantic_text` (#197007) - `text_expansion` is deprecated, use `semantic_text` instead - fix KB index entry form field options - explicitly create inference endpoint on KB setup if `assistantKnowledgeBaseByDefault` is true - when upgrade from v1 update KB ingest pipeline and remove unnecessary processor, but keep the pipeline for the backward compatibility - switch to use `doc` update for KB entries due to the limitations od `semantic_text` https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html#update-script - split loading Security labs content into smaller chunks --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Pedro Jaramillo [ResponseOps] Cleanup alerting RBAC exception code (#197719) Resolves https://github.com/elastic/response-ops-team/issues/250 This PR eliminates the alerting RBAC exemption code. It removes all references to `getAuthorizationModeBySource` and `bulkGetAuthorizationModeBySource`, along with the corresponding legacy RBAC usage counters. Additionally, downstream code paths that rely on RBAC for authorization have been updated, and all related test cases have been removed. [ES|QL] Add`SORT` command mutation APIs (#197185) Partially addresses https://github.com/elastic/kibana/issues/191812 - Adds traversal and manipulation APIs for `SORT` command. - `commands.sort.listCommands()` - `commands.sort.getCommand()` - `commands.sort.list()` - `commands.sort.findByPredicate()` - `commands.sort.find()` - `commands.sort.remove()` - `commands.sort.insertIntoCommand()` - `commands.sort.insertExpression()` - `commands.sort.insertCommand()` - Refactors "generic" AST manipulation routines into (1) `commands`, (2) `commands.args`, (3) `commands.options`. - `generic.commands.*` - `generic.commands.args.*` - `generic.commands.options.*` Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) --------- Co-authored-by: Stratoula Kalafateli [ObsUX][Infra] Add telemetry for anomaly job creation (#198061) Closes https://github.com/elastic/kibana/issues/189619 Telemetry events created: - Infra Anomaly Detection Job Setup ``` { "event_type":"Infra Anomaly Detection Job Setup", "context":{...} "properties": { "job_type":"host", "configured_fields":{"start_date":"2024-09-24T16:11:41.446Z","partition_field":"cloud.instance.id","filter_field": "host.name:\"gke-edge-lite-oblt-edge-lite-oblt-poo-f77db573-2249\"} } } ``` - Infra Anomaly Detection Job Date Field Change ``` { "event_type":" Infra Anomaly Detection Job Date Field Change", "context":{...} "properties": { "job_type":"host", "start_date":"2024-09-24T16:11:41.446Z" } } ``` - Infra Anomaly Detection Job Partition Field Change ``` { "event_type":" Infra Anomaly Detection Job Date Field Change", "context":{...} "properties": { "job_type":"host", "partition_field":"cloud.instance.id" } } ``` - Infra Anomaly Detection Job Filter Field Change ``` { "event_type":" Infra Anomaly Detection Job Date Field Change", "context":{...} "properties": { "job_type":"host", "filter_field": "host.name:\"gke-edge-lite-oblt-edge-lite-oblt-poo-f77db573-2249\" } } ``` [Security AI Assistant] Fixed license issue for Knowledge Base resources initialization (#198239) [UII] Replace `kibanaVersionCheckEnabled` default value instead of config setting (#198172) This PR removes `xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false` from `kibana.yml` in favor of changing the default value that Fleet populates, so that we do not apply the Kibana version constraint to EPR requests for >= 9.0 deployments. Prior to this change, this setting was not applied to ESS deployments as `kibana.yml` is overridden there. I updated the related task in https://github.com/elastic/kibana/issues/192624 to reflect this change. [Entity Analytics] [Entity Store] Add audit logs (#196847) This PR adds audit logs for the different actions that can be performed on the entity store engines. improve loading UI in Discover mobile (#197939) Closes https://github.com/elastic/kibana/issues/151503 In this PR, use the EuiEmptyPrompt component to update the loading UI --------- Co-authored-by: Davis McPhee [Security solution] `assistantKnowledgeBaseByDefault` flag defaults to `true` (#198178) Upgrade EUI to v97.3.0 (#198087) `v97.2.0`⏩`v97.3.0` _[Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_ --- - `EuiDataGrid` now supports a new `toolbarVisibility.showDisplaySelector.customRender` function that allows completely customizing the rendering of the display selector popover ([#8080](https://github.com/elastic/eui/pull/8080)) - `EuiDataGrid`'s row height/lines per row setting has been streamlined in both UI and UX ([#8080](https://github.com/elastic/eui/pull/8080)) - `EuiDataGrid` now accepts consumer-passed display setting updates even after users have changed their display preferences via UI ([#8080](https://github.com/elastic/eui/pull/8080)) - Updated `EuiDataGrid` to vertically center all `toolbarVisibility.additionalControls` nodes ([#8085](https://github.com/elastic/eui/pull/8085)) - Updated `EuiDataGrid` with a beta `rowHeightsOptions.autoBelowLineCount` feature flag ([#8096](https://github.com/elastic/eui/pull/8096)) - Updated `EuiContextMenuPanel` to allow disabling initial focus via `initialFocusedItemIndex={-1}` ([#8101](https://github.com/elastic/eui/pull/8101)) **Bug fixes** - Fixed `EuiComment`'s typing to correctly reflect all accepted props ([#8089](https://github.com/elastic/eui/pull/8089)) - Fixed `EuiSelectableTemplateSitewide`s within dark-themed `EuiHeader`s missing input borders ([#8100](https://github.com/elastic/eui/pull/8100)) [Entity Analytics] [Entity Store] Show errors on entity store enablement (#198263) This PR adds user feedback for errors that happen when enabling the entity store. Any errors during the async setup of store resources will show up as toasts, whist initial INIT request failures will appear as an error callout. ![Screenshot 2024-10-29 at 16 48 03](https://github.com/user-attachments/assets/12aa9af3-1e27-44b1-85e5-5053255bd333) ![Screenshot 2024-10-29 at 16 47 19](https://github.com/user-attachments/assets/31790981-599b-4fba-a423-b75e31dbe7be) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [api-docs] 2024-10-31 Daily api_docs build (#198464) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/877 [Search][Connectors] Elastic managed as default and some typos (#197571) Fixing **Elastic managed** as a default option when creating a new connector. And fixing _Self managed_ typo to become _Self-managed_ --------- Co-authored-by: Elastic Machine Remove square brackets in FROM METADATA declaration (#196991) Hello, this PR addresses the deprecation of square brackets in FROM METADATA declarations in Elasticsearch queries, in preparation for Elasticsearch 9.0. Closes #196988 The changes involve removing square brackets around metadata fields (e.g., `[metadata _id]` becomes `metadata _id`) across various parts of the codebase. No functional changes to the UE, only internal query syntax updates. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Stratoula Kalafateli [CI] Quiet quickcheck i18n output (#197871) The i18n check spews out ~5k lines of log. This makes it difficult to spot any errors, or even break the check through some buffer issue. This PR quiets output from i18n quick check, yet keeping the error outputs. We've tested it in https://github.com/elastic/kibana/pull/194379, and locally (to see if we still see the errors) - it seems to have fixed errors from @pgayvallet 's case. --------- Co-authored-by: Elastic Machine [Stateful sidenav] Update feedback urls (#198143) [Index Management] Add support for index mode (#197874) Closes https://github.com/elastic/kibana/issues/195772 This PR displays the index mode setting in Index templates (at Review step in creation flow and at template details flyout) and Data streams (in ds table and ds details flyout). Screenshot 2024-10-28 at 14 39 18 Screenshot 2024-10-28 at 19 05 29 Screenshot 2024-10-28 at 14 41 01 Screenshot 2024-10-28 at 14 41 09 **Creating a Logsdb index template and data stream:** 1. Go to Index Managament -> Index templates and start creating a new template 2. Add a name and an index pattern `test-logsdb` and then go to the Settings step 3. Add the setting `"index.mode": "logsdb`. 4. Go to last step (review) and verify that the index mode is correctly displayed in Summary. Save the template. 5. In the template flyout, verify that the index mode displays the correct label. 6. Go to Console and create a data stream that mathes the index pattern of the created index template: `PUT _data_stream/test-logsdb` 7. Go to Index Management -> Data streams 8. In the data streams table, verify that the index mode column is correct for the new data stream. 9. Open the new data stream and verify that the details flyout displays the correct index mode. **Creating a Time series index template and data stream:** 1. Go to Index Managament -> Index templates and start creating a new template 2. Add a name and an index pattern `test-tsds` and then go to the Settings step 3. Add the setting `"index.mode": "time_series`. 4. For time series index template, we also need to add a mapping with a `time_series_dimension` property. Go to the Mappings step, click on "Load JSON" and add the following mappings object: ``` { "properties": { "id": { "type": "keyword", "time_series_dimension": true } } } ``` 6. Go to last step (review) and verify that the index mode is correctly displayed in Summary. Save the template. 7. In the template flyout, verify that the index mode displays the correct label. 8. Go to Console and create a data stream that mathes the index pattern of the created index template: `PUT _data_stream/test-tsds` 9. Go to Index Management -> Data streams 10. In the data streams table, verify that the index mode column is correct for the new data stream. 11. Open the new data stream and verify that the details flyout displays the correct index mode. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7288 - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> [FTR][Ownership] Assign rendering_plugin, etc (#198024) Assign ownership for a handful of reviewing teams. Assigned rendering_plugin due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/rendering_plugin/kibana.jsonc#L3-L4 Assigned session_notifications due to https://github.com/elastic/kibana/blob/main/test/plugin_functional/plugins/session_notifications/kibana.jsonc#L4 Assigned saml_provider due to https://github.com/elastic/kibana/blob/main/x-pack/test/cloud_integration/plugins/saml_provider/kibana.jsonc#L4 Assigned defend_workflows_cypress due to the name Assigned riggers_actions_ui_examples due to https://github.com/elastic/kibana/blob/main/api_docs/triggers_actions_ui.mdx#L18 - It says "Contact @elastic/response-ops for questions regarding this plugin." Assigned fleet_packages due to the name Assigned management due to the name Assigned painless_lab due to https://github.com/elastic/kibana/blob/main/x-pack/plugins/painless_lab/kibana.jsonc#L5 Assigned remote_clusters due to https://github.com/elastic/kibana/blob/main/api_docs/remote_clusters.mdx#L18 Assigned logstash due to the name Assigned license_management due to https://github.com/elastic/kibana/blob/main/api_docs/license_management.mdx#L18 - It says "Contact @elastic/kibana-management for questions regarding this plugin." Assigned iframe_embedded due to https://github.com/elastic/kibana/blob/main/x-pack/test/functional_embedded/plugins/iframe_embedded/kibana.jsonc#L3-L4 Assigned functional_solution_sidenav due to https://github.com/elastic/kibana/pull/189804 (and git blame) Assigned cases due to https://github.com/elastic/kibana/blob/main/api_docs/cases.mdx#L18 - It says "Contact @elastic/response-ops for questions regarding this plugin." Contributes to: https://github.com/elastic/kibana/issues/192979 --------- Co-authored-by: Robert Oskamp Co-authored-by: Elastic Machine [Security Solution] [Onboarding] AI connectors card privileges escenarios (#198014) Issue #197397 - Fix how AI connectors cards handle the lack of privileges for user. **Before:** When user has none privileges inside the AI connectors card an infinite spinner is rendered. ![379211667-8f565693-a9a6-43dc-9a88-d6b678f5692c](https://github.com/user-attachments/assets/d2d6330d-d464-413a-bf18-3737db8d573c) **Introduced by this PR:** Screenshot 2024-10-28 at 15 52 53 User capabilities: `actions.show`, `actions.save` & `actions.execute` **Case 1.1** - User does not have any connector Untitled (1) **Case 1.2** - User already has connectors Untitled User capabilities: `actions.show` & `actions.execute` Screenshot 2024-10-28 at 15 51 39 **Case 2.1** - User does not have any connector Untitled (3) **Case 2.2** - User already has connectors Untitled (2) Screenshot 2024-10-28 at 15 52 16 Untitled (4) Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: Elastic Machine Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com> [ML] Fixes link to anomaly explorer from anomaly embeddables when viewing by job group (#198256) Fix for: [#196509](https://github.com/elastic/kibana/issues/196509) After fix: https://github.com/user-attachments/assets/9d731676-fd47-41fe-8843-8b8e6c6e153d [Security Solution][Serverless] Fixed yaml format for detection engine quality gate (#198470) Fixed detection engine yaml format for quality gate. fix(slo): handle custom DSL query filters (#198073) [Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats (#197065) addresses #196528 - Remove unused get_available_indices.ts params helper file. - Change fetchAvailableIndices to use creation_date from _cat api instead of targeting @timestamp field of indices Before: ![image](https://github.com/user-attachments/assets/1954a8b6-1760-4ec7-b3d3-167b724f8b3c) After: ![image](https://github.com/user-attachments/assets/232674a1-9691-4d49-862e-99873f22c3cf) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Apply task manager backpressure whenever a 500 error is returned in the task store (#198418) In this PR, I'm making the task manager apply backpressure whenever a 500 error is returned in the task store (msearch or other SO I/O). 1. Apply the following diff, run Kibana and notice logs about poll interval and capacity configuration changing ``` diff --git a/x-pack/plugins/task_manager/server/task_store.ts b/x-pack/plugins/task_manager/server/task_store.ts index 2b3440e87c0..d2ffaa2f50f 100644 --- a/x-pack/plugins/task_manager/server/task_store.ts +++ b/x-pack/plugins/task_manager/server/task_store.ts @@ -574,6 +574,8 @@ export class TaskStore { const versionMap = this.createVersionMap([]); let allTasks = new Array(); + responses[0].status = 500; + for (const response of responses) { if (response.status !== 200) { const err = new MsearchError(response.status); ``` 2. Undo previous changes, apply the following diff, run Kibana and notice logs about poll interval and capacity configuration changing ``` diff --git a/x-pack/plugins/task_manager/server/task_store.ts b/x-pack/plugins/task_manager/server/task_store.ts index 2b3440e87c0..95d14152e1d 100644 --- a/x-pack/plugins/task_manager/server/task_store.ts +++ b/x-pack/plugins/task_manager/server/task_store.ts @@ -12,6 +12,7 @@ import murmurhash from 'murmurhash'; import { v4 } from 'uuid'; import { Subject } from 'rxjs'; import { omit, defaults, get } from 'lodash'; +import { SavedObjectsErrorHelpers } from '@kbn/core/server'; import { SavedObjectError } from '@kbn/core-saved-objects-common'; import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; @@ -474,6 +475,7 @@ export class TaskStore { public async bulkGet(ids: string[]): Promise { let result; try { + throw SavedObjectsErrorHelpers.decorateGeneralError(new Error('foo')); result = await this.savedObjectsRepository.bulkGet( ids.map((id) => ({ type: 'task', id })) ); ``` [Index Management] Fix globalMaxRetention display error in data retention modal (#198113) Fixes #197314 **After fixup:** ![image](https://github.com/user-attachments/assets/9fa66906-fa06-4e12-81d8-7bcdaaff3ff3) ![image](https://github.com/user-attachments/assets/a7b9ee72-4ce3-4d2b-8c14-483ea2028597) --------- Co-authored-by: Elastic Machine Fix flaky connector adapters test (#198396) Resolves https://github.com/elastic/kibana/issues/198388 In this PR, I'm increasing the rule frequency to avoid rule actions running multiple times when asserting for the action to only have ran once. Flaky test runner: - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7307 [Search][Connectors] Validating connectors name (#198483) Validating connectors name field before letting press Generate config or Next. ![CleanShot 2024-10-31 at 10 36 26](https://github.com/user-attachments/assets/3a9a1d93-89a5-425f-a932-666c59a7019c) OpenAPI docs for APM UI APIs (#197946) Closes #197582 This PR adds missing OpenAPI specification for APM UI APIs. Documentation specs have been divided into files per path. See [readme](https://github.com/elastic/kibana/blob/88e55f92f91e04112e831023e163e4990018de52/x-pack/plugins/observability_solution/apm/docs/openapi/apm/README.md) for specific information. Update ftr (main) (#198455) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromedriver](https://togithub.com/giggio/node-chromedriver) | devDependencies | major | [`^129.0.0` -> `^130.0.1`](https://renovatebot.com/diffs/npm/chromedriver/129.0.1/130.0.1) | | [geckodriver](https://togithub.com/webdriverio-community/node-geckodriver) | devDependencies | minor | [`^4.4.4` -> `^4.5.1`](https://renovatebot.com/diffs/npm/geckodriver/4.4.4/4.5.1) | ---
giggio/node-chromedriver (chromedriver) [`v130.0.1`](https://togithub.com/giggio/node-chromedriver/compare/130.0.0...130.0.1) [Compare Source](https://togithub.com/giggio/node-chromedriver/compare/130.0.0...130.0.1) [`v130.0.0`](https://togithub.com/giggio/node-chromedriver/compare/129.0.4...130.0.0) [Compare Source](https://togithub.com/giggio/node-chromedriver/compare/129.0.4...130.0.0) [`v129.0.4`](https://togithub.com/giggio/node-chromedriver/compare/129.0.3...129.0.4) [Compare Source](https://togithub.com/giggio/node-chromedriver/compare/129.0.3...129.0.4) [`v129.0.3`](https://togithub.com/giggio/node-chromedriver/compare/129.0.2...129.0.3) [Compare Source](https://togithub.com/giggio/node-chromedriver/compare/129.0.2...129.0.3) [`v129.0.2`](https://togithub.com/giggio/node-chromedriver/compare/129.0.1...129.0.2) [Compare Source](https://togithub.com/giggio/node-chromedriver/compare/129.0.1...129.0.2)
webdriverio-community/node-geckodriver (geckodriver) [`v4.5.1`](https://togithub.com/webdriverio-community/node-geckodriver/releases/tag/v4.5.1): Release 4.5.1 [Compare Source](https://togithub.com/webdriverio-community/node-geckodriver/compare/v4.5.0...v4.5.1) - fix: correct type on gecko driver params to be logNoTruncate instead of logNoTruncated ([#​567](https://togithub.com/webdriverio-community/node-geckodriver/issues/567)) ([`138fde4`](https://togithub.com/webdriverio-community/node-geckodriver/commit/138fde4)) - chore(deps-dev): bump [@​vitest/coverage-v8](https://togithub.com/vitest/coverage-v8) from 2.1.1 to 2.1.2 ([#​562](https://togithub.com/webdriverio-community/node-geckodriver/issues/562)) ([`c67f71f`](https://togithub.com/webdriverio-community/node-geckodriver/commit/c67f71f)) - chore(deps-dev): bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 ([#​563](https://togithub.com/webdriverio-community/node-geckodriver/issues/563)) ([`8976f2c`](https://togithub.com/webdriverio-community/node-geckodriver/commit/8976f2c)) - chore(deps-dev): bump release-it from 17.6.0 to 17.7.0 ([#​559](https://togithub.com/webdriverio-community/node-geckodriver/issues/559)) ([`81cee91`](https://togithub.com/webdriverio-community/node-geckodriver/commit/81cee91)) - chore(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 ([#​561](https://togithub.com/webdriverio-community/node-geckodriver/issues/561)) ([`17fc269`](https://togithub.com/webdriverio-community/node-geckodriver/commit/17fc269)) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​557](https://togithub.com/webdriverio-community/node-geckodriver/issues/557)) ([`0adbf99`](https://togithub.com/webdriverio-community/node-geckodriver/commit/0adbf99)) - chore(deps-dev): bump webdriverio from 9.0.9 to 9.1.2 ([#​555](https://togithub.com/webdriverio-community/node-geckodriver/issues/555)) ([`82d20c7`](https://togithub.com/webdriverio-community/node-geckodriver/commit/82d20c7)) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 22.5.5 to 22.7.4 ([#​554](https://togithub.com/webdriverio-community/node-geckodriver/issues/554)) ([`15a13a8`](https://togithub.com/webdriverio-community/node-geckodriver/commit/15a13a8)) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.6.0 to 8.7.0 ([#​556](https://togithub.com/webdriverio-community/node-geckodriver/issues/556)) ([`a15da9a`](https://togithub.com/webdriverio-community/node-geckodriver/commit/a15da9a)) [`v4.5.0`](https://togithub.com/webdriverio-community/node-geckodriver/releases/tag/v4.5.0): Release 4.5.0 [Compare Source](https://togithub.com/webdriverio-community/node-geckodriver/compare/v4.4.4...v4.5.0) - feat: support spawnOpts for geckodriver child process ([#​552](https://togithub.com/webdriverio-community/node-geckodriver/issues/552)) ([`3edaf8e`](https://togithub.com/webdriverio-community/node-geckodriver/commit/3edaf8e)) - chore(deps): bump rollup from 4.21.3 to 4.22.4 ([#​551](https://togithub.com/webdriverio-community/node-geckodriver/issues/551)) ([`2b429a4`](https://togithub.com/webdriverio-community/node-geckodriver/commit/2b429a4)) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.5.0 to 8.6.0 ([#​548](https://togithub.com/webdriverio-community/node-geckodriver/issues/548)) ([`c24a4c6`](https://togithub.com/webdriverio-community/node-geckodriver/commit/c24a4c6)) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​549](https://togithub.com/webdriverio-community/node-geckodriver/issues/549)) ([`6437865`](https://togithub.com/webdriverio-community/node-geckodriver/commit/6437865)) - chore(deps): bump vite from 5.4.5 to 5.4.6 ([#​546](https://togithub.com/webdriverio-community/node-geckodriver/issues/546)) ([`9ad9e72`](https://togithub.com/webdriverio-community/node-geckodriver/commit/9ad9e72)) - chore(deps-dev): bump husky from 9.1.5 to 9.1.6 ([#​540](https://togithub.com/webdriverio-community/node-geckodriver/issues/540)) ([`590a837`](https://togithub.com/webdriverio-community/node-geckodriver/commit/590a837)) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 22.5.4 to 22.5.5 ([#​543](https://togithub.com/webdriverio-community/node-geckodriver/issues/543)) ([`e5f91da`](https://togithub.com/webdriverio-community/node-geckodriver/commit/e5f91da)) - chore(deps-dev): bump [@​vitest/coverage-v8](https://togithub.com/vitest/coverage-v8) from 2.0.5 to 2.1.1 ([#​544](https://togithub.com/webdriverio-community/node-geckodriver/issues/544)) ([`cc5c1aa`](https://togithub.com/webdriverio-community/node-geckodriver/commit/cc5c1aa)) - chore(deps-dev): bump npm-run-all2 from 6.2.2 to 6.2.3 ([#​538](https://togithub.com/webdriverio-community/node-geckodriver/issues/538)) ([`26d8383`](https://togithub.com/webdriverio-community/node-geckodriver/commit/26d8383)) - chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 ([#​542](https://togithub.com/webdriverio-community/node-geckodriver/issues/542)) ([`9c97480`](https://togithub.com/webdriverio-community/node-geckodriver/commit/9c97480)) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.4.0 to 8.5.0 ([#​541](https://togithub.com/webdriverio-community/node-geckodriver/issues/541)) ([`4bd169d`](https://togithub.com/webdriverio-community/node-geckodriver/commit/4bd169d)) - chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 ([#​539](https://togithub.com/webdriverio-community/node-geckodriver/issues/539)) ([`2e366a9`](https://togithub.com/webdriverio-community/node-geckodriver/commit/2e366a9)) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 22.5.2 to 22.5.4 ([#​537](https://togithub.com/webdriverio-community/node-geckodriver/issues/537)) ([`78502e3`](https://togithub.com/webdriverio-community/node-geckodriver/commit/78502e3)) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.3.0 to 8.4.0 ([#​533](https://togithub.com/webdriverio-community/node-geckodriver/issues/533)) ([`9f71ec5`](https://togithub.com/webdriverio-community/node-geckodriver/commit/9f71ec5)) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#​531](https://togithub.com/webdriverio-community/node-geckodriver/issues/531)) ([`94aed15`](https://togithub.com/webdriverio-community/node-geckodriver/commit/94aed15)) - chore(deps-dev): bump webdriverio from 9.0.7 to 9.0.9 ([#​534](https://togithub.com/webdriverio-community/node-geckodriver/issues/534)) ([`fd6c4a6`](https://togithub.com/webdriverio-community/node-geckodriver/commit/fd6c4a6)) - chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 ([#​532](https://togithub.com/webdriverio-community/node-geckodriver/issues/532)) ([`ae42ebd`](https://togithub.com/webdriverio-community/node-geckodriver/commit/ae42ebd))
--- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Jon [ML] Memory usage accessibility tests (#198306) Adds accessibility tests for the ML memory usage page. Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 7082adc (main) (#198500) This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.elastic.co/wolfi/chainguard-base | digest | `8cff240` -> `7082adc` | --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> [ES|QL] Support ES|QL paramters in function names (#198486) Partially addresses https://github.com/elastic/kibana/issues/198251?reload=1?reload=1 - Improves for `param` node parsing inside `function` call nodes. - Adds the new `identifier` node type. - The `function` AST nodes now have `operator` property, which contains either a `param` or `identifier` node. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) [Logs Explorer] Fix privilege checks bug (#198368) This PR enhances the privilege checks for Logs Explorer side nav visibility. [ResponseOps]]MaintenaceWindow] Increase MW table limit to 1k (#198504) Here in this PR I am increasing the limit for MW to 1K. Even I've changed schema for query params(deleted maybe) I did not add additional tests, because we already have one integration test for the case, when we do not have `page` and `per_page` params. [Security Solution][Endpoint] Add FTR API tests that validates creation of DOT indices (#197899) - Adds new FTR API test suite for validating that DOT indices are created whenever a policy in fleet is created/updated - Renamed and moved `DEFAULT_DIAGNOSTIC_INDEX` `const` to security solution top-level `common` directory for better reuse - Moved utility function that builds an index name with the `namespace` included to top-level `common` directory for better reuse - Created some additional scripting methods in the Fleet services module for updating fleet policies [SecuritySolution][ProductFeatures] Add support for `security.authz.requiredPrivileges` for the API auth control (#198312) Adds support for the new API routes security authorization properties ([docs](https://docs.elastic.dev/kibana-dev-docs/key-concepts/security-api-authorization)) to the `ProductFeaturesService` API authorization control Closes: https://github.com/elastic/kibana/issues/194445 Related: https://github.com/elastic/kibana/issues/184674 --------- Co-authored-by: Elastic Machine [ML] Fix Trained model deletion with expanded row (#198530) Fixes #198408. Fixes trained model item deletion with expanded row. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Authorized route migration for routes owned by @elastic/security-threat-hunting-explore (#198191) This PR migrates `access:` tags used in route definitions to new security configuration. Please refer to the documentation for more information: [Authorization API](https://docs.elastic.dev/kibana-dev-docs/key-concepts/security-api-authorization) Access control tags were defined in the `options` object of the route: ```ts router.get({ path: '/api/path', options: { tags: ['access:', 'access:'], }, ... }, handler); ``` Tags have been replaced with the more robust `security.authz.requiredPrivileges` field under `security`: ```ts router.get({ path: '/api/path', security: { authz: { requiredPrivileges: ['', ''], }, }, ... }, handler); ``` 1. Review the changes in this PR. 2. You might need to update your tests to reflect the new security configuration: - If you have tests that rely on checking `access` tags. - If you have snapshot tests that include the route definition. - If you have FTR tests that rely on checking unauthorized error message. The error message changed to also include missing privileges. If you have any questions or need help with API authorization, please reach out to the `@elastic/kibana-security` team. [Fleet] Use space prefixed default fleet server policy id (#197844) [EDR Workflows] Fix alert_test.cy.ts flakiness (#198516) [Security Solution] [Onboarding] design updates darkMode (#198124) Issue #196253 Update Onboarding footer icons and step card paddings for dark mode. Untitled (7) Untitled (6) Untitled (5) Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios [Response Ops][Alerting] Removing lifecycle executor from rule registry (#192576) All lifecycle rule types have been migrated to use the alerting framework alerts client so the lifecycle executor in the rule registry can be removed since it is no longer in use. Co-authored-by: Elastic Machine [Maps] Fix invalid index management link (#198499) This PR fixes invalid URL for `To modify the index, go to Index Management.` link. Closes: #125003 [Dashboard] fix Export CSV doesnt work (#198547) Closes https://github.com/elastic/kibana/issues/198517 https://github.com/elastic/kibana/pull/193644 refactored Dashboard services. Part of this refactor moved `fieldFormats` from `data.fieldFormats` to getting `fieldFormats` directly from the fieldFormats plugin. That is because `data.fieldFormats` is marked as deprecated. The problem is that the fieldFormats plugin was not defined under `requiredPlugins` and thus was undefined at runtime. 1) install web logs sample data 2) open web logs sample data dashboard 3) hover over "[Logs] Response Codes Over Time + Annotations" panel and select "three dots" icon. Then select "Download CSV". Verify there are no errors in web browser console and CSV is downloaded. Revert "[Synthetics] Revert 8.15 public API responses (#195295)" (#198511) Fixes https://github.com/elastic/kibana/issues/198518 This reverts commit d21495bbce07ed39fdcf077c9170d012adab74a4 and Create few HTTP, ICMP, TCP and Browser monitors via API in 8.15 and in this PR Compared JSOn diffs to make sure responses are same Update LaunchDarkly (main) (#198163) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@launchdarkly/node-server-sdk](https://togithub.com/launchdarkly/js-core/tree/main/packages/sdk/server-node) ([source](https://togithub.com/launchdarkly/js-core)) | dependencies | patch | [`^9.6.1` -> `^9.7.0`](https://renovatebot.com/diffs/npm/@launchdarkly%2fnode-server-sdk/9.7.0/9.7.0) | | [launchdarkly-js-client-sdk](https://togithub.com/launchdarkly/js-client-sdk) | dependencies | minor | [`^3.4.0` -> `^3.5.0`](https://renovatebot.com/diffs/npm/launchdarkly-js-client-sdk/3.4.0/3.5.0) | ---
launchdarkly/js-client-sdk (launchdarkly-js-client-sdk) [`v3.5.0`](https://togithub.com/launchdarkly/js-client-sdk/blob/HEAD/CHANGELOG.md#350-2024-10-18) [Compare Source](https://togithub.com/launchdarkly/js-client-sdk/compare/3.4.0...3.5.0) - Add support for client-side prerequisite events. ([#​306](https://togithub.com/launchdarkly/js-client-sdk/issues/306)) ([fe51da0](https://togithub.com/launchdarkly/js-client-sdk/commit/fe51da0c2b974fb9b4d5fe99ad46cea35993a704))
--- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Alex Szabo Wait for backfill SOs to be deleted before running the invalidate API key task (#198422) Resolves https://github.com/elastic/kibana/issues/198168 Flaky test runners: - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7309 - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7314 Fix broken documentation links in the App Search plugin (#198572) [Docs] Update dashboard docs for interactive managed dashboard popover (#198226) Added a Duplicate dashboards page for the general duplicating process and then mentioned the new popover for duplicating managed dashboards. Linked to this page from other relevant mentions. [Obs AI Assistant] Fix error when opening an old conversation (#197745) Closes https://github.com/elastic/kibana/issues/176299 When a chat is started from contextual insights, `initialMessages` are being populated from the temp conversation created from the error. Because the `initialMessages` are present, when an old conversation is clicked, the conversation ID of that conversation and the `initalMessages` from the temp chat are passed to the conversation. This throws an error, as there is a condition which restricts both of these being passed to `useConversation` which is used by the `ChatBody`. - Only one of these should be passed (not both) With the current implementation, even though not passing `initialMessages` allows the user to open previous conversations successfully, it doesn't allow the user to start a new chat because as long as initial messages are set, they will be loaded when the New Chat button is clicked instead of showing a blank conversation. Clearing initial messages requires re-architecting how the Chat uses the conversation. Therefore, as the solution, when a chat is opened from contextual insights, the ConversationList will be hidden. The user can interact with the AI Assistant on the opened chat with initial messages from contextual insights. [Obs AI Assistant] Attempt to resolve flaky knowledge based user instructions test (#196026) Closes https://github.com/elastic/kibana/issues/192222 The "when creating private and public user instructions" test has been marked as flaky and has been skipped. Based on the error recorded in the ticket, 2 possible scenarios could be - **Race Conditions**: When multiple instructions are created asynchronously, the instructions might not be assigned to the right user or role. Data could be overwritten. - **Data Fetching Issues**: The API might return inconsistent data if the knowledge base is not properly cleared between tests, or if the instructions are not properly isolated per user. When running the test locally, the actual output and expected outcome are the same, therefore the test passes. The flaky test runner didn't output anything meaningful either. However, in order to resolve any missing entries, the before hook was updated to retry adding only the missing entries. Hopefully, this will help resolve the flakiness. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed Push the total request-body-bytes to usage-api (#194429) Resolves: https://github.com/elastic/response-ops-team/issues/209 This PR is a follow-on of https://github.com/elastic/kibana/pull/186804. Creates a new task that runs every 1 hour to push the total connector-request-body-bytes that have been saved in the event log to usage-api. [console] Restore font size flaky test (#197691) The test no longer appears flaky based on the flaky test runner. In addition to this PR there's also https://github.com/elastic/kibana/pull/197563 for 400+ passes. It should be noted that in one run 25 runs were skipped and one run failed due to an unrelated test. Closes https://github.com/elastic/kibana/issues/193868 [Canvas] Remove sample data (#197733) Removes the Canvas sample data from `main` (9.0). Some async feedback [here](https://github.com/elastic/kibana/pull/197733#issuecomment-2444234432) - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) [Security assistant] Fix `invoke_assistant_*` telemetry (#198594) basic enhancements for import logging (#196056) Hello, this is a follow up PR to #192234 . The previous PR added simplistic logging to the saved objects importer. The goal now is to enhance the logs with information on the saved objects being imported, how they are imported, and by displaying any errors. - Logs specific types being imported - Logs size limit and overwrite status - Logs Success/Fail messages - Passes the logger to `importSavedObjectsFromStream` - Removes "starting import" - Updates it for the new logger parameter - Uses the mock logger provided by core, instead of using a custom one - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) - [ ] This will appear in the **Release Notes** and follow the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: Elastic Machine Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Alejandro Fernández Haro skip failing test suite (#198632) [api-docs] 2024-11-01 Daily api_docs build (#198638) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/878 [ResponseOps][Cases] Make deprecated APIs internal in serverless (#198378) Fixes: https://github.com/elastic/kibana/issues/198407 Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels) [Inference] create the `@kbn/inference-common` package (#193464) At the moment, all inference API related types and utilities (`chatComplete`, `output` and more) are living inside the `inference` plugin's common folder. This is somewhat problematic because it forces any consumers of those types to explicitly depends on the `inference` plugin (via plugin dep or ts ref), which could lead to any kind of cyclic dependency issues, in addition to being overall a bad design pattern. This also makes it more complicated that it should to try to split the inference logic / task framework / task implementation into distinct packages or plugins, due to some (concrete) utilities living in the inference plugin's code. It's also a bad experience for consumers, as it's quite difficult to easily resolve imports they need (we're mixing internal and public exports atm, plus not all types are exported from a single entry point, making it very tedious to find the right path for each individual import we need to consume the inference APIs) This PR addresses most of those points, by introducing a new `@kbn/inference-common` package and moving all the low level types and utilities to it, while exposing all of them from the package's entrypoint. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine [Cloud Security] Update Findings page runtime fields required for third party data compatibility (#198635) This PR enhances the solution proposed by [this PR](https://github.com/elastic/kibana/pull/195702), by picking only the fields that are currently not mapped by the current Third Party integrations, this fixes performance degradation identified during the QA cycle of 8.16.0. Fixes: - https://github.com/elastic/security-team/issues/11034 - **rule.benchmark.rule_number**: runtime mapping kept because this field is missing on `security_solution-aws.misconfiguration_latest-v1` causing filtering out data when sorting by **Rule Number** column on the Misconfigurations Data Table. - **rule.section**: runtime mapping kept because this field is missing on `security_solution-aws.misconfiguration_latest-v1` causing filtering out data when sorting by **Framework Section** column on the Misconfigurations Data Table. - **resource.sub_type**: runtime mapping kept because this field is missing on `security_solution-aws.misconfiguration_latest-v1` causing filtering out data when sorting by **Resource Type** column on the Misconfigurations Data Table. - **orchestrator.cluster.name**: runtime mapping kept because this field is missing on `security_solution-wiz.misconfiguration_latest-v1` causing filtering out data when grouping by **Kubernetes Cluster** column on the Misconfigurations page. - **cloud.account.name**: runtime mapping kept because this field is missing on `security_solution-aws.misconfiguration_latest-v1` causing filtering out data when grouping by **Kubernetes Cluster** column on the Misconfigurations page. - **observer.vendor**: runtime mapping added because this field is mapped as `text` on `security_solution-wiz.vulnerability_latest-v1` causing filtering out when sorting by the **Vendor** column on the Vulnerability Data Table - **cloud.provider**: runtime mapping added because this field is mapped as `text` on `security_solution-wiz.vulnerability_latest-v1` causing filtering out when grouping by **Cloud Account** on the Vulnerability page. (This field is needed in order to retrieve the Cloud Provider name and icon) https://github.com/user-attachments/assets/2cbdd8b7-131c-42e4-a881-632f8cd3854b https://github.com/user-attachments/assets/4372feb6-4c01-4047-a90a-d6728f9400fe https://github.com/user-attachments/assets/b9e32514-f2ee-4e4d-ba5f-ea3e20d4d0b2 [ES|QL] Fixes the error in the console (#198307) Closes https://github.com/elastic/kibana/issues/198258 - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Julia Rechkunova Authorized route migration for routes owned by kibana-security (#198380) This PR migrates `access:` tags used in route definitions to new security configuration. Please refer to the documentation for more information: [Authorization API](https://docs.elastic.dev/kibana-dev-docs/key-concepts/security-api-authorization) Access control tags were defined in the `options` object of the route: ```ts router.get({ path: '/api/path', options: { tags: ['access:', 'access:'], }, ... }, handler); ``` Tags have been replaced with the more robust `security.authz.requiredPrivileges` field under `security`: ```ts router.get({ path: '/api/path', security: { authz: { requiredPrivileges: ['', ''], }, }, ... }, handler); ``` 1. Review the changes in this PR. 2. You might need to update your tests to reflect the new security configuration: - If you have tests that rely on checking `access` tags. - If you have snapshot tests that include the route definition. - If you have FTR tests that rely on checking unauthorized error message. The error message changed to also include missing privileges. If you have any questions or need help with API authorization, please reach out to the `@elastic/kibana-security` team. --------- Co-authored-by: Elena Shostak [SecuritySolution] Fix dashboard page when the entity store state is stopped (#198645) Fix the dashboard page when the entity store state is stopped Previously, the EntityStoreDashboardPanels component didn't account for the installed but disabled state (stopped). I made the minimum changes necessary to fix the bug, but this component needs to be refactored, unit-tested, and written in a storybook with all possible states. Technical debt Issue: https://github.com/elastic/security-team/issues/11035 [Fleet] Remove deprecated APIs for agents endpoints (#198313) Remove stale tasks from task conflict count during task claiming (#198416) In this PR, I'm removing the count of stale tasks from the number of conflicts during the claiming cycle. I am also adding a new property to the task manager health report (`claim_stale_tasks`) so we can track those separately to ensure we have the proper page size. Apply the following diff, observe the new `claim_stale_tasks` in the TM health API and that conflicts are 0 ``` diff --git a/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts b/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts index 4e74454e8c9..35d7fd872d8 100644 --- a/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts +++ b/x-pack/plugins/task_manager/server/task_claimers/strategy_mget.ts @@ -145,6 +145,7 @@ async function claimAvailableTasks(opts: TaskClaimerOpts): Promise Redirect ECS k8s entities to dashboards Create entity_client functions Fix entityLatest flatten object Fix redirection to service overview Add tests --- api_docs/actions.mdx | 49 +- api_docs/advanced_settings.mdx | 16 +- .../ai_assistant_management_selection.mdx | 19 +- api_docs/aiops.mdx | 26 +- api_docs/alerting.mdx | 52 +- api_docs/apm.mdx | 29 +- api_docs/apm_data_access.mdx | 37 +- api_docs/banners.mdx | 16 +- api_docs/bfetch.mdx | 35 +- api_docs/canvas.mdx | 23 +- api_docs/cases.mdx | 44 +- api_docs/charts.mdx | 52 +- api_docs/cloud.mdx | 22 +- api_docs/cloud_data_migration.mdx | 14 +- api_docs/cloud_defend.mdx | 38 +- api_docs/cloud_security_posture.mdx | 32 +- api_docs/console.mdx | 25 +- api_docs/content_management.mdx | 41 +- api_docs/controls.mdx | 32 +- api_docs/custom_integrations.mdx | 38 +- api_docs/dashboard.mdx | 44 +- api_docs/dashboard_enhanced.mdx | 40 +- api_docs/data.mdx | 74 +- api_docs/data_quality.mdx | 19 +- api_docs/data_query.mdx | 29 +- api_docs/data_search.mdx | 47 +- api_docs/data_usage.mdx | 25 +- api_docs/data_view_editor.mdx | 17 +- api_docs/data_view_field_editor.mdx | 23 +- api_docs/data_view_management.mdx | 14 +- api_docs/data_views.mdx | 65 +- api_docs/data_visualizer.mdx | 17 +- api_docs/dataset_quality.mdx | 23 +- api_docs/deprecations_by_api.mdx | 452 +- api_docs/deprecations_by_plugin.mdx | 2059 ++--- api_docs/deprecations_by_team.mdx | 123 +- api_docs/dev_tools.mdx | 22 +- api_docs/discover.mdx | 38 +- api_docs/discover_enhanced.mdx | 19 +- api_docs/discover_shared.mdx | 23 +- api_docs/ecs_data_quality_dashboard.mdx | 14 +- api_docs/elastic_assistant.mdx | 17 +- api_docs/embeddable.mdx | 53 +- api_docs/embeddable_enhanced.mdx | 23 +- api_docs/encrypted_saved_objects.mdx | 26 +- api_docs/enterprise_search.mdx | 20 +- api_docs/entities_data_access.mdx | 13 +- api_docs/entity_manager.mdx | 29 +- api_docs/es_ui_shared.mdx | 31 +- api_docs/esql.mdx | 16 +- api_docs/esql_data_grid.mdx | 13 +- api_docs/event_annotation.mdx | 29 +- api_docs/event_annotation_listing.mdx | 17 +- api_docs/event_log.mdx | 34 +- api_docs/exploratory_view.mdx | 28 +- api_docs/expression_error.mdx | 17 +- api_docs/expression_gauge.mdx | 23 +- api_docs/expression_heatmap.mdx | 20 +- api_docs/expression_image.mdx | 26 +- api_docs/expression_legacy_metric_vis.mdx | 17 +- api_docs/expression_metric.mdx | 26 +- api_docs/expression_metric_vis.mdx | 23 +- api_docs/expression_partition_vis.mdx | 26 +- api_docs/expression_repeat_image.mdx | 26 +- api_docs/expression_reveal_image.mdx | 23 +- api_docs/expression_shape.mdx | 38 +- api_docs/expression_tagcloud.mdx | 17 +- api_docs/expression_x_y.mdx | 26 +- api_docs/expressions.mdx | 68 +- api_docs/features.mdx | 49 +- api_docs/field_formats.mdx | 44 +- api_docs/fields_metadata.mdx | 38 +- api_docs/file_upload.mdx | 23 +- api_docs/files.mdx | 41 +- api_docs/files_management.mdx | 11 +- api_docs/fleet.mdx | 64 +- api_docs/global_search.mdx | 34 +- api_docs/guided_onboarding.mdx | 29 +- api_docs/home.mdx | 49 +- api_docs/image_embeddable.mdx | 11 +- api_docs/index_lifecycle_management.mdx | 16 +- api_docs/index_management.mdx | 43 +- api_docs/inference.mdx | 40 +- api_docs/infra.mdx | 20 +- api_docs/ingest_pipelines.mdx | 19 +- api_docs/inspector.mdx | 40 +- api_docs/integration_assistant.mdx | 32 +- api_docs/interactive_setup.mdx | 17 +- api_docs/inventory.mdx | 25 +- api_docs/investigate.mdx | 31 +- api_docs/investigate_app.mdx | 25 +- api_docs/kbn_actions_types.mdx | 16 +- api_docs/kbn_ai_assistant.mdx | 22 +- api_docs/kbn_ai_assistant_common.mdx | 16 +- api_docs/kbn_aiops_components.mdx | 16 +- api_docs/kbn_aiops_log_pattern_analysis.mdx | 16 +- api_docs/kbn_aiops_log_rate_analysis.mdx | 22 +- .../kbn_alerting_api_integration_helpers.mdx | 19 +- api_docs/kbn_alerting_comparators.mdx | 16 +- api_docs/kbn_alerting_state_types.mdx | 22 +- api_docs/kbn_alerting_types.mdx | 22 +- api_docs/kbn_alerts_as_data_utils.mdx | 22 +- api_docs/kbn_alerts_grouping.mdx | 16 +- api_docs/kbn_alerts_ui_shared.mdx | 25 +- api_docs/kbn_analytics.mdx | 22 +- api_docs/kbn_analytics_collection_utils.mdx | 13 +- api_docs/kbn_apm_config_loader.mdx | 19 +- api_docs/kbn_apm_data_view.mdx | 13 +- api_docs/kbn_apm_synthtrace.mdx | 19 +- api_docs/kbn_apm_synthtrace_client.mdx | 25 +- api_docs/kbn_apm_types.mdx | 16 +- api_docs/kbn_apm_utils.mdx | 16 +- api_docs/kbn_avc_banner.mdx | 13 +- api_docs/kbn_axe_config.mdx | 13 +- api_docs/kbn_bfetch_error.mdx | 13 +- api_docs/kbn_calculate_auto.mdx | 13 +- .../kbn_calculate_width_from_char_count.mdx | 13 +- api_docs/kbn_cases_components.mdx | 19 +- api_docs/kbn_cbor.mdx | 16 +- api_docs/kbn_cell_actions.mdx | 19 +- api_docs/kbn_chart_expressions_common.mdx | 19 +- api_docs/kbn_chart_icons.mdx | 13 +- api_docs/kbn_ci_stats_core.mdx | 16 +- api_docs/kbn_ci_stats_performance_metrics.mdx | 13 +- api_docs/kbn_ci_stats_reporter.mdx | 22 +- api_docs/kbn_cli_dev_mode.mdx | 13 +- api_docs/kbn_cloud_security_posture.mdx | 22 +- .../kbn_cloud_security_posture_common.mdx | 25 +- api_docs/kbn_cloud_security_posture_graph.mdx | 19 +- api_docs/kbn_code_editor.mdx | 19 +- api_docs/kbn_code_editor_mock.mdx | 13 +- api_docs/kbn_code_owners.mdx | 16 +- api_docs/kbn_coloring.mdx | 25 +- api_docs/kbn_config.mdx | 22 +- api_docs/kbn_config_mocks.mdx | 19 +- api_docs/kbn_config_schema.mdx | 25 +- .../kbn_content_management_content_editor.mdx | 19 +- ...ent_management_content_insights_public.mdx | 22 +- ...ent_management_content_insights_server.mdx | 16 +- ...bn_content_management_favorites_public.mdx | 19 +- ...bn_content_management_favorites_server.mdx | 16 +- ...tent_management_tabbed_table_list_view.mdx | 19 +- ...kbn_content_management_table_list_view.mdx | 16 +- ...tent_management_table_list_view_common.mdx | 13 +- ...ntent_management_table_list_view_table.mdx | 19 +- .../kbn_content_management_user_profiles.mdx | 16 +- api_docs/kbn_content_management_utils.mdx | 25 +- api_docs/kbn_core_analytics_browser.mdx | 16 +- .../kbn_core_analytics_browser_internal.mdx | 13 +- api_docs/kbn_core_analytics_browser_mocks.mdx | 13 +- api_docs/kbn_core_analytics_server.mdx | 16 +- .../kbn_core_analytics_server_internal.mdx | 13 +- api_docs/kbn_core_analytics_server_mocks.mdx | 13 +- api_docs/kbn_core_application_browser.mdx | 19 +- .../kbn_core_application_browser_internal.mdx | 16 +- .../kbn_core_application_browser_mocks.mdx | 16 +- api_docs/kbn_core_application_common.mdx | 19 +- api_docs/kbn_core_apps_browser_internal.mdx | 19 +- api_docs/kbn_core_apps_browser_mocks.mdx | 13 +- api_docs/kbn_core_apps_server_internal.mdx | 16 +- api_docs/kbn_core_base_browser_mocks.mdx | 13 +- api_docs/kbn_core_base_common.mdx | 19 +- api_docs/kbn_core_base_server_internal.mdx | 16 +- api_docs/kbn_core_base_server_mocks.mdx | 13 +- .../kbn_core_capabilities_browser_mocks.mdx | 13 +- api_docs/kbn_core_capabilities_common.mdx | 13 +- api_docs/kbn_core_capabilities_server.mdx | 16 +- .../kbn_core_capabilities_server_mocks.mdx | 16 +- api_docs/kbn_core_chrome_browser.mdx | 16 +- api_docs/kbn_core_chrome_browser_mocks.mdx | 13 +- api_docs/kbn_core_config_server_internal.mdx | 16 +- api_docs/kbn_core_custom_branding_browser.mdx | 13 +- ..._core_custom_branding_browser_internal.mdx | 13 +- ...kbn_core_custom_branding_browser_mocks.mdx | 13 +- api_docs/kbn_core_custom_branding_common.mdx | 13 +- api_docs/kbn_core_custom_branding_server.mdx | 16 +- ...n_core_custom_branding_server_internal.mdx | 13 +- .../kbn_core_custom_branding_server_mocks.mdx | 13 +- api_docs/kbn_core_deprecations_browser.mdx | 16 +- ...kbn_core_deprecations_browser_internal.mdx | 13 +- .../kbn_core_deprecations_browser_mocks.mdx | 13 +- api_docs/kbn_core_deprecations_common.mdx | 16 +- api_docs/kbn_core_deprecations_server.mdx | 13 +- .../kbn_core_deprecations_server_internal.mdx | 13 +- .../kbn_core_deprecations_server_mocks.mdx | 13 +- api_docs/kbn_core_doc_links_browser.mdx | 13 +- api_docs/kbn_core_doc_links_browser_mocks.mdx | 13 +- api_docs/kbn_core_doc_links_server.mdx | 16 +- api_docs/kbn_core_doc_links_server_mocks.mdx | 13 +- ...e_elasticsearch_client_server_internal.mdx | 19 +- ...core_elasticsearch_client_server_mocks.mdx | 22 +- api_docs/kbn_core_elasticsearch_server.mdx | 16 +- ...kbn_core_elasticsearch_server_internal.mdx | 22 +- .../kbn_core_elasticsearch_server_mocks.mdx | 16 +- .../kbn_core_environment_server_internal.mdx | 16 +- .../kbn_core_environment_server_mocks.mdx | 13 +- .../kbn_core_execution_context_browser.mdx | 16 +- ...ore_execution_context_browser_internal.mdx | 13 +- ...n_core_execution_context_browser_mocks.mdx | 13 +- .../kbn_core_execution_context_common.mdx | 13 +- .../kbn_core_execution_context_server.mdx | 16 +- ...core_execution_context_server_internal.mdx | 16 +- ...bn_core_execution_context_server_mocks.mdx | 13 +- api_docs/kbn_core_fatal_errors_browser.mdx | 16 +- .../kbn_core_fatal_errors_browser_mocks.mdx | 13 +- api_docs/kbn_core_feature_flags_browser.mdx | 16 +- ...bn_core_feature_flags_browser_internal.mdx | 16 +- .../kbn_core_feature_flags_browser_mocks.mdx | 13 +- api_docs/kbn_core_feature_flags_server.mdx | 16 +- ...kbn_core_feature_flags_server_internal.mdx | 19 +- .../kbn_core_feature_flags_server_mocks.mdx | 13 +- api_docs/kbn_core_http_browser.mdx | 19 +- api_docs/kbn_core_http_browser_internal.mdx | 16 +- api_docs/kbn_core_http_browser_mocks.mdx | 19 +- api_docs/kbn_core_http_common.mdx | 16 +- .../kbn_core_http_context_server_mocks.mdx | 16 +- ...re_http_request_handler_context_server.mdx | 16 +- api_docs/kbn_core_http_resources_server.mdx | 16 +- ...bn_core_http_resources_server_internal.mdx | 13 +- .../kbn_core_http_resources_server_mocks.mdx | 16 +- .../kbn_core_http_router_server_internal.mdx | 19 +- .../kbn_core_http_router_server_mocks.mdx | 22 +- api_docs/kbn_core_http_server.mdx | 28 +- api_docs/kbn_core_http_server_internal.mdx | 25 +- api_docs/kbn_core_http_server_mocks.mdx | 19 +- api_docs/kbn_core_i18n_browser.mdx | 13 +- api_docs/kbn_core_i18n_browser_mocks.mdx | 13 +- api_docs/kbn_core_i18n_server.mdx | 13 +- api_docs/kbn_core_i18n_server_internal.mdx | 22 +- api_docs/kbn_core_i18n_server_mocks.mdx | 13 +- ...n_core_injected_metadata_browser_mocks.mdx | 13 +- ...kbn_core_integrations_browser_internal.mdx | 13 +- .../kbn_core_integrations_browser_mocks.mdx | 16 +- api_docs/kbn_core_lifecycle_browser.mdx | 16 +- api_docs/kbn_core_lifecycle_browser_mocks.mdx | 13 +- api_docs/kbn_core_lifecycle_server.mdx | 16 +- api_docs/kbn_core_lifecycle_server_mocks.mdx | 13 +- api_docs/kbn_core_logging_browser_mocks.mdx | 13 +- api_docs/kbn_core_logging_common_internal.mdx | 22 +- api_docs/kbn_core_logging_server.mdx | 16 +- api_docs/kbn_core_logging_server_internal.mdx | 19 +- api_docs/kbn_core_logging_server_mocks.mdx | 13 +- ...ore_metrics_collectors_server_internal.mdx | 16 +- ...n_core_metrics_collectors_server_mocks.mdx | 16 +- api_docs/kbn_core_metrics_server.mdx | 16 +- api_docs/kbn_core_metrics_server_internal.mdx | 16 +- api_docs/kbn_core_metrics_server_mocks.mdx | 13 +- api_docs/kbn_core_mount_utils_browser.mdx | 16 +- api_docs/kbn_core_node_server.mdx | 13 +- api_docs/kbn_core_node_server_internal.mdx | 13 +- api_docs/kbn_core_node_server_mocks.mdx | 13 +- api_docs/kbn_core_notifications_browser.mdx | 16 +- ...bn_core_notifications_browser_internal.mdx | 16 +- .../kbn_core_notifications_browser_mocks.mdx | 13 +- api_docs/kbn_core_overlays_browser.mdx | 16 +- .../kbn_core_overlays_browser_internal.mdx | 13 +- api_docs/kbn_core_overlays_browser_mocks.mdx | 13 +- api_docs/kbn_core_plugins_browser.mdx | 16 +- api_docs/kbn_core_plugins_browser_mocks.mdx | 13 +- .../kbn_core_plugins_contracts_browser.mdx | 16 +- .../kbn_core_plugins_contracts_server.mdx | 16 +- api_docs/kbn_core_plugins_server.mdx | 19 +- api_docs/kbn_core_plugins_server_mocks.mdx | 13 +- api_docs/kbn_core_preboot_server.mdx | 13 +- api_docs/kbn_core_preboot_server_mocks.mdx | 16 +- api_docs/kbn_core_rendering_browser_mocks.mdx | 13 +- .../kbn_core_rendering_server_internal.mdx | 13 +- api_docs/kbn_core_rendering_server_mocks.mdx | 13 +- api_docs/kbn_core_root_server_internal.mdx | 16 +- .../kbn_core_saved_objects_api_browser.mdx | 16 +- .../kbn_core_saved_objects_api_server.mdx | 16 +- ...bn_core_saved_objects_api_server_mocks.mdx | 13 +- ...ore_saved_objects_base_server_internal.mdx | 25 +- ...n_core_saved_objects_base_server_mocks.mdx | 16 +- api_docs/kbn_core_saved_objects_browser.mdx | 13 +- ...bn_core_saved_objects_browser_internal.mdx | 13 +- .../kbn_core_saved_objects_browser_mocks.mdx | 13 +- api_docs/kbn_core_saved_objects_common.mdx | 16 +- ..._objects_import_export_server_internal.mdx | 25 +- ...ved_objects_import_export_server_mocks.mdx | 16 +- ...aved_objects_migration_server_internal.mdx | 25 +- ...e_saved_objects_migration_server_mocks.mdx | 16 +- api_docs/kbn_core_saved_objects_server.mdx | 19 +- ...kbn_core_saved_objects_server_internal.mdx | 19 +- .../kbn_core_saved_objects_server_mocks.mdx | 13 +- .../kbn_core_saved_objects_utils_server.mdx | 19 +- api_docs/kbn_core_security_browser.mdx | 16 +- .../kbn_core_security_browser_internal.mdx | 16 +- api_docs/kbn_core_security_browser_mocks.mdx | 13 +- api_docs/kbn_core_security_common.mdx | 13 +- api_docs/kbn_core_security_server.mdx | 19 +- .../kbn_core_security_server_internal.mdx | 16 +- api_docs/kbn_core_security_server_mocks.mdx | 16 +- api_docs/kbn_core_status_common.mdx | 19 +- api_docs/kbn_core_status_common_internal.mdx | 16 +- api_docs/kbn_core_status_server.mdx | 19 +- api_docs/kbn_core_status_server_internal.mdx | 25 +- api_docs/kbn_core_status_server_mocks.mdx | 13 +- ...core_test_helpers_deprecations_getters.mdx | 13 +- ...n_core_test_helpers_http_setup_browser.mdx | 16 +- api_docs/kbn_core_test_helpers_kbn_server.mdx | 22 +- .../kbn_core_test_helpers_model_versions.mdx | 16 +- ...n_core_test_helpers_so_type_serializer.mdx | 16 +- api_docs/kbn_core_test_helpers_test_utils.mdx | 13 +- api_docs/kbn_core_theme_browser.mdx | 16 +- api_docs/kbn_core_theme_browser_mocks.mdx | 13 +- api_docs/kbn_core_ui_settings_browser.mdx | 16 +- .../kbn_core_ui_settings_browser_internal.mdx | 13 +- .../kbn_core_ui_settings_browser_mocks.mdx | 13 +- api_docs/kbn_core_ui_settings_common.mdx | 19 +- api_docs/kbn_core_ui_settings_server.mdx | 13 +- .../kbn_core_ui_settings_server_internal.mdx | 19 +- .../kbn_core_ui_settings_server_mocks.mdx | 13 +- api_docs/kbn_core_usage_data_server.mdx | 16 +- .../kbn_core_usage_data_server_internal.mdx | 13 +- api_docs/kbn_core_usage_data_server_mocks.mdx | 13 +- api_docs/kbn_core_user_profile_browser.mdx | 16 +- ...kbn_core_user_profile_browser_internal.mdx | 16 +- .../kbn_core_user_profile_browser_mocks.mdx | 13 +- api_docs/kbn_core_user_profile_common.mdx | 16 +- api_docs/kbn_core_user_profile_server.mdx | 16 +- .../kbn_core_user_profile_server_internal.mdx | 16 +- .../kbn_core_user_profile_server_mocks.mdx | 13 +- api_docs/kbn_core_user_settings_server.mdx | 13 +- .../kbn_core_user_settings_server_mocks.mdx | 13 +- api_docs/kbn_crypto.mdx | 16 +- api_docs/kbn_crypto_browser.mdx | 13 +- api_docs/kbn_custom_icons.mdx | 19 +- api_docs/kbn_custom_integrations.mdx | 19 +- api_docs/kbn_cypress_config.mdx | 13 +- api_docs/kbn_data_forge.mdx | 19 +- api_docs/kbn_data_service.mdx | 19 +- api_docs/kbn_data_stream_adapter.mdx | 25 +- api_docs/kbn_data_view_utils.mdx | 16 +- api_docs/kbn_datemath.mdx | 19 +- api_docs/kbn_deeplinks_analytics.mdx | 13 +- api_docs/kbn_deeplinks_devtools.mdx | 13 +- api_docs/kbn_deeplinks_fleet.mdx | 13 +- api_docs/kbn_deeplinks_management.mdx | 13 +- api_docs/kbn_deeplinks_ml.mdx | 13 +- api_docs/kbn_deeplinks_observability.mdx | 16 +- api_docs/kbn_deeplinks_search.mdx | 13 +- api_docs/kbn_deeplinks_security.mdx | 16 +- api_docs/kbn_deeplinks_shared.mdx | 13 +- api_docs/kbn_default_nav_analytics.mdx | 16 +- api_docs/kbn_default_nav_devtools.mdx | 16 +- api_docs/kbn_default_nav_management.mdx | 16 +- api_docs/kbn_default_nav_ml.mdx | 16 +- api_docs/kbn_dev_cli_errors.mdx | 13 +- api_docs/kbn_dev_cli_runner.mdx | 25 +- api_docs/kbn_dev_proc_runner.mdx | 16 +- api_docs/kbn_dev_utils.mdx | 22 +- .../kbn_discover_contextual_components.mdx | 19 +- api_docs/kbn_discover_utils.mdx | 28 +- api_docs/kbn_doc_links.mdx | 16 +- api_docs/kbn_docs_utils.mdx | 13 +- api_docs/kbn_dom_drag_drop.mdx | 22 +- api_docs/kbn_ebt_tools.mdx | 19 +- api_docs/kbn_ecs_data_quality_dashboard.mdx | 16 +- api_docs/kbn_elastic_agent_utils.mdx | 16 +- api_docs/kbn_elastic_assistant.mdx | 19 +- api_docs/kbn_elastic_assistant_common.mdx | 19 +- api_docs/kbn_entities_schema.mdx | 25 +- api_docs/kbn_es.mdx | 19 +- api_docs/kbn_es_archiver.mdx | 19 +- api_docs/kbn_es_errors.mdx | 19 +- api_docs/kbn_es_query.mdx | 28 +- api_docs/kbn_es_types.mdx | 16 +- api_docs/kbn_eslint_plugin_imports.mdx | 13 +- api_docs/kbn_esql_ast.mdx | 25 +- api_docs/kbn_esql_editor.mdx | 16 +- api_docs/kbn_esql_utils.mdx | 16 +- api_docs/kbn_esql_validation_autocomplete.mdx | 22 +- api_docs/kbn_event_annotation_common.mdx | 22 +- api_docs/kbn_event_annotation_components.mdx | 19 +- api_docs/kbn_expandable_flyout.mdx | 16 +- api_docs/kbn_field_types.mdx | 22 +- api_docs/kbn_field_utils.mdx | 22 +- api_docs/kbn_find_used_node_modules.mdx | 13 +- api_docs/kbn_formatters.mdx | 13 +- .../kbn_ftr_common_functional_services.mdx | 25 +- .../kbn_ftr_common_functional_ui_services.mdx | 25 +- api_docs/kbn_generate.mdx | 13 +- api_docs/kbn_generate_console_definitions.mdx | 13 +- api_docs/kbn_generate_csv.mdx | 16 +- api_docs/kbn_grid_layout.mdx | 19 +- api_docs/kbn_grouping.mdx | 19 +- api_docs/kbn_guided_onboarding.mdx | 19 +- api_docs/kbn_handlebars.mdx | 19 +- api_docs/kbn_hapi_mocks.mdx | 13 +- api_docs/kbn_health_gateway_server.mdx | 13 +- api_docs/kbn_home_sample_data_card.mdx | 19 +- api_docs/kbn_home_sample_data_tab.mdx | 16 +- api_docs/kbn_i18n.mdx | 19 +- api_docs/kbn_i18n_react.mdx | 19 +- api_docs/kbn_import_resolver.mdx | 22 +- .../kbn_index_management_shared_types.mdx | 19 +- api_docs/kbn_inference_integration_flyout.mdx | 16 +- api_docs/kbn_infra_forge.mdx | 13 +- api_docs/kbn_interpreter.mdx | 19 +- api_docs/kbn_investigation_shared.mdx | 16 +- api_docs/kbn_io_ts_utils.mdx | 22 +- api_docs/kbn_ipynb.mdx | 16 +- api_docs/kbn_item_buffer.mdx | 16 +- api_docs/kbn_jest_serializers.mdx | 13 +- api_docs/kbn_journeys.mdx | 22 +- api_docs/kbn_json_ast.mdx | 13 +- api_docs/kbn_json_schemas.mdx | 13 +- api_docs/kbn_kibana_manifest_schema.mdx | 13 +- api_docs/kbn_language_documentation.mdx | 16 +- api_docs/kbn_lens_embeddable_utils.mdx | 19 +- api_docs/kbn_lens_formula_docs.mdx | 19 +- api_docs/kbn_logging.mdx | 16 +- api_docs/kbn_logging_mocks.mdx | 16 +- api_docs/kbn_managed_content_badge.mdx | 13 +- api_docs/kbn_managed_vscode_config.mdx | 16 +- api_docs/kbn_management_cards_navigation.mdx | 25 +- .../kbn_management_settings_application.mdx | 16 +- ...ent_settings_components_field_category.mdx | 22 +- ...gement_settings_components_field_input.mdx | 16 +- ...nagement_settings_components_field_row.mdx | 19 +- ...bn_management_settings_components_form.mdx | 16 +- ...n_management_settings_field_definition.mdx | 13 +- api_docs/kbn_management_settings_ids.mdx | 15 +- ...n_management_settings_section_registry.mdx | 21 +- api_docs/kbn_management_settings_types.mdx | 16 +- .../kbn_management_settings_utilities.mdx | 16 +- api_docs/kbn_management_storybook_config.mdx | 13 +- api_docs/kbn_manifest.mdx | 13 +- api_docs/kbn_mapbox_gl.mdx | 19 +- api_docs/kbn_maps_vector_tile_utils.mdx | 13 +- api_docs/kbn_ml_agg_utils.mdx | 25 +- api_docs/kbn_ml_anomaly_utils.mdx | 25 +- api_docs/kbn_ml_cancellable_search.mdx | 16 +- api_docs/kbn_ml_category_validator.mdx | 25 +- api_docs/kbn_ml_chi2test.mdx | 19 +- .../kbn_ml_data_frame_analytics_utils.mdx | 25 +- api_docs/kbn_ml_data_grid.mdx | 22 +- api_docs/kbn_ml_date_picker.mdx | 22 +- api_docs/kbn_ml_date_utils.mdx | 16 +- api_docs/kbn_ml_error_utils.mdx | 22 +- api_docs/kbn_ml_field_stats_flyout.mdx | 22 +- api_docs/kbn_ml_in_memory_table.mdx | 16 +- api_docs/kbn_ml_is_defined.mdx | 13 +- api_docs/kbn_ml_is_populated_object.mdx | 13 +- api_docs/kbn_ml_kibana_theme.mdx | 16 +- api_docs/kbn_ml_local_storage.mdx | 13 +- api_docs/kbn_ml_nested_property.mdx | 13 +- api_docs/kbn_ml_number_utils.mdx | 13 +- api_docs/kbn_ml_parse_interval.mdx | 13 +- api_docs/kbn_ml_query_utils.mdx | 22 +- api_docs/kbn_ml_random_sampler_utils.mdx | 22 +- api_docs/kbn_ml_route_utils.mdx | 13 +- api_docs/kbn_ml_runtime_field_utils.mdx | 16 +- api_docs/kbn_ml_string_hash.mdx | 13 +- api_docs/kbn_ml_time_buckets.mdx | 19 +- api_docs/kbn_ml_trained_models_utils.mdx | 22 +- api_docs/kbn_ml_ui_actions.mdx | 19 +- api_docs/kbn_ml_url_state.mdx | 22 +- api_docs/kbn_ml_validators.mdx | 22 +- api_docs/kbn_mock_idp_utils.mdx | 16 +- api_docs/kbn_monaco.mdx | 25 +- api_docs/kbn_object_versioning.mdx | 19 +- api_docs/kbn_object_versioning_utils.mdx | 13 +- api_docs/kbn_observability_alert_details.mdx | 13 +- .../kbn_observability_alerting_rule_utils.mdx | 16 +- .../kbn_observability_alerting_test_data.mdx | 16 +- ...ility_get_padded_alert_time_range_util.mdx | 16 +- api_docs/kbn_observability_logs_overview.mdx | 19 +- ...kbn_observability_synthetics_test_data.mdx | 13 +- api_docs/kbn_openapi_bundler.mdx | 16 +- api_docs/kbn_openapi_generator.mdx | 16 +- api_docs/kbn_optimizer.mdx | 19 +- api_docs/kbn_optimizer_webpack_helpers.mdx | 16 +- api_docs/kbn_osquery_io_ts_types.mdx | 16 +- api_docs/kbn_panel_loader.mdx | 13 +- ..._performance_testing_dataset_extractor.mdx | 13 +- api_docs/kbn_plugin_check.mdx | 13 +- api_docs/kbn_plugin_generator.mdx | 13 +- api_docs/kbn_plugin_helpers.mdx | 13 +- api_docs/kbn_presentation_containers.mdx | 16 +- api_docs/kbn_presentation_publishing.mdx | 19 +- api_docs/kbn_product_doc_artifact_builder.mdx | 13 +- api_docs/kbn_profiling_utils.mdx | 25 +- api_docs/kbn_random_sampling.mdx | 19 +- api_docs/kbn_react_field.mdx | 19 +- api_docs/kbn_react_hooks.mdx | 19 +- api_docs/kbn_react_kibana_context_common.mdx | 19 +- api_docs/kbn_react_kibana_context_render.mdx | 16 +- api_docs/kbn_react_kibana_context_root.mdx | 16 +- api_docs/kbn_react_kibana_context_styled.mdx | 16 +- api_docs/kbn_react_kibana_context_theme.mdx | 19 +- api_docs/kbn_react_kibana_mount.mdx | 19 +- api_docs/kbn_recently_accessed.mdx | 16 +- api_docs/kbn_repo_file_maps.mdx | 13 +- api_docs/kbn_repo_linter.mdx | 16 +- api_docs/kbn_repo_path.mdx | 13 +- api_docs/kbn_repo_source_classifier.mdx | 16 +- api_docs/kbn_reporting_common.mdx | 28 +- api_docs/kbn_reporting_csv_share_panel.mdx | 13 +- api_docs/kbn_reporting_export_types_csv.mdx | 13 +- .../kbn_reporting_export_types_csv_common.mdx | 19 +- api_docs/kbn_reporting_export_types_pdf.mdx | 13 +- .../kbn_reporting_export_types_pdf_common.mdx | 16 +- api_docs/kbn_reporting_export_types_png.mdx | 13 +- .../kbn_reporting_export_types_png_common.mdx | 16 +- api_docs/kbn_reporting_mocks_server.mdx | 13 +- api_docs/kbn_reporting_public.mdx | 19 +- api_docs/kbn_reporting_server.mdx | 28 +- api_docs/kbn_resizable_layout.mdx | 17 +- .../kbn_response_ops_feature_flag_service.mdx | 16 +- api_docs/kbn_response_ops_rule_params.mdx | 16 +- api_docs/kbn_rison.mdx | 16 +- api_docs/kbn_rollup.mdx | 16 +- api_docs/kbn_router_to_openapispec.mdx | 16 +- api_docs/kbn_router_utils.mdx | 13 +- api_docs/kbn_rrule.mdx | 19 +- api_docs/kbn_rule_data_utils.mdx | 22 +- api_docs/kbn_saved_objects_settings.mdx | 13 +- api_docs/kbn_screenshotting_server.mdx | 25 +- api_docs/kbn_search_api_keys_components.mdx | 16 +- api_docs/kbn_search_api_keys_server.mdx | 13 +- api_docs/kbn_search_api_panels.mdx | 19 +- api_docs/kbn_search_connectors.mdx | 25 +- api_docs/kbn_search_errors.mdx | 19 +- api_docs/kbn_search_index_documents.mdx | 22 +- api_docs/kbn_search_response_warnings.mdx | 16 +- api_docs/kbn_search_shared_ui.mdx | 13 +- api_docs/kbn_search_types.mdx | 16 +- api_docs/kbn_security_api_key_management.mdx | 22 +- api_docs/kbn_security_authorization_core.mdx | 22 +- ...kbn_security_authorization_core_common.mdx | 13 +- api_docs/kbn_security_form_components.mdx | 19 +- api_docs/kbn_security_hardening.mdx | 13 +- api_docs/kbn_security_plugin_types_common.mdx | 16 +- api_docs/kbn_security_plugin_types_public.mdx | 19 +- api_docs/kbn_security_plugin_types_server.mdx | 25 +- .../kbn_security_role_management_model.mdx | 16 +- api_docs/kbn_security_solution_common.mdx | 16 +- ...kbn_security_solution_distribution_bar.mdx | 16 +- api_docs/kbn_security_solution_features.mdx | 16 +- api_docs/kbn_security_solution_navigation.mdx | 22 +- api_docs/kbn_security_solution_side_nav.mdx | 22 +- ...kbn_security_solution_storybook_config.mdx | 13 +- api_docs/kbn_security_ui_components.mdx | 16 +- .../kbn_securitysolution_autocomplete.mdx | 19 +- api_docs/kbn_securitysolution_data_table.mdx | 25 +- api_docs/kbn_securitysolution_ecs.mdx | 19 +- api_docs/kbn_securitysolution_es_utils.mdx | 19 +- ...ritysolution_exception_list_components.mdx | 22 +- api_docs/kbn_securitysolution_hook_utils.mdx | 19 +- ..._securitysolution_io_ts_alerting_types.mdx | 19 +- .../kbn_securitysolution_io_ts_list_types.mdx | 22 +- api_docs/kbn_securitysolution_io_ts_types.mdx | 19 +- api_docs/kbn_securitysolution_io_ts_utils.mdx | 13 +- api_docs/kbn_securitysolution_list_api.mdx | 19 +- .../kbn_securitysolution_list_constants.mdx | 16 +- api_docs/kbn_securitysolution_list_hooks.mdx | 19 +- api_docs/kbn_securitysolution_list_utils.mdx | 22 +- api_docs/kbn_securitysolution_rules.mdx | 19 +- api_docs/kbn_securitysolution_t_grid.mdx | 22 +- api_docs/kbn_securitysolution_utils.mdx | 22 +- api_docs/kbn_server_http_tools.mdx | 25 +- api_docs/kbn_server_route_repository.mdx | 22 +- .../kbn_server_route_repository_client.mdx | 19 +- .../kbn_server_route_repository_utils.mdx | 19 +- api_docs/kbn_serverless_common_settings.mdx | 15 +- .../kbn_serverless_observability_settings.mdx | 15 +- api_docs/kbn_serverless_project_switcher.mdx | 19 +- api_docs/kbn_serverless_search_settings.mdx | 15 +- api_docs/kbn_serverless_security_settings.mdx | 15 +- api_docs/kbn_serverless_storybook_config.mdx | 13 +- api_docs/kbn_shared_svg.mdx | 13 +- api_docs/kbn_shared_ux_avatar_solution.mdx | 16 +- .../kbn_shared_ux_button_exit_full_screen.mdx | 19 +- api_docs/kbn_shared_ux_button_toolbar.mdx | 19 +- api_docs/kbn_shared_ux_card_no_data.mdx | 16 +- api_docs/kbn_shared_ux_card_no_data_mocks.mdx | 19 +- api_docs/kbn_shared_ux_chrome_navigation.mdx | 22 +- api_docs/kbn_shared_ux_error_boundary.mdx | 13 +- api_docs/kbn_shared_ux_file_context.mdx | 16 +- api_docs/kbn_shared_ux_file_image.mdx | 16 +- api_docs/kbn_shared_ux_file_image_mocks.mdx | 16 +- api_docs/kbn_shared_ux_file_mocks.mdx | 13 +- api_docs/kbn_shared_ux_file_picker.mdx | 16 +- api_docs/kbn_shared_ux_file_types.mdx | 16 +- api_docs/kbn_shared_ux_file_upload.mdx | 19 +- api_docs/kbn_shared_ux_file_util.mdx | 16 +- api_docs/kbn_shared_ux_link_redirect_app.mdx | 19 +- .../kbn_shared_ux_link_redirect_app_mocks.mdx | 16 +- api_docs/kbn_shared_ux_markdown.mdx | 13 +- api_docs/kbn_shared_ux_markdown_mocks.mdx | 16 +- .../kbn_shared_ux_page_analytics_no_data.mdx | 19 +- ...shared_ux_page_analytics_no_data_mocks.mdx | 19 +- .../kbn_shared_ux_page_kibana_no_data.mdx | 16 +- ...bn_shared_ux_page_kibana_no_data_mocks.mdx | 19 +- .../kbn_shared_ux_page_kibana_template.mdx | 16 +- ...n_shared_ux_page_kibana_template_mocks.mdx | 19 +- api_docs/kbn_shared_ux_page_no_data.mdx | 19 +- .../kbn_shared_ux_page_no_data_config.mdx | 16 +- ...bn_shared_ux_page_no_data_config_mocks.mdx | 19 +- api_docs/kbn_shared_ux_page_no_data_mocks.mdx | 19 +- api_docs/kbn_shared_ux_page_solution_nav.mdx | 16 +- .../kbn_shared_ux_prompt_no_data_views.mdx | 16 +- ...n_shared_ux_prompt_no_data_views_mocks.mdx | 19 +- api_docs/kbn_shared_ux_prompt_not_found.mdx | 13 +- api_docs/kbn_shared_ux_router.mdx | 13 +- api_docs/kbn_shared_ux_router_mocks.mdx | 13 +- api_docs/kbn_shared_ux_storybook_config.mdx | 13 +- api_docs/kbn_shared_ux_storybook_mock.mdx | 16 +- api_docs/kbn_shared_ux_tabbed_modal.mdx | 16 +- api_docs/kbn_shared_ux_table_persist.mdx | 16 +- api_docs/kbn_shared_ux_utility.mdx | 16 +- api_docs/kbn_slo_schema.mdx | 28 +- api_docs/kbn_some_dev_log.mdx | 16 +- api_docs/kbn_sort_predicates.mdx | 13 +- api_docs/kbn_sse_utils.mdx | 19 +- api_docs/kbn_sse_utils_client.mdx | 13 +- api_docs/kbn_sse_utils_server.mdx | 13 +- api_docs/kbn_std.mdx | 22 +- api_docs/kbn_stdio_dev_helpers.mdx | 13 +- api_docs/kbn_storybook.mdx | 19 +- api_docs/kbn_synthetics_e2e.mdx | 19 +- api_docs/kbn_synthetics_private_location.mdx | 19 +- api_docs/kbn_telemetry_tools.mdx | 13 +- api_docs/kbn_test.mdx | 25 +- api_docs/kbn_test_eui_helpers.mdx | 16 +- api_docs/kbn_test_jest_helpers.mdx | 25 +- api_docs/kbn_test_subj_selector.mdx | 13 +- api_docs/kbn_timerange.mdx | 13 +- api_docs/kbn_tooling_log.mdx | 22 +- api_docs/kbn_transpose_utils.mdx | 16 +- api_docs/kbn_triggers_actions_ui_types.mdx | 19 +- api_docs/kbn_try_in_console.mdx | 13 +- api_docs/kbn_ts_projects.mdx | 19 +- api_docs/kbn_typed_react_router_config.mdx | 22 +- api_docs/kbn_ui_actions_browser.mdx | 19 +- api_docs/kbn_ui_shared_deps_src.mdx | 16 +- api_docs/kbn_ui_theme.mdx | 19 +- api_docs/kbn_unified_data_table.mdx | 23 +- api_docs/kbn_unified_doc_viewer.mdx | 19 +- api_docs/kbn_unified_field_list.mdx | 20 +- api_docs/kbn_unsaved_changes_badge.mdx | 16 +- api_docs/kbn_unsaved_changes_prompt.mdx | 13 +- api_docs/kbn_use_tracked_promise.mdx | 13 +- api_docs/kbn_user_profile_components.mdx | 19 +- api_docs/kbn_utility_types.mdx | 16 +- api_docs/kbn_utility_types_jest.mdx | 13 +- api_docs/kbn_utils.mdx | 16 +- api_docs/kbn_visualization_ui_components.mdx | 19 +- api_docs/kbn_visualization_utils.mdx | 13 +- api_docs/kbn_xstate_utils.mdx | 19 +- api_docs/kbn_yarn_lock_validator.mdx | 16 +- api_docs/kbn_zod.mdx | 28 +- api_docs/kbn_zod_helpers.mdx | 19 +- api_docs/kibana_overview.mdx | 19 +- api_docs/kibana_react.mdx | 31 +- api_docs/kibana_utils.mdx | 55 +- api_docs/kubernetes_security.mdx | 16 +- api_docs/lens.mdx | 35 +- api_docs/license_api_guard.mdx | 13 +- api_docs/license_management.mdx | 16 +- api_docs/licensing.mdx | 40 +- api_docs/links.mdx | 11 +- api_docs/lists.mdx | 37 +- api_docs/logs_data_access.mdx | 28 +- api_docs/logs_explorer.mdx | 41 +- api_docs/logs_shared.mdx | 53 +- api_docs/management.mdx | 28 +- api_docs/maps.mdx | 34 +- api_docs/maps_ems.mdx | 37 +- api_docs/metrics_data_access.mdx | 47 +- api_docs/ml.mdx | 59 +- api_docs/mock_idp_plugin.mdx | 16 +- api_docs/monitoring.mdx | 22 +- api_docs/monitoring_collection.mdx | 19 +- api_docs/navigation.mdx | 34 +- api_docs/newsfeed.mdx | 22 +- api_docs/no_data_page.mdx | 13 +- api_docs/notifications.mdx | 16 +- api_docs/observability.mdx | 61 +- api_docs/observability_a_i_assistant.mdx | 61 +- api_docs/observability_a_i_assistant_app.mdx | 19 +- .../observability_ai_assistant_management.mdx | 16 +- api_docs/observability_logs_explorer.mdx | 20 +- api_docs/observability_onboarding.mdx | 28 +- api_docs/observability_shared.mdx | 43 +- api_docs/osquery.mdx | 25 +- api_docs/painless_lab.mdx | 16 +- api_docs/plugin_directory.mdx | 1567 ++-- api_docs/presentation_panel.mdx | 17 +- api_docs/presentation_util.mdx | 41 +- api_docs/profiling.mdx | 28 +- api_docs/profiling_data_access.mdx | 25 +- api_docs/remote_clusters.mdx | 22 +- api_docs/reporting.mdx | 14 +- api_docs/rollup.mdx | 16 +- api_docs/rule_registry.mdx | 43 +- api_docs/runtime_fields.mdx | 22 +- api_docs/saved_objects.mdx | 22 +- api_docs/saved_objects_finder.mdx | 25 +- api_docs/saved_objects_management.mdx | 40 +- api_docs/saved_objects_tagging.mdx | 31 +- api_docs/saved_objects_tagging_oss.mdx | 28 +- api_docs/saved_search.mdx | 38 +- api_docs/screenshot_mode.mdx | 37 +- api_docs/screenshotting.mdx | 26 +- api_docs/search_assistant.mdx | 23 +- api_docs/search_connectors.mdx | 29 +- api_docs/search_homepage.mdx | 28 +- api_docs/search_indices.mdx | 28 +- api_docs/search_inference_endpoints.mdx | 25 +- api_docs/search_notebooks.mdx | 23 +- api_docs/search_playground.mdx | 28 +- api_docs/security.mdx | 44 +- api_docs/security_solution.mdx | 46 +- api_docs/security_solution_ess.mdx | 23 +- api_docs/security_solution_serverless.mdx | 23 +- api_docs/serverless.mdx | 23 +- api_docs/serverless_observability.mdx | 23 +- api_docs/serverless_search.mdx | 23 +- api_docs/session_view.mdx | 22 +- api_docs/share.mdx | 38 +- api_docs/slo.mdx | 28 +- api_docs/snapshot_restore.mdx | 19 +- api_docs/spaces.mdx | 53 +- api_docs/stack_alerts.mdx | 31 +- api_docs/stack_connectors.mdx | 19 +- api_docs/task_manager.mdx | 37 +- api_docs/telemetry.mdx | 31 +- api_docs/telemetry_collection_manager.mdx | 25 +- api_docs/telemetry_collection_xpack.mdx | 13 +- api_docs/telemetry_management_section.mdx | 19 +- api_docs/threat_intelligence.mdx | 17 +- api_docs/timelines.mdx | 40 +- api_docs/transform.mdx | 17 +- api_docs/triggers_actions_ui.mdx | 58 +- api_docs/ui_actions.mdx | 29 +- api_docs/ui_actions_enhanced.mdx | 47 +- api_docs/unified_doc_viewer.mdx | 20 +- api_docs/unified_histogram.mdx | 20 +- api_docs/unified_search.mdx | 32 +- api_docs/unified_search_autocomplete.mdx | 17 +- api_docs/uptime.mdx | 11 +- api_docs/url_forwarding.mdx | 19 +- api_docs/usage_collection.mdx | 34 +- api_docs/ux.mdx | 13 +- api_docs/vis_default_editor.mdx | 23 +- api_docs/vis_type_gauge.mdx | 17 +- api_docs/vis_type_heatmap.mdx | 14 +- api_docs/vis_type_pie.mdx | 17 +- api_docs/vis_type_table.mdx | 17 +- api_docs/vis_type_timelion.mdx | 11 +- api_docs/vis_type_timeseries.mdx | 17 +- api_docs/vis_type_vega.mdx | 14 +- api_docs/vis_type_vislib.mdx | 11 +- api_docs/vis_type_xy.mdx | 26 +- api_docs/visualizations.mdx | 53 +- oas_docs/output/kibana.yaml | 8224 ++++++++--------- .../src/process_versioned_router.ts | 7 + 760 files changed, 14174 insertions(+), 13247 deletions(-) diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index 29d71edfc9e12..671f91de5c3ee 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -5,66 +5,77 @@ #### id: kibActionsPluginApi slug: /kibana-dev-docs/api/actions -title: "actions" +title: 'actions' image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- -import actionsObj from './actions.devdocs.json'; - +import actionsObj from './actions.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 322 | 0 | 316 | 37 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 322 | 0 | 316 | 37 | ## Client ### Setup - + + ### Classes - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 13c3b44fd5dcb..73e3abdbb8cc5 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -5,29 +5,29 @@ #### id: kibAdvancedSettingsPluginApi slug: /kibana-dev-docs/api/advancedSettings -title: "advancedSettings" +title: 'advancedSettings' image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- -import advancedSettingsObj from './advanced_settings.devdocs.json'; - +import advancedSettingsObj from './advanced_settings.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Setup - + + ### Start - + diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index a18c6d3035bcf..46ee97ecd3774 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -5,32 +5,33 @@ #### id: kibAiAssistantManagementSelectionPluginApi slug: /kibana-dev-docs/api/aiAssistantManagementSelection -title: "aiAssistantManagementSelection" +title: 'aiAssistantManagementSelection' image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- -import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; - +import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Client ### Setup - + + ### Start - + + ### Enums - + diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 6adc9b8f83c36..9643012a69595 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -5,12 +5,13 @@ #### id: kibAiopsPluginApi slug: /kibana-dev-docs/api/aiops -title: "aiops" +title: 'aiops' image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- + import aiopsObj from './aiops.devdocs.json'; AIOps plugin maintained by ML team. @@ -19,29 +20,34 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 72 | 0 | 8 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 72 | 0 | 8 | 2 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 0f2f3e7a05f4a..4bf11f16c7bc8 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -5,69 +5,81 @@ #### id: kibAlertingPluginApi slug: /kibana-dev-docs/api/alerting -title: "alerting" +title: 'alerting' image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- -import alertingObj from './alerting.devdocs.json'; - +import alertingObj from './alerting.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 880 | 1 | 848 | 50 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 880 | 1 | 848 | 50 | ## Client ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 05cbf8b4a7c0d..81a18576391f7 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -5,12 +5,13 @@ #### id: kibApmPluginApi slug: /kibana-dev-docs/api/apm -title: "apm" +title: 'apm' image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- + import apmObj from './apm.devdocs.json'; The user interface for Elastic APM @@ -19,34 +20,40 @@ Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/te **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 29 | 119 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 29 | 119 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Classes - + + ### Consts, variables and types - + + ## Common ### Functions - + diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index c8048acae532a..f410fe3c8e13a 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -5,52 +5,59 @@ #### id: kibApmDataAccessPluginApi slug: /kibana-dev-docs/api/apmDataAccess -title: "apmDataAccess" +title: 'apmDataAccess' image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- -import apmDataAccessObj from './apm_data_access.devdocs.json'; - +import apmDataAccessObj from './apm_data_access.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 93 | 0 | 93 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 93 | 0 | 93 | 3 | ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 6c08c42adadbf..be39ad401af71 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -5,29 +5,29 @@ #### id: kibBannersPluginApi slug: /kibana-dev-docs/api/banners -title: "banners" +title: 'banners' image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- -import bannersObj from './banners.devdocs.json'; - +import bannersObj from './banners.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/bfetch.mdx b/api_docs/bfetch.mdx index 3732941e29a16..1b00b025ec4bf 100644 --- a/api_docs/bfetch.mdx +++ b/api_docs/bfetch.mdx @@ -5,12 +5,13 @@ #### id: kibBfetchPluginApi slug: /kibana-dev-docs/api/bfetch -title: "bfetch" +title: 'bfetch' image: https://source.unsplash.com/400x175/?github description: API docs for the bfetch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch'] --- + import bfetchObj from './bfetch.devdocs.json'; Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back. @@ -19,40 +20,48 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 60 | 1 | 59 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 60 | 1 | 59 | 2 | ## Client ### Start - + + ### Functions - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index 427694e3198c0..059253ea79a36 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -5,12 +5,13 @@ #### id: kibCanvasPluginApi slug: /kibana-dev-docs/api/canvas -title: "canvas" +title: 'canvas' image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- + import canvasObj from './canvas.devdocs.json'; Adds Canvas application to Kibana @@ -19,26 +20,30 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 8 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 8 | 3 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index caf46a6fe5b8f..9d35549662c2f 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -5,12 +5,13 @@ #### id: kibCasesPluginApi slug: /kibana-dev-docs/api/cases -title: "cases" +title: 'cases' image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- + import casesObj from './cases.devdocs.json'; The Case management system in Kibana @@ -19,49 +20,60 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 115 | 0 | 95 | 28 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 115 | 0 | 95 | 28 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index 82511e46d3db9..0915936f4cacd 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -5,69 +5,81 @@ #### id: kibChartsPluginApi slug: /kibana-dev-docs/api/charts -title: "charts" +title: 'charts' image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- -import chartsObj from './charts.devdocs.json'; - +import chartsObj from './charts.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 268 | 2 | 253 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 268 | 2 | 253 | 10 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index 3c03fc3269c02..0328f6dd7311e 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -5,37 +5,39 @@ #### id: kibCloudPluginApi slug: /kibana-dev-docs/api/cloud -title: "cloud" +title: 'cloud' image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- -import cloudObj from './cloud.devdocs.json'; - +import cloudObj from './cloud.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 83 | 0 | 20 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 83 | 0 | 20 | 1 | ## Client ### Setup - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index a074d145ccad7..8564fbb0ce6be 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -5,12 +5,13 @@ #### id: kibCloudDataMigrationPluginApi slug: /kibana-dev-docs/api/cloudDataMigration -title: "cloudDataMigration" +title: 'cloudDataMigration' image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration'] --- + import cloudDataMigrationObj from './cloud_data_migration.devdocs.json'; Static migration page where self-managed users can see text/copy about migrating to Elastic Cloud @@ -19,17 +20,18 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 1 | ## Client ### Interfaces - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/cloud_defend.mdx b/api_docs/cloud_defend.mdx index 7d7be7042e871..a5649d9207c77 100644 --- a/api_docs/cloud_defend.mdx +++ b/api_docs/cloud_defend.mdx @@ -5,12 +5,13 @@ #### id: kibCloudDefendPluginApi slug: /kibana-dev-docs/api/cloudDefend -title: "cloudDefend" +title: 'cloudDefend' image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDefend plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend'] --- + import cloudDefendObj from './cloud_defend.devdocs.json'; Defend for containers (D4C) @@ -19,43 +20,52 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 43 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 43 | 2 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index 67259c4522e18..7a4e3cdc33483 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -5,12 +5,13 @@ #### id: kibCloudSecurityPosturePluginApi slug: /kibana-dev-docs/api/cloudSecurityPosture -title: "cloudSecurityPosture" +title: 'cloudSecurityPosture' image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- + import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; The cloud security posture plugin @@ -19,37 +20,44 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 2 | 2 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/console.mdx b/api_docs/console.mdx index a9ef5436c0e16..617dc9c7c6286 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -5,40 +5,43 @@ #### id: kibConsolePluginApi slug: /kibana-dev-docs/api/console -title: "console" +title: 'console' image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- -import consoleObj from './console.devdocs.json'; - +import consoleObj from './console.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 39 | 0 | 30 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 39 | 0 | 30 | 0 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ## Server ### Start - + diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index aa5d5b9ccb7e3..9e77718d0bd39 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -5,12 +5,13 @@ #### id: kibContentManagementPluginApi slug: /kibana-dev-docs/api/contentManagement -title: "contentManagement" +title: 'contentManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- + import contentManagementObj from './content_management.devdocs.json'; Content management app @@ -19,46 +20,56 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 149 | 0 | 125 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 149 | 0 | 125 | 6 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index b75e44bd971bb..00252ee4ceef4 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -5,12 +5,13 @@ #### id: kibControlsPluginApi slug: /kibana-dev-docs/api/controls -title: "controls" +title: 'controls' image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- + import controlsObj from './controls.devdocs.json'; The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls @@ -19,37 +20,44 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 135 | 0 | 131 | 14 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 135 | 0 | 131 | 14 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Functions - + + ### Interfaces - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index e79afa3516a8b..e49ac212a23fb 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -5,12 +5,13 @@ #### id: kibCustomIntegrationsPluginApi slug: /kibana-dev-docs/api/customIntegrations -title: "customIntegrations" +title: 'customIntegrations' image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- + import customIntegrationsObj from './custom_integrations.devdocs.json'; Add custom data integrations so they can be displayed in the Fleet integrations app @@ -19,43 +20,52 @@ Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questi **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 268 | 0 | 249 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 268 | 0 | 249 | 1 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index d1691efa1599c..8de871fd9a251 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -5,12 +5,13 @@ #### id: kibDashboardPluginApi slug: /kibana-dev-docs/api/dashboard -title: "dashboard" +title: 'dashboard' image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- + import dashboardObj from './dashboard.devdocs.json'; Adds the Dashboard app to Kibana @@ -19,49 +20,60 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 130 | 0 | 125 | 14 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 130 | 0 | 125 | 14 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 7fd78a1f2475e..814c9c54aaf4d 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -5,57 +5,65 @@ #### id: kibDashboardEnhancedPluginApi slug: /kibana-dev-docs/api/dashboardEnhanced -title: "dashboardEnhanced" +title: 'dashboardEnhanced' image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- -import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; - +import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 54 | 0 | 51 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 54 | 0 | 51 | 0 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/data.mdx b/api_docs/data.mdx index d9a0500edcd46..41d69273763db 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -5,12 +5,13 @@ #### id: kibDataPluginApi slug: /kibana-dev-docs/api/data -title: "data" +title: 'data' image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- + import dataObj from './data.devdocs.json'; Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. @@ -19,79 +20,100 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3209 | 31 | 2594 | 24 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3209 | 31 | 2594 | 24 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index 2d2b0de540f93..ddb7386dcfa64 100644 --- a/api_docs/data_quality.mdx +++ b/api_docs/data_quality.mdx @@ -5,34 +5,35 @@ #### id: kibDataQualityPluginApi slug: /kibana-dev-docs/api/dataQuality -title: "dataQuality" +title: 'dataQuality' image: https://source.unsplash.com/400x175/?github description: API docs for the dataQuality plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- -import dataQualityObj from './data_quality.devdocs.json'; - +import dataQualityObj from './data_quality.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 5b73fe0aeef7b..1d992aed4902a 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -5,12 +5,13 @@ #### id: kibDataQueryPluginApi slug: /kibana-dev-docs/api/data-query -title: "data.query" +title: 'data.query' image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- + import dataQueryObj from './data_query.devdocs.json'; Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. @@ -19,32 +20,38 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3209 | 31 | 2594 | 24 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3209 | 31 | 2594 | 24 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index ae45c7ba5ee52..604bf1255c028 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -5,12 +5,13 @@ #### id: kibDataSearchPluginApi slug: /kibana-dev-docs/api/data-search -title: "data.search" +title: 'data.search' image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- + import dataSearchObj from './data_search.devdocs.json'; Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. @@ -19,52 +20,64 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3209 | 31 | 2594 | 24 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3209 | 31 | 2594 | 24 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index dd00d7889b528..fa52db90d8dcd 100644 --- a/api_docs/data_usage.mdx +++ b/api_docs/data_usage.mdx @@ -5,42 +5,45 @@ #### id: kibDataUsagePluginApi slug: /kibana-dev-docs/api/dataUsage -title: "dataUsage" +title: 'dataUsage' image: https://source.unsplash.com/400x175/?github description: API docs for the dataUsage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage'] --- -import dataUsageObj from './data_usage.devdocs.json'; - +import dataUsageObj from './data_usage.devdocs.json'; Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx index 7f2e8cba1e656..f9eb98e67cbe9 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -5,12 +5,13 @@ #### id: kibDataViewEditorPluginApi slug: /kibana-dev-docs/api/dataViewEditor -title: "dataViewEditor" +title: 'dataViewEditor' image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor'] --- + import dataViewEditorObj from './data_view_editor.devdocs.json'; This plugin provides the ability to create data views via a modal flyout inside Kibana apps @@ -19,18 +20,20 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 35 | 0 | 25 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 35 | 0 | 25 | 5 | ## Client ### Start - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx index b566691e1cee9..88c40555bd8b0 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -5,12 +5,13 @@ #### id: kibDataViewFieldEditorPluginApi slug: /kibana-dev-docs/api/dataViewFieldEditor -title: "dataViewFieldEditor" +title: 'dataViewFieldEditor' image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor'] --- + import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json'; Reusable data view field editor across Kibana @@ -19,24 +20,28 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 72 | 0 | 33 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 72 | 0 | 33 | 1 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx index f49e713c7434d..0ac3339d9157c 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -5,12 +5,13 @@ #### id: kibDataViewManagementPluginApi slug: /kibana-dev-docs/api/dataViewManagement -title: "dataViewManagement" +title: 'dataViewManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement'] --- + import dataViewManagementObj from './data_view_management.devdocs.json'; Data view management app @@ -19,15 +20,16 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Setup - + + ### Start - + diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index b2d52e4949e79..f2fdce13bd653 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -5,12 +5,13 @@ #### id: kibDataViewsPluginApi slug: /kibana-dev-docs/api/dataViews -title: "dataViews" +title: 'dataViews' image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews'] --- + import dataViewsObj from './data_views.devdocs.json'; Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. @@ -19,70 +20,88 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1224 | 0 | 443 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1224 | 0 | 443 | 4 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/data_visualizer.mdx b/api_docs/data_visualizer.mdx index d5217a8ee0987..c44cb29bb89b7 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -5,12 +5,13 @@ #### id: kibDataVisualizerPluginApi slug: /kibana-dev-docs/api/dataVisualizer -title: "dataVisualizer" +title: 'dataVisualizer' image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- + import dataVisualizerObj from './data_visualizer.devdocs.json'; The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. @@ -19,18 +20,20 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 31 | 3 | 25 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 31 | 3 | 25 | 4 | ## Client ### Start - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index d9dbeebde7c00..6b375bd0422e0 100644 --- a/api_docs/dataset_quality.mdx +++ b/api_docs/dataset_quality.mdx @@ -5,12 +5,13 @@ #### id: kibDatasetQualityPluginApi slug: /kibana-dev-docs/api/datasetQuality -title: "datasetQuality" +title: 'datasetQuality' image: https://source.unsplash.com/400x175/?github description: API docs for the datasetQuality plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality'] --- + import datasetQualityObj from './dataset_quality.devdocs.json'; This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. @@ -19,26 +20,30 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 8 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 14 | 8 | ## Client ### Setup - + + ### Start - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index a3378147cb3df..e93a1faa52b7d 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -13,178 +13,177 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] ## Referenced deprecated APIs - -| Deprecated API | Referencing plugin(s) | Remove By | -| ---------------|-----------|-----------| -| | ml, stackAlerts | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, logsShared, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, infra, securitySolution, timelines, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | -| | ml, securitySolution | - | -| | actions, savedObjectsTagging, ml, enterpriseSearch | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core, embeddable, savedObjects, visualizations, canvas, graph, ml | - | -| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, dataViews, spaces, actions, share, data, alerting, @kbn/core-saved-objects-migration-server-mocks, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | -| | stackAlerts, alerting, securitySolution, inputControlVis | - | -| | graph, stackAlerts, inputControlVis, securitySolution | - | -| | dataVisualizer, stackAlerts, expressionPartitionVis | - | -| | stackAlerts, alerting, securitySolution, inputControlVis | - | -| | triggersActionsUi | - | -| | triggersActionsUi | - | -| | @kbn/core, visualizations, triggersActionsUi, @kbn/alerts-ui-shared | - | -| | ruleRegistry, securitySolution, slo | - | -| | security, actions, alerting, ruleRegistry, files, cases, fleet, securitySolution | - | -| | alerting, securitySolution | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | -| | alerting, securitySolution | - | -| | securitySolution | - | -| | cloudDefend, securitySolution, synthetics | - | -| | cloudDefend, securitySolution, synthetics | - | -| | cases, securitySolution, security | - | -| | @kbn/securitysolution-data-table, securitySolution | - | -| | @kbn/securitysolution-data-table, securitySolution | - | -| | securitySolution | - | -| | @kbn/securitysolution-data-table, securitySolution | - | -| | securitySolution | - | -| | securitySolution | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | -| | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, @kbn/alerting-types, alerting, actions, savedSearch, canvas, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, savedObjectsTagging, home, canvas, savedObjects, savedObjectsTaggingOss, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-ui-settings-server-internal | - | -| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - | -| | @kbn/esql-utils, @kbn/securitysolution-utils, securitySolution | - | -| | security, securitySolution, cloudLinks, cases | - | -| | security, cases, searchPlayground, securitySolution | - | -| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | -| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | -| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | -| | securitySolution | - | -| | securitySolution | - | -| | securitySolution | - | -| | securitySolution, lists | - | -| | securitySolution | - | -| | securitySolution | - | -| | securitySolution | - | -| | securitySolution | - | -| | securitySolution | - | -| | @kbn/monaco, securitySolution | - | -| | cloudSecurityPosture, securitySolution | - | -| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, serverlessSearch, transform, upgradeAssistant, apm, synthetics, security | - | -| | actions, alerting | - | -| | monitoring | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, canvas, dashboardEnhanced, globalSearchProviders, controls | - | -| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-saved-objects-browser-internal, savedObjects, @kbn/core-saved-objects-browser-mocks | - | -| | home, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, visualizations | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | savedObjects, @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, savedObjects, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-saved-objects-api-server-internal | - | -| | @kbn/core-saved-objects-api-server-internal | - | -| | @kbn/core-saved-objects-api-server-internal, canvas | - | -| | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, savedSearch, cloudSecurityPosture, visualizations, dashboard, @kbn/core-test-helpers-so-type-serializer | - | -| | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - | -| | fleet, exploratoryView, osquery, synthetics | - | -| | @kbn/security-plugin-types-server, telemetry, fleet, profiling, @kbn/security-authorization-core, security | - | -| | @kbn/core-application-browser-internal, management, @kbn/core-application-browser-mocks, fleet, security, kibanaOverview, @kbn/core | - | -| | graph, visTypeTimeseries, dataViewManagement, dataViews | - | -| | graph, visTypeTimeseries, dataViewManagement, dataViews | - | -| | graph, visTypeTimeseries, dataViewManagement | - | -| | visualizations, graph | - | -| | kubernetesSecurity, osquery, threatIntelligence | - | -| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - | -| | dataViews, maps | - | -| | dataViews, dataViewManagement | - | -| | dataViews, dataViewManagement | - | -| | dataViews, maps | - | -| | dataViews, dataViewManagement | - | -| | dataViews, dataViewManagement | - | -| | maps | - | -| | maps | - | -| | dashboard, maps | - | -| | dataViewManagement | - | -| | dataViewManagement | - | -| | data, discover, imageEmbeddable, embeddable | - | -| | spaces, savedObjectsManagement | - | -| | unifiedSearch | - | -| | unifiedSearch | - | -| | lens, dashboard, canvas | - | -| | lens | - | -| | lens | - | -| | lens, dashboard, investigateApp | - | -| | @kbn/core, lens, savedObjects | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | canvas | - | -| | enterpriseSearch | - | -| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | -| | dashboard | - | -| | embeddable, dashboard | - | -| | embeddableEnhanced | - | -| | embeddableEnhanced | - | -| | uiActionsEnhanced | - | -| | visTypeGauge | - | -| | visTypePie | - | -| | visTypePie | - | -| | @kbn/core-logging-server-internal, security | - | -| | security | - | -| | observabilityShared | - | -| | @kbn/react-kibana-context-styled, kibanaReact | - | -| | @kbn/reporting-public, discover | - | -| | discover, @kbn/management-settings-field-definition | - | -| | @kbn/content-management-table-list-view, filesManagement | - | -| | @kbn/core | - | -| | @kbn/core | - | -| | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - | -| | @kbn/core | - | -| | @kbn/core-plugins-server-internal | - | -| | encryptedSavedObjects | - | -| | @kbn/esql-validation-autocomplete | - | -| | @kbn/monaco | - | -| | reporting | - | -| | @kbn/reporting-export-types-csv, reporting | - | -| | @kbn/reporting-export-types-csv, reporting | - | -| | reporting | - | -| | reporting | - | -| | @kbn/reporting-export-types-pdf | - | -| | @kbn/reporting-csv-share-panel | - | -| | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher, profiling, apm, slo | 8.8.0 | -| | spaces, security, actions, alerting, aiops, remoteClusters, ml, graph, indexLifecycleManagement, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 | -| | fleet, apm, security, securitySolution | 8.8.0 | -| | fleet, apm, security, securitySolution | 8.8.0 | -| | spaces, @kbn/security-authorization-core, security, alerting, cases, @kbn/security-role-management-model | 8.8.0 | -| | embeddable, presentationUtil, lens, dashboard, discover, graph, links | 8.8.0 | -| | security, @kbn/security-role-management-model | 8.8.0 | -| | apm | 8.8.0 | -| | security | 8.8.0 +| Deprecated API | Referencing plugin(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | ml, stackAlerts | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, logsShared, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, infra, securitySolution, timelines, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | +| | ml, securitySolution | - | +| | actions, savedObjectsTagging, ml, enterpriseSearch | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, embeddable, savedObjects, visualizations, canvas, graph, ml | - | +| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, dataViews, spaces, actions, share, data, alerting, @kbn/core-saved-objects-migration-server-mocks, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | +| | stackAlerts, alerting, securitySolution, inputControlVis | - | +| | graph, stackAlerts, inputControlVis, securitySolution | - | +| | dataVisualizer, stackAlerts, expressionPartitionVis | - | +| | stackAlerts, alerting, securitySolution, inputControlVis | - | +| | triggersActionsUi | - | +| | triggersActionsUi | - | +| | @kbn/core, visualizations, triggersActionsUi, @kbn/alerts-ui-shared | - | +| | ruleRegistry, securitySolution, slo | - | +| | security, actions, alerting, ruleRegistry, files, cases, fleet, securitySolution | - | +| | alerting, securitySolution | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | +| | alerting, securitySolution | - | +| | securitySolution | - | +| | cloudDefend, securitySolution, synthetics | - | +| | cloudDefend, securitySolution, synthetics | - | +| | cases, securitySolution, security | - | +| | @kbn/securitysolution-data-table, securitySolution | - | +| | @kbn/securitysolution-data-table, securitySolution | - | +| | securitySolution | - | +| | @kbn/securitysolution-data-table, securitySolution | - | +| | securitySolution | - | +| | securitySolution | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | +| | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, @kbn/alerting-types, alerting, actions, savedSearch, canvas, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, savedObjectsTagging, home, canvas, savedObjects, savedObjectsTaggingOss, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-ui-settings-server-internal | - | +| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - | +| | @kbn/esql-utils, @kbn/securitysolution-utils, securitySolution | - | +| | security, securitySolution, cloudLinks, cases | - | +| | security, cases, searchPlayground, securitySolution | - | +| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | +| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | +| | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | +| | securitySolution | - | +| | securitySolution | - | +| | securitySolution | - | +| | securitySolution, lists | - | +| | securitySolution | - | +| | securitySolution | - | +| | securitySolution | - | +| | securitySolution | - | +| | securitySolution | - | +| | @kbn/monaco, securitySolution | - | +| | cloudSecurityPosture, securitySolution | - | +| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, serverlessSearch, transform, upgradeAssistant, apm, synthetics, security | - | +| | actions, alerting | - | +| | monitoring | - | +| | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, canvas, dashboardEnhanced, globalSearchProviders, controls | - | +| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-browser-internal, savedObjects, @kbn/core-saved-objects-browser-mocks | - | +| | home, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, visualizations | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | savedObjects, @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, savedObjects, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, spaces, savedSearch, visualizations, lens, cases, maps, canvas, graph | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-api-server-internal, canvas | - | +| | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, savedSearch, cloudSecurityPosture, visualizations, dashboard, @kbn/core-test-helpers-so-type-serializer | - | +| | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - | +| | fleet, exploratoryView, osquery, synthetics | - | +| | @kbn/security-plugin-types-server, telemetry, fleet, profiling, @kbn/security-authorization-core, security | - | +| | @kbn/core-application-browser-internal, management, @kbn/core-application-browser-mocks, fleet, security, kibanaOverview, @kbn/core | - | +| | graph, visTypeTimeseries, dataViewManagement, dataViews | - | +| | graph, visTypeTimeseries, dataViewManagement, dataViews | - | +| | graph, visTypeTimeseries, dataViewManagement | - | +| | visualizations, graph | - | +| | kubernetesSecurity, osquery, threatIntelligence | - | +| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - | +| | dataViews, maps | - | +| | dataViews, dataViewManagement | - | +| | dataViews, dataViewManagement | - | +| | dataViews, maps | - | +| | dataViews, dataViewManagement | - | +| | dataViews, dataViewManagement | - | +| | maps | - | +| | maps | - | +| | dashboard, maps | - | +| | dataViewManagement | - | +| | dataViewManagement | - | +| | data, discover, imageEmbeddable, embeddable | - | +| | spaces, savedObjectsManagement | - | +| | unifiedSearch | - | +| | unifiedSearch | - | +| | lens, dashboard, canvas | - | +| | lens | - | +| | lens | - | +| | lens, dashboard, investigateApp | - | +| | @kbn/core, lens, savedObjects | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | canvas | - | +| | enterpriseSearch | - | +| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | +| | dashboard | - | +| | embeddable, dashboard | - | +| | embeddableEnhanced | - | +| | embeddableEnhanced | - | +| | uiActionsEnhanced | - | +| | visTypeGauge | - | +| | visTypePie | - | +| | visTypePie | - | +| | @kbn/core-logging-server-internal, security | - | +| | security | - | +| | observabilityShared | - | +| | @kbn/react-kibana-context-styled, kibanaReact | - | +| | @kbn/reporting-public, discover | - | +| | discover, @kbn/management-settings-field-definition | - | +| | @kbn/content-management-table-list-view, filesManagement | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - | +| | @kbn/core | - | +| | @kbn/core-plugins-server-internal | - | +| | encryptedSavedObjects | - | +| | @kbn/esql-validation-autocomplete | - | +| | @kbn/monaco | - | +| | reporting | - | +| | @kbn/reporting-export-types-csv, reporting | - | +| | @kbn/reporting-export-types-csv, reporting | - | +| | reporting | - | +| | reporting | - | +| | @kbn/reporting-export-types-pdf | - | +| | @kbn/reporting-csv-share-panel | - | +| | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher, profiling, apm, slo | 8.8.0 | +| | spaces, security, actions, alerting, aiops, remoteClusters, ml, graph, indexLifecycleManagement, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 | +| | fleet, apm, security, securitySolution | 8.8.0 | +| | fleet, apm, security, securitySolution | 8.8.0 | +| | spaces, @kbn/security-authorization-core, security, alerting, cases, @kbn/security-role-management-model | 8.8.0 | +| | embeddable, presentationUtil, lens, dashboard, discover, graph, links | 8.8.0 | +| | security, @kbn/security-role-management-model | 8.8.0 | +| | apm | 8.8.0 | +| | security | 8.8.0 | This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | @@ -192,63 +191,62 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | - ## Unreferenced deprecated APIs Safe to remove. -| Deprecated API | Plugin Id | -| ---------------|------------| -| | alerting | -| | alerting | -| | alerting | -| | data | -| | data | -| | data | -| | data | -| | data | -| | data | -| | embeddableEnhanced | -| | expressionGauge | -| | expressionGauge | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | expressions | -| | home | -| | kibanaReact | -| | kibanaReact | -| | kibanaReact | -| | licensing | -| | licensing | -| | licensing | -| | licensing | -| | lists | -| | lists | -| | lists | -| | lists | -| | savedObjects | -| | security | -| | serverless | -| | taskManager | -| | taskManager | -| | @kbn/core-saved-objects-api-browser | -| | @kbn/core-saved-objects-api-browser | -| | @kbn/esql-validation-autocomplete | -| | @kbn/storybook | -| | @kbn/ui-theme | -| | @kbn/ui-theme | -| | @kbn/zod | -| | @kbn/zod | -| | @kbn/zod | -| | @kbn/zod | \ No newline at end of file +| Deprecated API | Plugin Id | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | +| | alerting | +| | alerting | +| | alerting | +| | data | +| | data | +| | data | +| | data | +| | data | +| | data | +| | embeddableEnhanced | +| | expressionGauge | +| | expressionGauge | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | expressions | +| | home | +| | kibanaReact | +| | kibanaReact | +| | kibanaReact | +| | licensing | +| | licensing | +| | licensing | +| | licensing | +| | lists | +| | lists | +| | lists | +| | lists | +| | savedObjects | +| | security | +| | serverless | +| | taskManager | +| | taskManager | +| | @kbn/core-saved-objects-api-browser | +| | @kbn/core-saved-objects-api-browser | +| | @kbn/esql-validation-autocomplete | +| | @kbn/storybook | +| | @kbn/ui-theme | +| | @kbn/ui-theme | +| | @kbn/zod | +| | @kbn/zod | +| | @kbn/zod | +| | @kbn/zod | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 3081d86c56602..5964bbc75d841 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -11,1322 +11,1077 @@ date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- - ## @kbn/alerting-types -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes)+ 16 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes)+ 16 more | - | ## @kbn/alerts-ui-shared -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute), [rule_actions_system_actions_item.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-alerts-ui-shared/src/rule_form/rule_actions/rule_actions_system_actions_item.tsx#:~:text=SavedObjectAttribute) | - | ## @kbn/content-management-table-list-view -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper), [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper), [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper) | - | ## @kbn/core -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SimpleSavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsDeleteOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBatchResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsUpdateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkResolveResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsStart), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectsStart) | - | -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock) | - | -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=simpleSavedObjectMock) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributeSingle), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributeSingle) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttribute), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttribute) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SimpleSavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsDeleteOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBatchResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsUpdateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkResolveResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsStart), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectsStart) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=simpleSavedObjectMock) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributeSingle), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributeSingle) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttribute), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttribute) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectReference) | - | ## @kbn/core-application-browser-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | - | ## @kbn/core-application-browser-mocks -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | - | ## @kbn/core-elasticsearch-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - | ## @kbn/core-lifecycle-browser -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart) | - | ## @kbn/core-lifecycle-browser-mocks -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock), [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock), [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock) | - | ## @kbn/core-logging-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/index.ts#:~:text=max), [create_retention_policy.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts#:~:text=max), [appenders.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/appenders.test.ts#:~:text=max), [rolling_file_appender.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts#:~:text=max), [create_retention_policy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts#:~:text=max), [numeric_strategy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts#:~:text=max) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/index.ts#:~:text=max), [create_retention_policy.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts#:~:text=max), [appenders.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/appenders.test.ts#:~:text=max), [rolling_file_appender.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts#:~:text=max), [create_retention_policy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts#:~:text=max), [numeric_strategy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts#:~:text=max) | - | ## @kbn/core-plugins-browser-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjects) | - | -| | [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjects) | - | +| | [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock) | - | ## @kbn/core-plugins-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy) | - | -| | [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy) | - | +| | [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs) | - | ## @kbn/core-root-browser-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=savedObjects) | - | -| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=savedObjects) | - | +| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - | ## @kbn/core-saved-objects-api-browser -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject)+ 6 more | - | -| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject)+ 6 more | - | +| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference) | - | ## @kbn/core-saved-objects-api-server -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/index.ts#:~:text=SavedObjectAttributes) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/index.ts#:~:text=SavedObjectAttributes) | - | ## @kbn/core-saved-objects-api-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | -| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | -| | [increment_counter_internal.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/internals/increment_counter_internal.ts#:~:text=migrationVersion), [increment_counter.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/increment_counter.test.ts#:~:text=migrationVersion) | - | -| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/bulk_create.ts#:~:text=migrationVersion), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrationVersion) | - | -| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion) | - | -| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | -| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/mocks/kibana_migrator.mock.ts#:~:text=migrations), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations) | - | -| | [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | +| | [increment_counter_internal.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/internals/increment_counter_internal.ts#:~:text=migrationVersion), [increment_counter.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/increment_counter.test.ts#:~:text=migrationVersion) | - | +| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/bulk_create.ts#:~:text=migrationVersion), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrationVersion) | - | +| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | +| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/mocks/kibana_migrator.mock.ts#:~:text=migrations), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations) | - | +| | [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas) | - | ## @kbn/core-saved-objects-base-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations)+ 13 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations)+ 13 more | - | ## @kbn/core-saved-objects-browser -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract) | - | ## @kbn/core-saved-objects-browser-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=create), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=create), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get)+ 9 more | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkGet) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve)+ 4 more | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkResolve) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=update), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=update), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject)+ 1 more | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=migrationVersion) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject)+ 22 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=create), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=create), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get)+ 9 more | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkGet) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve)+ 4 more | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkResolve) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=update), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=update), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject)+ 1 more | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=migrationVersion) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject)+ 22 more | - | ## @kbn/core-saved-objects-browser-mocks -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=create) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkCreate) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=delete) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkDelete) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=find) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=get) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkGet) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=resolve) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkResolve) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=update) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkUpdate) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=create) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkCreate) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=delete) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkDelete) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=find) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=get) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkGet) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=resolve) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkResolve) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=update) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkUpdate) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject) | - | ## @kbn/core-saved-objects-common -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes) | - | ## @kbn/core-saved-objects-import-export-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | -| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | -| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | -| | [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject)+ 4 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | +| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | +| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | +| | [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject)+ 4 more | - | ## @kbn/core-saved-objects-migration-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations)+ 62 more | - | -| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 18 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations)+ 62 more | - | +| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 18 more | - | ## @kbn/core-saved-objects-migration-server-mocks -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts#:~:text=migrations) | - | ## @kbn/core-saved-objects-server -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server/index.ts#:~:text=SavedObjectAttributes) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server/index.ts#:~:text=SavedObjectAttributes) | - | ## @kbn/core-saved-objects-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | -| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | -| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | -| | [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes) | - | -| | [registration.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/object_types/registration.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | +| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | +| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | +| | [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes) | - | +| | [registration.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/object_types/registration.ts#:~:text=migrations) | - | ## @kbn/core-test-helpers-so-type-serializer -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations)+ 5 more | - | -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas)+ 4 more | - | -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations)+ 5 more | - | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas)+ 4 more | - | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## @kbn/core-ui-settings-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject) | - | -| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject) | - | +| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts#:~:text=migrations) | - | ## @kbn/core-usage-data-server-internal -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [core_usage_stats.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/saved_objects/core_usage_stats.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [core_usage_stats.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/saved_objects/core_usage_stats.ts#:~:text=migrations) | - | ## @kbn/esql-utils -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [get_esql_with_safe_limit.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts#:~:text=ast), [append_to_query.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/append_to_query.ts#:~:text=ast) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [get_esql_with_safe_limit.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts#:~:text=ast), [append_to_query.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/append_to_query.ts#:~:text=ast) | - | ## @kbn/esql-validation-autocomplete -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts#:~:text=quoted) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts#:~:text=quoted) | - | ## @kbn/lens-embeddable-utils -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [breakdown.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [breakdown.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts#:~:text=title) | - | ## @kbn/management-settings-field-definition -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [get_definition.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-management/settings/field_definition/get_definition.ts#:~:text=metric) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [get_definition.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-management/settings/field_definition/get_definition.ts#:~:text=metric) | - | ## @kbn/ml-data-view-utils -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [data_view_handler.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/ml/data_view_utils/actions/data_view_handler.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [data_view_handler.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/ml/data_view_utils/actions/data_view_handler.ts#:~:text=title) | - | ## @kbn/monaco -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [hover.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/hover/hover.ts#:~:text=modes) | - | -| | [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [hover.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/hover/hover.ts#:~:text=modes) | - | +| | [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [esql_theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/esql_theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode) | - | ## @kbn/react-kibana-context-styled -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/react/kibana_context/styled/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/react/kibana_context/styled/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | ## @kbn/reporting-csv-share-panel -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [get_csv_panel_action.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx#:~:text=createImmediateReport), [get_csv_panel_action.test.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.test.ts#:~:text=createImmediateReport) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [get_csv_panel_action.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx#:~:text=createImmediateReport), [get_csv_panel_action.test.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.test.ts#:~:text=createImmediateReport) | - | ## @kbn/reporting-export-types-csv -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV) | - | -| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV) | - | +| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/csv/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE) | - | ## @kbn/reporting-export-types-pdf -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated) | - | ## @kbn/reporting-public -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [register_pdf_png_modal_reporting.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx#:~:text=shareableUrlForSavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [register_pdf_png_modal_reporting.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx#:~:text=shareableUrlForSavedObject) | - | ## @kbn/search-errors -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [painless_error.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-search-errors/src/painless_error.tsx#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [painless_error.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-search-errors/src/painless_error.tsx#:~:text=title) | - | ## @kbn/security-authorization-core -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 22 more | 8.8.0 | -| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.ts#:~:text=get), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.ts#:~:text=get), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/api.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.test.ts#:~:text=get), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.test.ts#:~:text=get)+ 186 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 22 more | 8.8.0 | +| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.ts#:~:text=get), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.ts#:~:text=get), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/feature_privilege_builder/api.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/privileges/privileges.ts#:~:text=get), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.test.ts#:~:text=get), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/authorization_core/src/actions/api.test.ts#:~:text=get)+ 186 more | - | ## @kbn/security-plugin-types-server -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts#:~:text=get) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/plugin_types_server/src/authorization/actions/api.ts#:~:text=get) | - | ## @kbn/security-role-management-model -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getKibanaFeatures), [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| | [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getElasticsearchFeatures) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getKibanaFeatures), [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| | [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getElasticsearchFeatures) | 8.8.0 | ## @kbn/securitysolution-data-table -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedCellValueElementProps), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedCellValueElementProps) | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedRowRenderer), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedRowRenderer) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/common/types/header_actions/index.ts#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [mock_source.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/mock/mock_source.ts#:~:text=BrowserFields)+ 1 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedCellValueElementProps), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedCellValueElementProps) | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedRowRenderer), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=DeprecatedRowRenderer) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/common/types/header_actions/index.ts#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [helpers.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/column_headers/helpers.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/components/data_table/index.tsx#:~:text=BrowserFields), [mock_source.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/security-solution/data_table/mock/mock_source.ts#:~:text=BrowserFields)+ 1 more | - | ## @kbn/securitysolution-io-ts-list-types -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID) | - | -| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | -| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID) | - | +| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | +| | [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.mock.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-io-ts-list-types/src/response/exception_list_schema/index.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | ## @kbn/securitysolution-utils -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=ast) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=ast) | - | ## @kbn/unified-field-list -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title) | - | ## actions -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes)+ 20 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes)+ 20 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit) | - | ## aiops -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | ## alerting -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | -| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | -| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | -| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | -| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | -| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | -| | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | -| | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc) | - | -| | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - | -| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | -| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | +| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | +| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | +| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | +| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | +| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | +| | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | +| | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc) | - | +| | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - | +| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | +| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=audit) | - | ## apm -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 | -| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | -| | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 | -| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc) | - | -| | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 | +| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 | +| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc) | - | +| | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - | ## apmDataAccess -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - | ## canvas -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [datasource_component.js](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/datasource/datasource_component.js#:~:text=title) | - | -| | [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=EmbeddablePanel), [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=EmbeddablePanel) | - | -| | [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=getEmbeddableFactories), [editor_menu.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/workpad_header/editor_menu/editor_menu.tsx#:~:text=getEmbeddableFactories), [flyout.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/embeddable_flyout/flyout.component.tsx#:~:text=getEmbeddableFactories), [flyout.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/embeddable_flyout/flyout.component.tsx#:~:text=getEmbeddableFactories) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | -| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | -| | [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render)+ 2 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | -| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | -| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | -| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [datasource_component.js](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/datasource/datasource_component.js#:~:text=title) | - | +| | [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=EmbeddablePanel), [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=EmbeddablePanel) | - | +| | [embeddable.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/renderers/embeddable/embeddable.tsx#:~:text=getEmbeddableFactories), [editor_menu.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/workpad_header/editor_menu/editor_menu.tsx#:~:text=getEmbeddableFactories), [flyout.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/embeddable_flyout/flyout.component.tsx#:~:text=getEmbeddableFactories), [flyout.component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/embeddable_flyout/flyout.component.tsx#:~:text=getEmbeddableFactories) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | +| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | +| | [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [markdown.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/types/state.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/plot/index.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [pie.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/functions/pie.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render), [table.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#:~:text=Render)+ 2 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getFunction) | - | +| | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | +| | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | +| | [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | +| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [canvas_workpad_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/canvas_workpad_service.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes) | - | +| | [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## cases -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [factory.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| | [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles), [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=migrations), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=migrations), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=migrations), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=migrations), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=migrations) | - | -| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=convertToMultiNamespaceTypeVersion), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=convertToMultiNamespaceTypeVersion), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=convertToMultiNamespaceTypeVersion), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=convertToMultiNamespaceTypeVersion), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | -| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles) | - | -| | [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [factory.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| | [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles), [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=migrations), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=migrations), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=migrations), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=migrations), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=migrations) | - | +| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=convertToMultiNamespaceTypeVersion), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=convertToMultiNamespaceTypeVersion), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=convertToMultiNamespaceTypeVersion), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=convertToMultiNamespaceTypeVersion), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | +| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles) | - | +| | [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=audit) | - | ## cloudDefend -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [installation_stats_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id) | - | -| | [installation_stats_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [installation_stats_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id) | - | +| | [installation_stats_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/server/lib/telemetry/collectors/installation_stats_collector.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id), [mocks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_defend/public/test/mocks.ts#:~:text=policy_id) | - | ## cloudLinks -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [maybe_add_cloud_links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts#:~:text=authc) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [maybe_add_cloud_links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts#:~:text=authc) | - | ## cloudSecurityPosture -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc), [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc) | - | -| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=migrations) | - | -| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=schemas), [csp_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_settings.ts#:~:text=schemas) | - | -| | [cloud_security_data_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/public/components/cloud_security_data_table/cloud_security_data_table.tsx#:~:text=externalControlColumns) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc), [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc) | - | +| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=migrations) | - | +| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=schemas), [csp_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_settings.ts#:~:text=schemas) | - | +| | [cloud_security_data_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/public/components/cloud_security_data_table/cloud_security_data_table.tsx#:~:text=externalControlColumns) | - | ## console -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/plugin.ts#:~:text=legacy) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/plugin.ts#:~:text=legacy) | - | ## controls -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [options_list_fetch_cache.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts#:~:text=title) | - | -| | [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 2 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [options_list_fetch_cache.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts#:~:text=title) | - | +| | [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 2 more | - | ## crossClusterReplication -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## dashboard -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [dashboard_grid_item.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid_item.tsx#:~:text=EmbeddablePanel), [dashboard_grid_item.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid_item.tsx#:~:text=EmbeddablePanel) | - | -| | [migrate_dashboard_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.ts#:~:text=getEmbeddableFactory), [dashboard_container.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx#:~:text=getEmbeddableFactory), [dashboard_container.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory)+ 1 more | - | -| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | -| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [dashboard_grid_item.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid_item.tsx#:~:text=EmbeddablePanel), [dashboard_grid_item.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/component/grid/dashboard_grid_item.tsx#:~:text=EmbeddablePanel) | - | +| | [migrate_dashboard_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.ts#:~:text=getEmbeddableFactory), [dashboard_container.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx#:~:text=getEmbeddableFactory), [dashboard_container.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [create_dashboard.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/create/create_dashboard.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory), [migrate_dashboard_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/dashboard_content_management_service/lib/migrate_dashboard_input.test.ts#:~:text=getEmbeddableFactory)+ 1 more | - | +| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | +| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | ## dashboardEnhanced -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | -| | [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | +| | [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference) | - | ## data -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [get_search_params.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/fetch/get_search_params.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - | -| | [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - | -| | [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=migrations), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=migrations), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=migrations) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=schemas), [kql_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/kql_telemetry.ts#:~:text=schemas), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=schemas), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=schemas) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [get_search_params.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/fetch/get_search_params.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [\_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - | +| | [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - | +| | [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=migrations), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=migrations), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=migrations) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=schemas), [kql_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/kql_telemetry.ts#:~:text=schemas), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=schemas), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=schemas) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## dataViewManagement -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [test_script.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx#:~:text=title), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=title), [create_edit_field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [test_script.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx#:~:text=title), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=title), [create_edit_field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx#:~:text=title) | - | ## dataViews -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | -| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts#:~:text=removeScriptedField), [data_view_lazy.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | -| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | -| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | -| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | -| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts#:~:text=removeScriptedField), [data_view_lazy.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | -| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | -| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | -| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=migrations) | - | -| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | +| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts#:~:text=removeScriptedField), [data_view_lazy.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | +| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | +| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts#:~:text=removeScriptedField), [data_view_lazy.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | +| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=migrations) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## dataVisualizer -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [document_stats.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx#:~:text=fieldFormats), [distinct_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx#:~:text=fieldFormats), [top_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx#:~:text=fieldFormats), [choropleth_map.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [default_value_formatter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts#:~:text=fieldFormats) | - | -| | [use_data_visualizer_grid_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts#:~:text=title) | - | -| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [document_stats.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx#:~:text=fieldFormats), [distinct_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx#:~:text=fieldFormats), [top_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx#:~:text=fieldFormats), [choropleth_map.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [default_value_formatter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts#:~:text=fieldFormats) | - | +| | [use_data_visualizer_grid_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts#:~:text=title) | - | +| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | ## discover -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [get_share.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx#:~:text=shareableUrlForSavedObject) | - | -| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | -| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [get_share.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx#:~:text=shareableUrlForSavedObject) | - | +| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | +| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - | ## embeddable -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [helpers.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/helpers.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [explicit_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/explicit_input.test.ts#:~:text=executeTriggerActions) | - | -| | [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes) | - | -| | [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference) | - | -| | [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms), [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [helpers.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/helpers.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [explicit_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/explicit_input.test.ts#:~:text=executeTriggerActions) | - | +| | [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes) | - | +| | [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference) | - | +| | [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms), [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms) | - | ## embeddableEnhanced -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=setCustomEmbeddableFactoryProvider) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=EmbeddableContext) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/embeddable_enhanced/public/plugin.ts#:~:text=setCustomEmbeddableFactoryProvider) | - | ## encryptedSavedObjects -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion), [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion), [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## enterpriseSearch -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [find_or_create_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts#:~:text=title), [analytics_collection_explore_table_formulas.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts#:~:text=title), [find_or_create_data_view.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts#:~:text=title) | - | -| | [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - | -| | [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | -| | [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [find_or_create_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts#:~:text=title), [analytics_collection_explore_table_formulas.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts#:~:text=title), [find_or_create_data_view.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts#:~:text=title) | - | +| | [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - | +| | [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | +| | [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes) | - | ## entityManager -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [enable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/enable.ts#:~:text=authc), [disable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/disable.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [enable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/enable.ts#:~:text=authc), [disable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/disable.ts#:~:text=authc) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [enable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/enable.ts#:~:text=authc), [disable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/disable.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/lib/auth/api_key/api_key.ts#:~:text=authc), [enable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/enable.ts#:~:text=authc), [disable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/entity_manager/server/routes/enablement/disable.ts#:~:text=authc) | - | ## eventAnnotation -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject), [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject) | - | -| | [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/server/saved_objects.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject), [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject) | - | +| | [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/server/saved_objects.ts#:~:text=migrations) | - | ## eventAnnotationListing -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [group_editor_controls.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation_listing/public/components/group_editor_flyout/group_editor_controls/group_editor_controls.tsx#:~:text=title), [table_list.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation_listing/public/components/table_list.tsx#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [group_editor_controls.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation_listing/public/components/group_editor_flyout/group_editor_controls/group_editor_controls.tsx#:~:text=title), [table_list.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation_listing/public/components/table_list.tsx#:~:text=title) | - | ## exploratoryView -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [observability_data_views.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/utils/observability_data_views/observability_data_views.ts#:~:text=title), [report_definition_field.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx#:~:text=title), [use_filter_values.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts#:~:text=title), [filter_value_btn.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx#:~:text=title), [sample_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts#:~:text=title), [sample_attribute_kpi.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_kpi.ts#:~:text=title), [sample_attribute_with_reference_lines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_with_reference_lines.ts#:~:text=title), [test_formula_metric_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title)+ 2 more | - | -| | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [observability_data_views.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/utils/observability_data_views/observability_data_views.ts#:~:text=title), [report_definition_field.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx#:~:text=title), [use_filter_values.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts#:~:text=title), [filter_value_btn.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx#:~:text=title), [sample_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts#:~:text=title), [sample_attribute_kpi.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_kpi.ts#:~:text=title), [sample_attribute_with_reference_lines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_with_reference_lines.ts#:~:text=title), [test_formula_metric_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title)+ 2 more | - | +| | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - | ## expressionPartitionVis -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats), [get_color.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/chart_expressions/expression_partition_vis/public/utils/layers/get_color.test.ts#:~:text=fieldFormats) | - | ## expressions -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference)+ 3 more | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expression_function.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/expression_functions/expression_function.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [expressions_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/service/expressions_services.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference), [executor.ts](https://github.com/elastic/kibana/tree/main/src/plugins/expressions/common/executor/executor.ts#:~:text=SavedObjectReference)+ 3 more | - | ## fileUpload -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | ## files -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit), [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit), [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit) | - | ## filesManagement -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [app.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/files_management/public/app.tsx#:~:text=withoutPageTemplateWrapper) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [app.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/files_management/public/app.tsx#:~:text=withoutPageTemplateWrapper) | - | ## fleet -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion) | - | -| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | -| | [query_bar.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#:~:text=title) | - | -| | [use_get_logs_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx#:~:text=indexPatternId) | - | -| | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | -| | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | -| | [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc), [handlers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc)+ 4 more | - | -| | [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get)+ 18 more | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | - | -| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations) | - | -| | [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit), [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion) | - | +| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | +| | [query_bar.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#:~:text=title) | - | +| | [use_get_logs_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx#:~:text=indexPatternId) | - | +| | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | +| | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | +| | [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc), [handlers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc)+ 4 more | - | +| | [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/security/security.ts#:~:text=get)+ 18 more | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | - | +| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit), [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit) | - | ## globalSearchProviders -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference), [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference), [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference) | - | ## graph -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/plugin.ts#:~:text=indexPatterns) | - | -| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | -| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | -| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | -| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | -| | [datasource.sagas.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.sagas.ts#:~:text=title), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/persistence.ts#:~:text=title), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/persistence.ts#:~:text=title), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=title) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [source_picker.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/source_picker.tsx#:~:text=includeFields) | - | -| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | -| | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference) | - | -| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=migrations) | - | -| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/plugin.ts#:~:text=indexPatterns) | - | +| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | +| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | +| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | +| | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | +| | [datasource.sagas.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.sagas.ts#:~:text=title), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/persistence.ts#:~:text=title), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/persistence.ts#:~:text=title), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=title) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [source_picker.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/source_picker.tsx#:~:text=includeFields) | - | +| | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | +| | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes) | - | +| | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference) | - | +| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=migrations) | - | +| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## home -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/plugin.ts#:~:text=savedObjects) | - | -| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract), [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract) | - | -| | [home_app.js](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/home_app.js#:~:text=bulkCreate) | - | -| | [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/plugin.ts#:~:text=savedObjects) | - | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract), [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract) | - | +| | [home_app.js](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/home_app.js#:~:text=bulkCreate) | - | +| | [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject) | - | ## imageEmbeddable -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [image_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/image_embeddable/public/components/image_embeddable.tsx#:~:text=executeTriggerActions) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [image_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/image_embeddable/public/components/image_embeddable.tsx#:~:text=executeTriggerActions) | - | ## indexLifecycleManagement -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24) | 8.8.0 | ## infra -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [use_waffle_filters.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts#:~:text=title) | - | -| | [saved_object_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [use_waffle_filters.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts#:~:text=title) | - | +| | [saved_object_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts#:~:text=migrations) | - | ## inputControlVis -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | -| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=title), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=title), [get_index_pattern_mock.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=indexPatterns), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=indexPatterns), [controls_tab.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/components/editor/controls_tab.tsx#:~:text=indexPatterns) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=fetch), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=fetch) | - | +| | [list_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/list_control_factory.ts#:~:text=title), [range_control_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/control/range_control_factory.ts#:~:text=title), [get_index_pattern_mock.ts](https://github.com/elastic/kibana/tree/main/src/plugins/input_control_vis/public/test_utils/get_index_pattern_mock.ts#:~:text=title) | - | ## investigateApp -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [register_embeddable_item.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/investigate_app/public/items/embeddable_item/register_embeddable_item.tsx#:~:text=getEmbeddableFactory) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [register_embeddable_item.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/investigate_app/public/items/embeddable_item/register_embeddable_item.tsx#:~:text=getEmbeddableFactory) | - | ## kibanaOverview -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | - | ## kibanaReact -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | ## kibanaUtils -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference) | - | ## kubernetesSecurity -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [use_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/kubernetes_security/public/hooks/use_filter.ts#:~:text=getHoverActions) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [use_filter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/kubernetes_security/public/hooks/use_filter.ts#:~:text=getHoverActions) | - | ## lens -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title) | - | -| | [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=EmbeddablePanel), [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=EmbeddablePanel) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/plugin.ts#:~:text=registerSavedObjectToPanelMethod) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/plugin.ts#:~:text=registerEmbeddableFactory) | - | -| | [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=getEmbeddableFactory) | - | -| | [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | -| | [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference)+ 52 more | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=migrations) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/data_views_service/loader.ts#:~:text=title), [lens_top_nav.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx#:~:text=title) | - | +| | [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=EmbeddablePanel), [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=EmbeddablePanel) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/plugin.ts#:~:text=registerSavedObjectToPanelMethod) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/plugin.ts#:~:text=registerEmbeddableFactory) | - | +| | [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=getEmbeddableFactory) | - | +| | [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | +| | [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference)+ 52 more | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=migrations) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## licenseManagement -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## links -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [links.ts](https://github.com/elastic/kibana/tree/main/src/plugins/links/server/saved_objects/links.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [links.ts](https://github.com/elastic/kibana/tree/main/src/plugins/links/server/saved_objects/links.ts#:~:text=migrations) | - | ## lists -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | -| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | -| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | -| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject) | - | -| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations), [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations) | - | -| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 7 more | - | -| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | -| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | -| | [get_exception_list_summary.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/get_exception_list_summary.test.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [get_exception_list_summary.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/get_exception_list_summary.test.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject) | - | +| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations), [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations) | - | +| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 7 more | - | +| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | +| | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | +| | [get_exception_list_summary.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/get_exception_list_summary.test.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [get_exception_list_summary.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/get_exception_list_summary.test.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID) | - | ## logsShared -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [resolved_log_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts#:~:text=title) | - | -| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [resolved_log_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts#:~:text=title) | - | +| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | ## logstash -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## management -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | - | ## maps -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | -| | [es_tooltip_property.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | -| | [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable) | - | -| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | +| | [es_tooltip_property.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | +| | [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable) | - | +| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | ## ml -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [register_ml_alerts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/alerting/register_ml_alerts.ts#:~:text=registerNavigation) | - | -| | [job_creator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts#:~:text=title), [categorization_examples_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title)+ 9 more | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - | -| | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - | -| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | -| | [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes), [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [register_ml_alerts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/alerting/register_ml_alerts.ts#:~:text=registerNavigation) | - | +| | [job_creator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts#:~:text=title), [categorization_examples_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title)+ 9 more | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - | +| | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - | +| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | +| | [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes), [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | ## monitoring -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl), [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl), [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl) | - | ## observabilityAIAssistant -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts#:~:text=authc) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts#:~:text=authc) | - | ## observabilityOnboarding -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - | ## observabilityShared -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint), [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint), [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint) | - | ## osquery -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | -| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | -| | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [view_results_in_discover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/discover/view_results_in_discover.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | -| | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 | -| | [add_to_timeline_button.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/timelines/add_to_timeline_button.tsx#:~:text=getHoverActions) | - | -| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | +| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | +| | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [view_results_in_discover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/discover/view_results_in_discover.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | +| | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 | +| | [add_to_timeline_button.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/timelines/add_to_timeline_button.tsx#:~:text=getHoverActions) | - | +| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | ## painlessLab -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24) | 8.8.0 | -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24) | 8.8.0 | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24) | 8.8.0 | ## presentationUtil -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | ## profiling -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 | -| | [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 | +| | [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get) | - | ## remoteClusters -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24) | 8.8.0 | ## reporting -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=CsvSearchSourceImmediateExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=CsvSearchSourceImmediateExportType) | - | -| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV) | - | -| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE) | - | -| | [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED), [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED) | - | -| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=CsvSearchSourceImmediateExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=CsvSearchSourceImmediateExportType) | - | +| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=JobParamsDownloadCSV) | - | +| | [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE), [csv_searchsource_immediate.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/internal/generate/csv_searchsource_immediate.ts#:~:text=CSV_SEARCHSOURCE_IMMEDIATE_TYPE) | - | +| | [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED), [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED) | - | +| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType) | - | ## rollup -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24) | 8.8.0 | ## ruleRegistry -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [create_persistence_rule_type_wrapper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts#:~:text=alertFactory), [create_persistence_rule_type_wrapper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts#:~:text=alertFactory), [rule_executor.test_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/rule_executor.test_helpers.ts#:~:text=alertFactory) | - | -| | [alerts_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.ts#:~:text=audit), [search_strategy.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/search_strategy/search_strategy.ts#:~:text=audit) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [create_persistence_rule_type_wrapper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts#:~:text=alertFactory), [create_persistence_rule_type_wrapper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_wrapper.ts#:~:text=alertFactory), [rule_executor.test_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/utils/rule_executor.test_helpers.ts#:~:text=alertFactory) | - | +| | [alerts_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/alert_data_client/alerts_client_factory.ts#:~:text=audit), [search_strategy.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rule_registry/server/search_strategy/search_strategy.ts#:~:text=audit) | - | ## savedObjects -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract)+ 5 more | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [save_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create)+ 1 more | - | -| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find) | - | -| | [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=get) | - | -| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject) | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectAttributes), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectAttributes), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=SavedObjectAttributes)+ 4 more | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract)+ 5 more | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [save_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=create)+ 1 more | - | +| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find) | - | +| | [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=get) | - | +| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject) | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectAttributes), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectAttributes), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=SavedObjectAttributes)+ 4 more | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference) | - | ## savedObjectsManagement -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title), [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title) | - | -| | [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject) | - | -| | [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference), [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference) | - | -| | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - | -| | [management.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/services/management.test.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title), [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title) | - | +| | [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject) | - | +| | [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference), [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference) | - | +| | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - | +| | [management.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/services/management.test.ts#:~:text=migrations) | - | ## savedObjectsTagging -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - | -| | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject)+ 3 more | - | -| | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - | -| | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - | +| | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject)+ 3 more | - | +| | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - | +| | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## savedObjectsTaggingOss -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | - | -| | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | - | +| | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference) | - | ## savedSearch -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## searchPlayground -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [use_user_profile.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/search_playground/public/hooks/use_user_profile.ts#:~:text=userProfiles) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [use_user_profile.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/search_playground/public/hooks/use_user_profile.ts#:~:text=userProfiles) | - | ## searchprofiler -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24) | 8.8.0 | ## security -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0 +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0 | This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | @@ -1350,314 +1105,260 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=authc) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=userProfiles) | - | - - ## securitySolution -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=alertFactory) | - | -| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - | -| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - | -| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - | -| | [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - | -| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 34 more | - | -| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - | -| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - | -| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/eql/api.ts#:~:text=options) | - | -| | [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [validators.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation_ui/components/eql_query_bar/validators.ts#:~:text=title) | - | -| | [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [endpoint_metadata_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts#:~:text=policy_id), [endpoint_package_policies.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts#:~:text=policy_id), [index.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts#:~:text=policy_id) | - | -| | [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [endpoint_metadata_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts#:~:text=policy_id), [endpoint_package_policies.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts#:~:text=policy_id), [index.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts#:~:text=policy_id) | - | -| | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | -| | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | -| | [get_is_alert_suppression_active.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.ts#:~:text=license%24), [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24) | 8.8.0 | -| | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=authc) | - | -| | [suggest_user_profiles_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/users/suggest_user_profiles_route.ts#:~:text=userProfiles), [get_notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/routes/notes/get_notes.ts#:~:text=userProfiles), [suggest_user_profiles_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/users/suggest_user_profiles_route.ts#:~:text=userProfiles), [get_notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/routes/notes/get_notes.ts#:~:text=userProfiles) | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps) | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields)+ 72 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject) | - | -| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 34 more | - | -| | [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes) | - | -| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject) | - | -| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=migrations), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=migrations), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=migrations), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=migrations), [saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts#:~:text=migrations) | - | -| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=convertToMultiNamespaceTypeVersion), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=convertToMultiNamespaceTypeVersion), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [esql_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation/logic/esql_validator.ts#:~:text=ast), [esql_validator.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation/logic/esql_validator.test.ts#:~:text=ast) | - | -| | [links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/links.ts#:~:text=authc), [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | -| | [use_bulk_get_user_profiles.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_bulk_get_user_profiles.tsx#:~:text=userProfiles), [use_get_current_user_profile.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_get_current_user_profile.tsx#:~:text=userProfiles) | - | -| | [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=audit) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 22 more | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID)+ 21 more | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exception_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/host_isolation_exception_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exception_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/host_isolation_exception_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID)+ 5 more | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID)+ 3 more | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME) | - | -| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION) | - | -| | [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode) | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/timeline/unified_components/data_table/index.tsx#:~:text=externalControlColumns) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=alertFactory) | - | +| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - | +| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - | +| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 12 more | - | +| | [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - | +| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 34 more | - | +| | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.ts#:~:text=create) | - | +| | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/wrap_search_source_client.test.ts#:~:text=fetch) | - | +| | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/eql/api.ts#:~:text=options) | - | +| | [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [create_sourcerer_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts#:~:text=title), [validators.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation_ui/components/eql_query_bar/validators.ts#:~:text=title) | - | +| | [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [endpoint_metadata_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts#:~:text=policy_id), [endpoint_package_policies.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts#:~:text=policy_id), [index.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts#:~:text=policy_id) | - | +| | [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [fleet_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts#:~:text=policy_id), [endpoint_metadata_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts#:~:text=policy_id), [endpoint_package_policies.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts#:~:text=policy_id), [index.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts#:~:text=policy_id) | - | +| | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | +| | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | +| | [get_is_alert_suppression_active.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.ts#:~:text=license%24), [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24) | 8.8.0 | +| | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_preview/api/preview_rules/route.ts#:~:text=authc) | - | +| | [suggest_user_profiles_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/users/suggest_user_profiles_route.ts#:~:text=userProfiles), [get_notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/routes/notes/get_notes.ts#:~:text=userProfiles), [suggest_user_profiles_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/routes/users/suggest_user_profiles_route.ts#:~:text=userProfiles), [get_notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/routes/notes/get_notes.ts#:~:text=userProfiles) | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps) | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields)+ 72 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject) | - | +| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=migrationVersion)+ 34 more | - | +| | [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes) | - | +| | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject), [user_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts#:~:text=SavedObject) | - | +| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=migrations), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=migrations), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=migrations), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=migrations), [saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts#:~:text=migrations) | - | +| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=convertToMultiNamespaceTypeVersion), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=convertToMultiNamespaceTypeVersion), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [esql_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation/logic/esql_validator.ts#:~:text=ast), [esql_validator.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/detection_engine/rule_creation/logic/esql_validator.test.ts#:~:text=ast) | - | +| | [links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/links.ts#:~:text=authc), [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | +| | [use_bulk_get_user_profiles.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_bulk_get_user_profiles.tsx#:~:text=userProfiles), [use_get_current_user_profile.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_get_current_user_profile.tsx#:~:text=userProfiles) | - | +| | [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=audit) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [trusted_app_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/trusted_app_validator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 22 more | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/trusted_apps/constants.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/trusted_apps/index.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/components/form.tsx#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/view/utils.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [service_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/service/service_actions.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID)+ 21 more | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_NAME) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/event_filters/constants.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [create_event_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_event_filters.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/event_filters/index.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_DESCRIPTION) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exceptions_validator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lists_integration/endpoint/validators/host_isolation_exceptions_validator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exception_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/host_isolation_exception_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID), [host_isolation_exception_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/host_isolation_exception_generator.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_ID)+ 5 more | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_NAME) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/constants.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/host_isolation_exceptions/index.ts#:~:text=ENDPOINT_HOST_ISOLATION_EXCEPTIONS_LIST_DESCRIPTION) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [policy_hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/policy/view/policy_hooks.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/lists.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [exceptions_list_item_generator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/endpoint/data_generators/exceptions_list_item_generator.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_ID)+ 3 more | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_NAME) | - | +| | [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [constants.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/blocklist/constants.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/scripts/endpoint/blocklists/index.ts#:~:text=ENDPOINT_BLOCKLISTS_LIST_DESCRIPTION) | - | +| | [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode), [use_colors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/resolver/view/use_colors.ts#:~:text=darkMode) | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/timelines/components/timeline/unified_components/data_table/index.tsx#:~:text=externalControlColumns) | - | ## serverlessSearch -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc), [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc), [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc) | - | ## share -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [register_url_service_saved_object_type.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [register_url_service_saved_object_type.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations) | - | ## slo -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [executor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/lib/rules/slo_burn_rate/executor.test.ts#:~:text=alertFactory) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [slo.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/saved_objects/slo.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [executor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/lib/rules/slo_burn_rate/executor.test.ts#:~:text=alertFactory) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/public/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [slo.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/saved_objects/slo.ts#:~:text=migrations) | - | ## snapshotRestore -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | ## spaces -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=schemas) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=schemas) | - | ## stackAlerts -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation) | - | -| | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch) | - | -| | [data_view_select.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx#:~:text=indexPatterns), [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=indexPatterns), [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=indexPatterns), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=indexPatterns), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=indexPatterns) | - | -| | [expression.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx#:~:text=fieldFormats) | - | -| | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch) | - | -| | [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=title), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=title), [data_view_select_popover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/es_query/index.ts#:~:text=registerNavigation) | - | +| | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch) | - | +| | [data_view_select.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/data_view_select.tsx#:~:text=indexPatterns), [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=indexPatterns), [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=indexPatterns), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=indexPatterns), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=indexPatterns) | - | +| | [expression.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/threshold/expression.tsx#:~:text=fieldFormats) | - | +| | [fetch_search_source_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [rule_type.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/rule_type.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch), [fetch_search_source_query.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.test.ts#:~:text=fetch) | - | +| | [boundary_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx#:~:text=title), [entity_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/geo_containment/rule_form/entity_form.tsx#:~:text=title), [data_view_select_popover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/stack_alerts/public/rule_types/components/data_view_select_popover.tsx#:~:text=title) | - | ## synthetics -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx#:~:text=indexPatternId) | - | -| | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | -| | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | -| | [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc)+ 6 more | - | -| | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [stderr_logs.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx#:~:text=indexPatternId) | - | +| | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | +| | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | +| | [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc)+ 6 more | - | +| | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - | ## taskManager -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/saved_objects/index.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/saved_objects/index.ts#:~:text=migrations) | - | ## telemetry -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get), [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get), [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get) | - | ## threatIntelligence -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions), [add_to_timeline.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/threat_intelligence/public/modules/timeline/components/add_to_timeline.tsx#:~:text=getHoverActions) | - | ## timelines -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts#:~:text=title) | - | ## transform -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [filter_term_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx#:~:text=title), [use_data_view_exists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/hooks/use_data_view_exists.ts#:~:text=title), [common.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts#:~:text=title) | - | -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 | -| | [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc), [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc) | - | -| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | -| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [filter_term_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx#:~:text=title), [use_data_view_exists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/hooks/use_data_view_exists.ts#:~:text=title), [common.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts#:~:text=title) | - | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 | +| | [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc), [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc) | - | +| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | +| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | ## triggersActionsUi -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [use_bulk_get_maintenance_windows.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx#:~:text=MaintenanceWindow), [use_bulk_get_maintenance_windows.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx#:~:text=MaintenanceWindow), [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow)+ 11 more | - | -| | [data_apis.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts#:~:text=title) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/plugin.ts#:~:text=theme%24) | - | -| | [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [bulk_get_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/apis/bulk_get_maintenance_windows.ts#:~:text=MaintenanceWindow), [use_bulk_get_maintenance_windows.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx#:~:text=MaintenanceWindow), [use_bulk_get_maintenance_windows.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_bulk_get_maintenance_windows.tsx#:~:text=MaintenanceWindow), [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [tooltip_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/tooltip_content.tsx#:~:text=MaintenanceWindow), [cell.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_table/maintenance_windows/cell.tsx#:~:text=MaintenanceWindow)+ 11 more | - | +| | [data_apis.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts#:~:text=title) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/plugin.ts#:~:text=theme%24) | - | +| | [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute), [rule_reducer.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts#:~:text=SavedObjectAttribute) | - | ## uiActionsEnhanced -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/plugin.ts#:~:text=registerEnhancement) | - | -| | [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/plugin.ts#:~:text=registerEnhancement) | - | +| | [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference) | - | ## unifiedSearch -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [value_suggestion_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/autocomplete/providers/value_suggestion_provider.ts#:~:text=title), [fetch_index_patterns.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/query_string_input/fetch_index_patterns.ts#:~:text=title), [change_dataview.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/dataview_picker/change_dataview.tsx#:~:text=title) | - | -| | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName) | - | -| | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [value_suggestion_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/autocomplete/providers/value_suggestion_provider.ts#:~:text=title), [fetch_index_patterns.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/query_string_input/fetch_index_patterns.ts#:~:text=title), [change_dataview.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/dataview_picker/change_dataview.tsx#:~:text=title) | - | +| | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName) | - | +| | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects) | - | ## upgradeAssistant -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [external_links.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx#:~:text=title) | - | -| | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 | -| | [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [external_links.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx#:~:text=title) | - | +| | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 | +| | [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject) | - | ## uptime -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [filter_group.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx#:~:text=title), [filters_expression_select.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx#:~:text=title) | - | -| | [uptime_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts#:~:text=migrations) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [filter_group.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx#:~:text=title), [filters_expression_select.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx#:~:text=title) | - | +| | [uptime_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts#:~:text=migrations) | - | ## ux -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [use_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [use_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts#:~:text=title) | - | ## visDefaultEditor -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/controls/field.tsx#:~:text=title), [field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/controls/field.tsx#:~:text=title), [agg_select.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/agg_select.tsx#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/controls/field.tsx#:~:text=title), [field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/controls/field.tsx#:~:text=title), [agg_select.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_default_editor/public/components/agg_select.tsx#:~:text=title) | - | ## visTypeGauge -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode), [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode), [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/gauge/public/to_ast.ts#:~:text=percentageMode) | - | ## visTypePie -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=truncate), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=truncate) | - | -| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=last_level), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=last_level) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | +| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=truncate), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=truncate) | - | +| | [to_ast.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/to_ast.ts#:~:text=last_level), [pie.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/pie/public/editor/components/pie.tsx#:~:text=last_level) | - | ## visTypeTimelion -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [arg_value_suggestions.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timelion/public/helpers/arg_value_suggestions.ts#:~:text=title), [arg_value_suggestions.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timelion/public/helpers/arg_value_suggestions.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [arg_value_suggestions.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timelion/public/helpers/arg_value_suggestions.ts#:~:text=title), [arg_value_suggestions.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timelion/public/helpers/arg_value_suggestions.ts#:~:text=title) | - | ## visTypeTimeseries -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | -| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | -| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | -| | [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [get_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/get_fields.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [convert_series_to_datatable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts#:~:text=title), [convert_series_to_datatable.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title)+ 2 more | - | -| | [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract), [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | +| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | +| | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | +| | [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [get_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/get_fields.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [convert_series_to_datatable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts#:~:text=title), [convert_series_to_datatable.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title)+ 2 more | - | +| | [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract), [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract) | - | ## visTypeVega -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [search_api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/vega/public/data_model/search_api.ts#:~:text=title) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [search_api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/vega/public/data_model/search_api.ts#:~:text=title) | - | ## visualizations -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [search_selection.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx#:~:text=includeFields), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=includeFields) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=savedObjects), [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=savedObjects) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract), [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract) | - | -| | [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=delete) | - | -| | [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject) | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart), [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart) | - | -| | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute) | - | -| | [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes) | - | -| | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectReference)+ 10 more | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=migrations) | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=schemas) | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | - - +| Deprecated API | Reference location(s) | Remove By | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [search_selection.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx#:~:text=includeFields), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=includeFields) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=savedObjects), [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=savedObjects) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract), [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract) | - | +| | [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=delete) | - | +| | [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject) | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart), [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart) | - | +| | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute) | - | +| | [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes) | - | +| | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectReference)+ 10 more | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=migrations) | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=schemas) | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | ## watcher -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file +| Deprecated API | Reference location(s) | Remove By | +| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 4c6d5f16227b9..a924364055b6e 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -11,46 +11,37 @@ date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- - ## @elastic/fleet -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | -| fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------ | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | +| fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | ## @elastic/kibana-data-discovery -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| discover | | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| -------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| discover | | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | ## @elastic/kibana-management -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| upgradeAssistant | | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | -| licenseManagement | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ----------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| upgradeAssistant | | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | +| licenseManagement | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## @elastic/kibana-presentation -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| dashboard | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| --------- | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| dashboard | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [attribute_service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [saved_object_save_modal_dashboard.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | ## @elastic/kibana-security -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| security | | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0 +| Plugin | Deprecated API | Reference location(s) | Remove By | +| -------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| security | | [disable_ui_capabilities.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/authorization/disable_ui_capabilities.ts#:~:text=requiredRoles) | 8.8.0 | This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | @@ -65,74 +56,58 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | security | | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 | | security | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 | - - ## @elastic/kibana-visualizations -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| graph | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| graph | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| graph | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| graph | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | ## @elastic/logstash -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| logstash | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| -------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------- | +| logstash | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/logstash/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## @elastic/ml-ui -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | -| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------ | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | +| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | ## @elastic/obs-ux-infra_services-team -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| apm | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 | -| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | -| apm | | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24), [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 | -| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------ | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| apm | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/plugin.ts#:~:text=environment) | 8.8.0 | +| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| apm | | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24), [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx#:~:text=license%24) | 8.8.0 | +| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | ## @elastic/obs-ux-management-team -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| slo | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/public/plugin.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------ | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| slo | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/public/plugin.ts#:~:text=license%24) | 8.8.0 | ## @elastic/response-ops -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| alerting | | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures), [factory.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| alerting | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| -------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| alerting | | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures), [factory.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| alerting | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | ## @elastic/security-defend-workflows -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| osquery | | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 | - - +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| osquery | | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 | ## @elastic/security-solution -| Plugin | Deprecated API | Reference location(s) | Remove By | -| --------|-------|-----------|-----------| -| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | -| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | -| securitySolution | | [get_is_alert_suppression_active.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.ts#:~:text=license%24), [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file +| Plugin | Deprecated API | Reference location(s) | Remove By | +| ---------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | +| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | +| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | +| securitySolution | | [get_is_alert_suppression_active.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.ts#:~:text=license%24), [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 4e817aabcd960..7e4c1d0767a4b 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -5,37 +5,39 @@ #### id: kibDevToolsPluginApi slug: /kibana-dev-docs/api/devTools -title: "devTools" +title: 'devTools' image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- -import devToolsObj from './dev_tools.devdocs.json'; - +import devToolsObj from './dev_tools.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 9 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 9 | 2 | ## Client ### Setup - + + ### Classes - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 9abd20b20cc8f..336d3d1665dc6 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -5,12 +5,13 @@ #### id: kibDiscoverPluginApi slug: /kibana-dev-docs/api/discover -title: "discover" +title: 'discover' image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- + import discoverObj from './discover.devdocs.json'; This plugin contains the Discover application and the saved search embeddable. @@ -19,43 +20,52 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 148 | 0 | 100 | 24 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 148 | 0 | 100 | 24 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Start - + + ### Interfaces - + + ## Common ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 153eee21ee358..f2dfacf53a62a 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -5,34 +5,35 @@ #### id: kibDiscoverEnhancedPluginApi slug: /kibana-dev-docs/api/discoverEnhanced -title: "discoverEnhanced" +title: 'discoverEnhanced' image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- -import discoverEnhancedObj from './discover_enhanced.devdocs.json'; - +import discoverEnhancedObj from './discover_enhanced.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 35 | 0 | 33 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 35 | 0 | 33 | 2 | ## Client ### Classes - + + ### Interfaces - + + ## Common ### Interfaces - + diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index 77375ba742076..dd8d24e903c61 100644 --- a/api_docs/discover_shared.mdx +++ b/api_docs/discover_shared.mdx @@ -5,12 +5,13 @@ #### id: kibDiscoverSharedPluginApi slug: /kibana-dev-docs/api/discoverShared -title: "discoverShared" +title: 'discoverShared' image: https://source.unsplash.com/400x175/?github description: API docs for the discoverShared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared'] --- + import discoverSharedObj from './discover_shared.devdocs.json'; A stateful layer to register shared features and provide an access point to discover without a direct dependency @@ -19,26 +20,30 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 15 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 15 | 2 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Classes - + diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx index e129cc7e26e9c..e52fcf463e431 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -5,12 +5,13 @@ #### id: kibEcsDataQualityDashboardPluginApi slug: /kibana-dev-docs/api/ecsDataQualityDashboard -title: "ecsDataQualityDashboard" +title: 'ecsDataQualityDashboard' image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- + import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; APIs used to assess the quality of data in Elasticsearch indexes @@ -19,15 +20,16 @@ Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elast **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Server ### Setup - + + ### Start - + diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 98dd298a170b3..68c6ea9bca33d 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -5,12 +5,13 @@ #### id: kibElasticAssistantPluginApi slug: /kibana-dev-docs/api/elasticAssistant -title: "elasticAssistant" +title: 'elasticAssistant' image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- + import elasticAssistantObj from './elastic_assistant.devdocs.json'; Server APIs for the Elastic AI Assistant @@ -19,18 +20,20 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/ **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 37 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 37 | 2 | ## Server ### Setup - + + ### Start - + + ### Interfaces - + diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index a2b9487467200..7d53a3ff5aa7c 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -5,12 +5,13 @@ #### id: kibEmbeddablePluginApi slug: /kibana-dev-docs/api/embeddable -title: "embeddable" +title: 'embeddable' image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- + import embeddableObj from './embeddable.devdocs.json'; Adds embeddables service to Kibana @@ -19,58 +20,72 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 578 | 1 | 468 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 578 | 1 | 468 | 9 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index 82ac10f2148ec..92fac35480824 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -5,12 +5,13 @@ #### id: kibEmbeddableEnhancedPluginApi slug: /kibana-dev-docs/api/embeddableEnhanced -title: "embeddableEnhanced" +title: 'embeddableEnhanced' image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- + import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; Extends embeddable plugin with more functionality @@ -19,24 +20,28 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 19 | 2 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 98eef9fc73090..a3c62d7890deb 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -5,12 +5,13 @@ #### id: kibEncryptedSavedObjectsPluginApi slug: /kibana-dev-docs/api/encryptedSavedObjects -title: "encryptedSavedObjects" +title: 'encryptedSavedObjects' image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- + import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; This plugin provides encryption and decryption utilities for saved objects containing sensitive information. @@ -19,27 +20,32 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 53 | 0 | 46 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 53 | 0 | 46 | 1 | ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index 1a4a10078cc28..c7227dc2e4e90 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -5,12 +5,13 @@ #### id: kibEnterpriseSearchPluginApi slug: /kibana-dev-docs/api/enterpriseSearch -title: "enterpriseSearch" +title: 'enterpriseSearch' image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- + import enterpriseSearchObj from './enterprise_search.devdocs.json'; Adds dashboards for discovering and managing Enterprise Search products. @@ -19,23 +20,26 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Client ### Start - + + ### Consts, variables and types - + + ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/entities_data_access.mdx b/api_docs/entities_data_access.mdx index a7ca1a5dba208..68b3d3e422a2b 100644 --- a/api_docs/entities_data_access.mdx +++ b/api_docs/entities_data_access.mdx @@ -5,26 +5,25 @@ #### id: kibEntitiesDataAccessPluginApi slug: /kibana-dev-docs/api/entitiesDataAccess -title: "entitiesDataAccess" +title: 'entitiesDataAccess' image: https://source.unsplash.com/400x175/?github description: API docs for the entitiesDataAccess plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess'] --- -import entitiesDataAccessObj from './entities_data_access.devdocs.json'; - +import entitiesDataAccessObj from './entities_data_access.devdocs.json'; Contact [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Server ### Start - + diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index b34cb7cc51756..9a6e81721c6f5 100644 --- a/api_docs/entity_manager.mdx +++ b/api_docs/entity_manager.mdx @@ -5,12 +5,13 @@ #### id: kibEntityManagerPluginApi slug: /kibana-dev-docs/api/entityManager -title: "entityManager" +title: 'entityManager' image: https://source.unsplash.com/400x175/?github description: API docs for the entityManager plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- + import entityManagerObj from './entity_manager.devdocs.json'; Entity manager plugin for entity assets (inventory, topology, etc) @@ -19,32 +20,38 @@ Contact [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entiti **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 20 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 20 | 3 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index d8bdd4929395d..3d8adaed96adf 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -5,48 +5,53 @@ #### id: kibEsUiSharedPluginApi slug: /kibana-dev-docs/api/esUiShared -title: "esUiShared" +title: 'esUiShared' image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared'] --- -import esUiSharedObj from './es_ui_shared.devdocs.json'; - +import esUiSharedObj from './es_ui_shared.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 99 | 3 | 97 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 99 | 3 | 97 | 3 | ## Client ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Functions - + + ## Common ### Interfaces - + diff --git a/api_docs/esql.mdx b/api_docs/esql.mdx index fc397c0046c51..5ad3a478e789d 100644 --- a/api_docs/esql.mdx +++ b/api_docs/esql.mdx @@ -5,29 +5,29 @@ #### id: kibEsqlPluginApi slug: /kibana-dev-docs/api/esql -title: "esql" +title: 'esql' image: https://source.unsplash.com/400x175/?github description: API docs for the esql plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql'] --- -import esqlObj from './esql.devdocs.json'; - +import esqlObj from './esql.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 9 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/esql_data_grid.mdx b/api_docs/esql_data_grid.mdx index d4532086c8c47..06c769e297406 100644 --- a/api_docs/esql_data_grid.mdx +++ b/api_docs/esql_data_grid.mdx @@ -5,26 +5,25 @@ #### id: kibEsqlDataGridPluginApi slug: /kibana-dev-docs/api/esqlDataGrid -title: "esqlDataGrid" +title: 'esqlDataGrid' image: https://source.unsplash.com/400x175/?github description: API docs for the esqlDataGrid plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- -import esqlDataGridObj from './esql_data_grid.devdocs.json'; - +import esqlDataGridObj from './esql_data_grid.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Functions - + diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 592c30eec9036..aa17709f3f254 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -5,12 +5,13 @@ #### id: kibEventAnnotationPluginApi slug: /kibana-dev-docs/api/eventAnnotation -title: "eventAnnotation" +title: 'eventAnnotation' image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- + import eventAnnotationObj from './event_annotation.devdocs.json'; The Event Annotation service contains expressions for event annotations @@ -19,32 +20,38 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 201 | 0 | 201 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 201 | 0 | 201 | 6 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx index 5bd16bc626552..66dcd36741954 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -5,12 +5,13 @@ #### id: kibEventAnnotationListingPluginApi slug: /kibana-dev-docs/api/eventAnnotationListing -title: "eventAnnotationListing" +title: 'eventAnnotationListing' image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- + import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; The listing page for event annotations. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 0 | ## Client ### Start - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index c2967ac574d5d..d77c335ea515a 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -5,49 +5,55 @@ #### id: kibEventLogPluginApi slug: /kibana-dev-docs/api/eventLog -title: "eventLog" +title: 'eventLog' image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- -import eventLogObj from './event_log.devdocs.json'; - +import eventLogObj from './event_log.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 116 | 0 | 116 | 11 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 116 | 0 | 116 | 11 | ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index f6ddd1f27b1ae..8f05329a1dfcd 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -5,41 +5,45 @@ #### id: kibExploratoryViewPluginApi slug: /kibana-dev-docs/api/exploratoryView -title: "exploratoryView" +title: 'exploratoryView' image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- -import exploratoryViewObj from './exploratory_view.devdocs.json'; - +import exploratoryViewObj from './exploratory_view.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 126 | 0 | 126 | 12 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 126 | 0 | 126 | 12 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index 4a08745f3569f..89b2ec94a9966 100644 --- a/api_docs/expression_error.mdx +++ b/api_docs/expression_error.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionErrorPluginApi slug: /kibana-dev-docs/api/expressionError -title: "expressionError" +title: 'expressionError' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionError plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError'] --- + import expressionErrorObj from './expression_error.devdocs.json'; Adds 'error' renderer to expressions @@ -19,20 +20,22 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 15 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 15 | 2 | ## Client ### Start - + + ### Functions - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index 411ad35b34d6c..a486055594e64 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionGaugePluginApi slug: /kibana-dev-docs/api/expressionGauge -title: "expressionGauge" +title: 'expressionGauge' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge'] --- + import expressionGaugeObj from './expression_gauge.devdocs.json'; Expression Gauge plugin adds a `gauge` renderer and function to the expression plugin. The renderer will display the `gauge` chart. @@ -19,26 +20,30 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 59 | 0 | 58 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 59 | 0 | 58 | 2 | ## Client ### Functions - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx index 1fe62e61229fc..3e313faf9d8f1 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionHeatmapPluginApi slug: /kibana-dev-docs/api/expressionHeatmap -title: "expressionHeatmap" +title: 'expressionHeatmap' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- + import expressionHeatmapObj from './expression_heatmap.devdocs.json'; Expression Heatmap plugin adds a `heatmap` renderer and function to the expression plugin. The renderer will display the `heatmap` chart. @@ -19,21 +20,24 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 112 | 0 | 108 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 112 | 0 | 108 | 2 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index 835c32c9bd66a..025ca3b694adf 100644 --- a/api_docs/expression_image.mdx +++ b/api_docs/expression_image.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionImagePluginApi slug: /kibana-dev-docs/api/expressionImage -title: "expressionImage" +title: 'expressionImage' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionImage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage'] --- + import expressionImageObj from './expression_image.devdocs.json'; Adds 'image' function and renderer to expressions @@ -19,31 +20,36 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 26 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 26 | 0 | 26 | 0 | ## Client ### Start - + + ### Functions - + + ## Server ### Start - + + ## Common ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index a12b00cd4c9a8..f43e2e85fe8c1 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionLegacyMetricVisPluginApi slug: /kibana-dev-docs/api/expressionLegacyMetricVis -title: "expressionLegacyMetricVis" +title: 'expressionLegacyMetricVis' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- + import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; Adds a `metric` renderer and function to the expression plugin. The renderer will display the `legacy metric` chart. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 51 | 0 | 51 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 51 | 0 | 51 | 2 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index 4782a0f41f1e0..4c92c7e08ba0d 100644 --- a/api_docs/expression_metric.mdx +++ b/api_docs/expression_metric.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionMetricPluginApi slug: /kibana-dev-docs/api/expressionMetric -title: "expressionMetric" +title: 'expressionMetric' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetric plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric'] --- + import expressionMetricObj from './expression_metric.devdocs.json'; Adds 'metric' function and renderer to expressions @@ -19,31 +20,36 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 27 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 27 | 0 | ## Client ### Start - + + ### Functions - + + ## Server ### Start - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index 6b029c56cdaef..c40f363dc3fdd 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionMetricVisPluginApi slug: /kibana-dev-docs/api/expressionMetricVis -title: "expressionMetricVis" +title: 'expressionMetricVis' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis'] --- + import expressionMetricVisObj from './expression_metric_vis.devdocs.json'; Adds a `metric` renderer and function to the expression plugin. The renderer will display the `metric` chart. @@ -19,26 +20,30 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 75 | 0 | 75 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 75 | 0 | 75 | 2 | ## Client ### Functions - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx index ae5de133fd00a..d3728d69eefd3 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionPartitionVisPluginApi slug: /kibana-dev-docs/api/expressionPartitionVis -title: "expressionPartitionVis" +title: 'expressionPartitionVis' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- + import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; Expression Partition Visualization plugin adds a `partitionVis` renderer and `pieVis`, `mosaicVis`, `treemapVis`, `waffleVis` functions to the expression plugin. The renderer will display the `pie`, `waffle`, `treemap` and `mosaic` charts. @@ -19,31 +20,36 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 73 | 0 | 73 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 73 | 0 | 73 | 2 | ## Client ### Consts, variables and types - + + ## Server ### Start - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index e55dd07213349..4400c52bd064a 100644 --- a/api_docs/expression_repeat_image.mdx +++ b/api_docs/expression_repeat_image.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionRepeatImagePluginApi slug: /kibana-dev-docs/api/expressionRepeatImage -title: "expressionRepeatImage" +title: 'expressionRepeatImage' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRepeatImage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] --- + import expressionRepeatImageObj from './expression_repeat_image.devdocs.json'; Adds 'repeatImage' function and renderer to expressions @@ -19,31 +20,36 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 32 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 32 | 0 | ## Client ### Start - + + ### Functions - + + ## Server ### Start - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index 840fd859081b1..eb91391b62e2a 100644 --- a/api_docs/expression_reveal_image.mdx +++ b/api_docs/expression_reveal_image.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionRevealImagePluginApi slug: /kibana-dev-docs/api/expressionRevealImage -title: "expressionRevealImage" +title: 'expressionRevealImage' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRevealImage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] --- + import expressionRevealImageObj from './expression_reveal_image.devdocs.json'; Adds 'revealImage' function and renderer to expressions @@ -19,28 +20,32 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 14 | 3 | ## Client ### Start - + + ### Functions - + + ## Server ### Start - + + ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index 3d880718b8ca4..84a79a6235af3 100644 --- a/api_docs/expression_shape.mdx +++ b/api_docs/expression_shape.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionShapePluginApi slug: /kibana-dev-docs/api/expressionShape -title: "expressionShape" +title: 'expressionShape' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionShape plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape'] --- + import expressionShapeObj from './expression_shape.devdocs.json'; Adds 'shape' function and renderer to expressions @@ -19,43 +20,52 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 148 | 0 | 146 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 148 | 0 | 146 | 0 | ## Client ### Start - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Start - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index b5bdf0a38c405..67812baf58134 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionTagcloudPluginApi slug: /kibana-dev-docs/api/expressionTagcloud -title: "expressionTagcloud" +title: 'expressionTagcloud' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- + import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; Expression Tagcloud plugin adds a `tagcloud` renderer and function to the expression plugin. The renderer will display the `Wordcloud` chart. @@ -19,20 +20,22 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 2 | ## Client ### Start - + + ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index a8d8a497dd52b..f561bb57f148d 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionXYPluginApi slug: /kibana-dev-docs/api/expressionXY -title: "expressionXY" +title: 'expressionXY' image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- + import expressionXYObj from './expression_x_y.devdocs.json'; Expression XY plugin adds a `xy` renderer and function to the expression plugin. The renderer will display the `xy` chart. @@ -19,31 +20,36 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 182 | 0 | 171 | 13 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 182 | 0 | 171 | 13 | ## Client ### Objects - + + ### Consts, variables and types - + + ## Server ### Start - + + ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index 33f00282ea740..a5e7de7d674c3 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -5,12 +5,13 @@ #### id: kibExpressionsPluginApi slug: /kibana-dev-docs/api/expressions -title: "expressions" +title: 'expressions' image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions'] --- + import expressionsObj from './expressions.devdocs.json'; Adds expression runtime to Kibana @@ -19,73 +20,92 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2241 | 17 | 1769 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2241 | 17 | 1769 | 6 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/features.mdx b/api_docs/features.mdx index 826c2caf917ea..d947346da92a9 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -5,66 +5,77 @@ #### id: kibFeaturesPluginApi slug: /kibana-dev-docs/api/features -title: "features" +title: 'features' image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- -import featuresObj from './features.devdocs.json'; - +import featuresObj from './features.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 270 | 0 | 110 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 270 | 0 | 110 | 2 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ## Server ### Objects - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 8d82bad346bf4..5c29d26940312 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -5,12 +5,13 @@ #### id: kibFieldFormatsPluginApi slug: /kibana-dev-docs/api/fieldFormats -title: "fieldFormats" +title: 'fieldFormats' image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- + import fieldFormatsObj from './field_formats.devdocs.json'; Index pattern fields and ambiguous values formatters @@ -19,49 +20,60 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 292 | 5 | 253 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 292 | 5 | 253 | 3 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index ca1c185add4dd..3455dca3acecf 100644 --- a/api_docs/fields_metadata.mdx +++ b/api_docs/fields_metadata.mdx @@ -5,12 +5,13 @@ #### id: kibFieldsMetadataPluginApi slug: /kibana-dev-docs/api/fieldsMetadata -title: "fieldsMetadata" +title: 'fieldsMetadata' image: https://source.unsplash.com/400x175/?github description: API docs for the fieldsMetadata plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata'] --- + import fieldsMetadataObj from './fields_metadata.devdocs.json'; Exposes services for async usage and search of fields metadata. @@ -19,43 +20,52 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 44 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 0 | 44 | 9 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx index 0085647f9d734..65570fd70eccb 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -5,12 +5,13 @@ #### id: kibFileUploadPluginApi slug: /kibana-dev-docs/api/fileUpload -title: "fileUpload" +title: 'fileUpload' image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- + import fileUploadObj from './file_upload.devdocs.json'; The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. @@ -19,26 +20,30 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 89 | 0 | 89 | 8 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 89 | 0 | 89 | 8 | ## Client ### Start - + + ### Classes - + + ### Interfaces - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 3f43b285c1a9a..c521489eebc0d 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -5,12 +5,13 @@ #### id: kibFilesPluginApi slug: /kibana-dev-docs/api/files -title: "files" +title: 'files' image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- + import filesObj from './files.devdocs.json'; File upload, download, sharing, and serving over HTTP implementation in Kibana. @@ -19,46 +20,56 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 240 | 0 | 24 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 240 | 0 | 24 | 9 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index 025722a4866cf..aa20b5475ac86 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -5,12 +5,13 @@ #### id: kibFilesManagementPluginApi slug: /kibana-dev-docs/api/filesManagement -title: "filesManagement" +title: 'filesManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement'] --- + import filesManagementObj from './files_management.devdocs.json'; Simple UI for managing files in Kibana @@ -19,12 +20,12 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index a8961ece7fa41..98dc0a6b2775c 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -5,81 +5,97 @@ #### id: kibFleetPluginApi slug: /kibana-dev-docs/api/fleet -title: "fleet" +title: 'fleet' image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- -import fleetObj from './fleet.devdocs.json'; - +import fleetObj from './fleet.devdocs.json'; Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1423 | 5 | 1300 | 80 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1423 | 5 | 1300 | 80 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 5d099345bc4e4..4c3f8aae6120e 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -5,49 +5,55 @@ #### id: kibGlobalSearchPluginApi slug: /kibana-dev-docs/api/globalSearch -title: "globalSearch" +title: 'globalSearch' image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- -import globalSearchObj from './global_search.devdocs.json'; - +import globalSearchObj from './global_search.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 72 | 0 | 14 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 72 | 0 | 14 | 5 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 1b50e699a950b..61f119fdb91b2 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -5,12 +5,13 @@ #### id: kibGuidedOnboardingPluginApi slug: /kibana-dev-docs/api/guidedOnboarding -title: "guidedOnboarding" +title: 'guidedOnboarding' image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- + import guidedOnboardingObj from './guided_onboarding.devdocs.json'; Guided onboarding framework @@ -19,34 +20,40 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 59 | 0 | 58 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 59 | 0 | 58 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/home.mdx b/api_docs/home.mdx index cc6de976073a5..1767926581f45 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -5,64 +5,75 @@ #### id: kibHomePluginApi slug: /kibana-dev-docs/api/home -title: "home" +title: 'home' image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- -import homeObj from './home.devdocs.json'; - +import homeObj from './home.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 149 | 0 | 111 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 149 | 0 | 111 | 1 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Objects - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index 5014f71decba8..4ca7fa604d282 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -5,12 +5,13 @@ #### id: kibImageEmbeddablePluginApi slug: /kibana-dev-docs/api/imageEmbeddable -title: "imageEmbeddable" +title: 'imageEmbeddable' image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- + import imageEmbeddableObj from './image_embeddable.devdocs.json'; Image embeddable @@ -19,12 +20,12 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Client ### Consts, variables and types - + diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx index f64b76ff273be..0350f4f6e7040 100644 --- a/api_docs/index_lifecycle_management.mdx +++ b/api_docs/index_lifecycle_management.mdx @@ -5,29 +5,29 @@ #### id: kibIndexLifecycleManagementPluginApi slug: /kibana-dev-docs/api/indexLifecycleManagement -title: "indexLifecycleManagement" +title: 'indexLifecycleManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the indexLifecycleManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- -import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; - +import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index e50f7e3a32f8c..31a7a9982756d 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -5,60 +5,69 @@ #### id: kibIndexManagementPluginApi slug: /kibana-dev-docs/api/indexManagement -title: "indexManagement" +title: 'indexManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- -import indexManagementObj from './index_management.devdocs.json'; - +import indexManagementObj from './index_management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 241 | 0 | 236 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 241 | 0 | 236 | 1 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx index 65665e15920c0..f2856daf737ff 100644 --- a/api_docs/inference.mdx +++ b/api_docs/inference.mdx @@ -5,57 +5,65 @@ #### id: kibInferencePluginApi slug: /kibana-dev-docs/api/inference -title: "inference" +title: 'inference' image: https://source.unsplash.com/400x175/?github description: API docs for the inference plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- -import inferenceObj from './inference.devdocs.json'; - +import inferenceObj from './inference.devdocs.json'; Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 33 | 0 | 28 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 33 | 0 | 28 | 4 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 429c4413038a5..bfe13fdf1f822 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -5,12 +5,13 @@ #### id: kibInfraPluginApi slug: /kibana-dev-docs/api/infra -title: "infra" +title: 'infra' image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- + import infraObj from './infra.devdocs.json'; This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions @@ -19,23 +20,26 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 24 | 5 | ## Client ### Start - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx index 2ee1a68d217c7..af22204332e53 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -5,32 +5,33 @@ #### id: kibIngestPipelinesPluginApi slug: /kibana-dev-docs/api/ingestPipelines -title: "ingestPipelines" +title: 'ingestPipelines' image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- -import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; - +import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index f1c008e21771b..a0749fe179e61 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -5,55 +5,63 @@ #### id: kibInspectorPluginApi slug: /kibana-dev-docs/api/inspector -title: "inspector" +title: 'inspector' image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- -import inspectorObj from './inspector.devdocs.json'; - +import inspectorObj from './inspector.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 127 | 2 | 100 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 127 | 2 | 100 | 4 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Classes - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx index a85455a63007a..1ffedd77f1432 100644 --- a/api_docs/integration_assistant.mdx +++ b/api_docs/integration_assistant.mdx @@ -5,12 +5,13 @@ #### id: kibIntegrationAssistantPluginApi slug: /kibana-dev-docs/api/integrationAssistant -title: "integrationAssistant" +title: 'integrationAssistant' image: https://source.unsplash.com/400x175/?github description: API docs for the integrationAssistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'integrationAssistant'] --- + import integrationAssistantObj from './integration_assistant.devdocs.json'; Plugin implementing the Integration Assistant API and UI @@ -19,37 +20,44 @@ Contact [@elastic/security-scalability](https://github.com/orgs/elastic/teams/se **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 71 | 0 | 56 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 71 | 0 | 56 | 4 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index 47c6afe0c9078..4f0761bcf43da 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -5,12 +5,13 @@ #### id: kibInteractiveSetupPluginApi slug: /kibana-dev-docs/api/interactiveSetup -title: "interactiveSetup" +title: 'interactiveSetup' image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- + import interactiveSetupObj from './interactive_setup.devdocs.json'; This plugin provides UI and APIs for the interactive setup mode. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 28 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 28 | 0 | 18 | 0 | ## Common ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx index 1cb7082d3f13c..79cebbc18ea3a 100644 --- a/api_docs/inventory.mdx +++ b/api_docs/inventory.mdx @@ -5,40 +5,43 @@ #### id: kibInventoryPluginApi slug: /kibana-dev-docs/api/inventory -title: "inventory" +title: 'inventory' image: https://source.unsplash.com/400x175/?github description: API docs for the inventory plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory'] --- -import inventoryObj from './inventory.devdocs.json'; - +import inventoryObj from './inventory.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 4 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index 87f44768fb354..11c17e8b081dc 100644 --- a/api_docs/investigate.mdx +++ b/api_docs/investigate.mdx @@ -5,48 +5,53 @@ #### id: kibInvestigatePluginApi slug: /kibana-dev-docs/api/investigate -title: "investigate" +title: 'investigate' image: https://source.unsplash.com/400x175/?github description: API docs for the investigate plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- -import investigateObj from './investigate.devdocs.json'; - +import investigateObj from './investigate.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 43 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 43 | 0 | 43 | 4 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ## Common ### Functions - + diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx index 545a91a232c09..6eb35937fe0c1 100644 --- a/api_docs/investigate_app.mdx +++ b/api_docs/investigate_app.mdx @@ -5,40 +5,43 @@ #### id: kibInvestigateAppPluginApi slug: /kibana-dev-docs/api/investigateApp -title: "investigateApp" +title: 'investigateApp' image: https://source.unsplash.com/400x175/?github description: API docs for the investigateApp plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp'] --- -import investigateAppObj from './investigate_app.devdocs.json'; - +import investigateAppObj from './investigate_app.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 2 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 62bfb17756c68..c24557b3726db 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnActionsTypesPluginApi slug: /kibana-dev-docs/api/kbn-actions-types -title: "@kbn/actions-types" +title: '@kbn/actions-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- -import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; - +import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 14 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index 1bdb9f3cba350..bc54b36b52f72 100644 --- a/api_docs/kbn_ai_assistant.mdx +++ b/api_docs/kbn_ai_assistant.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAiAssistantPluginApi slug: /kibana-dev-docs/api/kbn-ai-assistant -title: "@kbn/ai-assistant" +title: '@kbn/ai-assistant' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant'] --- -import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; - +import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 64 | 0 | 64 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 64 | 0 | 64 | 1 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ai_assistant_common.mdx b/api_docs/kbn_ai_assistant_common.mdx index 253a99ac9cc86..b72ef87d83880 100644 --- a/api_docs/kbn_ai_assistant_common.mdx +++ b/api_docs/kbn_ai_assistant_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnAiAssistantCommonPluginApi slug: /kibana-dev-docs/api/kbn-ai-assistant-common -title: "@kbn/ai-assistant-common" +title: '@kbn/ai-assistant-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-common'] --- -import kbnAiAssistantCommonObj from './kbn_ai_assistant_common.devdocs.json'; - +import kbnAiAssistantCommonObj from './kbn_ai_assistant_common.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 627e44b543b06..f36e4ca2a59dd 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -5,29 +5,29 @@ #### id: kibKbnAiopsComponentsPluginApi slug: /kibana-dev-docs/api/kbn-aiops-components -title: "@kbn/aiops-components" +title: '@kbn/aiops-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components'] --- -import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; - +import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 0 | 0 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index 3ac6d4ff05009..d6a23c8e71f37 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.mdx +++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx @@ -5,29 +5,29 @@ #### id: kibKbnAiopsLogPatternAnalysisPluginApi slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis -title: "@kbn/aiops-log-pattern-analysis" +title: '@kbn/aiops-log-pattern-analysis' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-pattern-analysis plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis'] --- -import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; - +import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index 4a2fd77f7c023..a9fe05acdda4e 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.mdx +++ b/api_docs/kbn_aiops_log_rate_analysis.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAiopsLogRateAnalysisPluginApi slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis -title: "@kbn/aiops-log-rate-analysis" +title: '@kbn/aiops-log-rate-analysis' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-rate-analysis plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis'] --- -import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; - +import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 66 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 66 | 0 | 0 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index 32d7f4c3c3a09..1a895ea4a99cf 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -5,32 +5,33 @@ #### id: kibKbnAlertingApiIntegrationHelpersPluginApi slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers -title: "@kbn/alerting-api-integration-helpers" +title: '@kbn/alerting-api-integration-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers'] --- -import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; - +import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 27 | 3 | 27 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 27 | 3 | 27 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_alerting_comparators.mdx b/api_docs/kbn_alerting_comparators.mdx index 4feaa49a17150..9b63514057e99 100644 --- a/api_docs/kbn_alerting_comparators.mdx +++ b/api_docs/kbn_alerting_comparators.mdx @@ -5,29 +5,29 @@ #### id: kibKbnAlertingComparatorsPluginApi slug: /kibana-dev-docs/api/kbn-alerting-comparators -title: "@kbn/alerting-comparators" +title: '@kbn/alerting-comparators' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-comparators plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- -import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; - +import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index 9dedba43b99a2..faabacdc8f0cc 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAlertingStateTypesPluginApi slug: /kibana-dev-docs/api/kbn-alerting-state-types -title: "@kbn/alerting-state-types" +title: '@kbn/alerting-state-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- -import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; - +import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 22 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 22 | 0 | ## Server ### Objects - + + ### Functions - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 02d7a63ad4aef..f7a188637fd6d 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAlertingTypesPluginApi slug: /kibana-dev-docs/api/kbn-alerting-types -title: "@kbn/alerting-types" +title: '@kbn/alerting-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- -import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; - +import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 243 | 0 | 240 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 243 | 0 | 240 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index b9a697028fc57..c1f0fba06f6bb 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAlertsAsDataUtilsPluginApi slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils -title: "@kbn/alerts-as-data-utils" +title: '@kbn/alerts-as-data-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils'] --- -import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; - +import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 33 | 0 | 33 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 33 | 0 | 33 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index b06448de811ac..f875f34b3987e 100644 --- a/api_docs/kbn_alerts_grouping.mdx +++ b/api_docs/kbn_alerts_grouping.mdx @@ -5,29 +5,29 @@ #### id: kibKbnAlertsGroupingPluginApi slug: /kibana-dev-docs/api/kbn-alerts-grouping -title: "@kbn/alerts-grouping" +title: '@kbn/alerts-grouping' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-grouping plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-grouping'] --- -import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json'; - +import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 31 | 0 | 15 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 31 | 0 | 15 | 1 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 33728bc9dc136..8241a72f1bbed 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -5,38 +5,41 @@ #### id: kibKbnAlertsUiSharedPluginApi slug: /kibana-dev-docs/api/kbn-alerts-ui-shared -title: "@kbn/alerts-ui-shared" +title: '@kbn/alerts-ui-shared' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- -import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; - +import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 320 | 0 | 304 | 8 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 320 | 0 | 304 | 8 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index e1ef3af249dcf..31604693ea6a6 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -5,35 +5,37 @@ #### id: kibKbnAnalyticsPluginApi slug: /kibana-dev-docs/api/kbn-analytics -title: "@kbn/analytics" +title: '@kbn/analytics' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- -import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; - +import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 73 | 0 | 73 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 73 | 0 | 73 | 2 | ## Common ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index aa70a949ae957..9904bd66b916d 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnAnalyticsCollectionUtilsPluginApi slug: /kibana-dev-docs/api/kbn-analytics-collection-utils -title: "@kbn/analytics-collection-utils" +title: '@kbn/analytics-collection-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- -import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; - +import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index bc467fe171284..2d7578e48c195 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -5,32 +5,33 @@ #### id: kibKbnApmConfigLoaderPluginApi slug: /kibana-dev-docs/api/kbn-apm-config-loader -title: "@kbn/apm-config-loader" +title: '@kbn/apm-config-loader' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- -import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; - +import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 18 | 0 | ## Server ### Objects - + + ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index 2cec1ed1b98fb..e3ded101277fc 100644 --- a/api_docs/kbn_apm_data_view.mdx +++ b/api_docs/kbn_apm_data_view.mdx @@ -5,26 +5,25 @@ #### id: kibKbnApmDataViewPluginApi slug: /kibana-dev-docs/api/kbn-apm-data-view -title: "@kbn/apm-data-view" +title: '@kbn/apm-data-view' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-data-view plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view'] --- -import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; - +import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx index c1f2631dea746..f37d3f2721020 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -5,32 +5,33 @@ #### id: kibKbnApmSynthtracePluginApi slug: /kibana-dev-docs/api/kbn-apm-synthtrace -title: "@kbn/apm-synthtrace" +title: '@kbn/apm-synthtrace' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- -import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; - +import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 86 | 0 | 86 | 11 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 86 | 0 | 86 | 11 | ## Server ### Functions - + + ### Classes - + + ### Enums - + diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 011db1c669dce..ab9a3f8dffc94 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -5,38 +5,41 @@ #### id: kibKbnApmSynthtraceClientPluginApi slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client -title: "@kbn/apm-synthtrace-client" +title: '@kbn/apm-synthtrace-client' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- -import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; - +import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 268 | 0 | 268 | 38 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 268 | 0 | 268 | 38 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx index a9cc8797c76ee..8b373b34c79b2 100644 --- a/api_docs/kbn_apm_types.mdx +++ b/api_docs/kbn_apm_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnApmTypesPluginApi slug: /kibana-dev-docs/api/kbn-apm-types -title: "@kbn/apm-types" +title: '@kbn/apm-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- -import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; - +import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 337 | 0 | 336 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 337 | 0 | 336 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index c7fe77b8500fc..9d8f0b2f7bb83 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnApmUtilsPluginApi slug: /kibana-dev-docs/api/kbn-apm-utils -title: "@kbn/apm-utils" +title: '@kbn/apm-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- -import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; - +import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index 89634d84f7083..6113a67dda3c8 100644 --- a/api_docs/kbn_avc_banner.mdx +++ b/api_docs/kbn_avc_banner.mdx @@ -5,26 +5,25 @@ #### id: kibKbnAvcBannerPluginApi slug: /kibana-dev-docs/api/kbn-avc-banner -title: "@kbn/avc-banner" +title: '@kbn/avc-banner' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/avc-banner plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner'] --- -import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; - +import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; Contact [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx index ba94431c3fcb8..8981240c50db0 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnAxeConfigPluginApi slug: /kibana-dev-docs/api/kbn-axe-config -title: "@kbn/axe-config" +title: '@kbn/axe-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- -import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; - +import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; Contact [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 12 | 0 | ## Common ### Objects - + diff --git a/api_docs/kbn_bfetch_error.mdx b/api_docs/kbn_bfetch_error.mdx index 617d6de6e404d..8ad976ce76c40 100644 --- a/api_docs/kbn_bfetch_error.mdx +++ b/api_docs/kbn_bfetch_error.mdx @@ -5,26 +5,25 @@ #### id: kibKbnBfetchErrorPluginApi slug: /kibana-dev-docs/api/kbn-bfetch-error -title: "@kbn/bfetch-error" +title: '@kbn/bfetch-error' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bfetch-error plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bfetch-error'] --- -import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json'; - +import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 1 | 0 | ## Common ### Classes - + diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 3d74ed796e14b..36bbf4544ff33 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCalculateAutoPluginApi slug: /kibana-dev-docs/api/kbn-calculate-auto -title: "@kbn/calculate-auto" +title: '@kbn/calculate-auto' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto'] --- -import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; - +import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 0 | ## Common ### Objects - + diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx index 7be9a90168203..d387d867f2d88 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCalculateWidthFromCharCountPluginApi slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count -title: "@kbn/calculate-width-from-char-count" +title: '@kbn/calculate-width-from-char-count' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count'] --- -import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; - +import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index 1f8589fca306c..197a5b12c0c58 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCasesComponentsPluginApi slug: /kibana-dev-docs/api/kbn-cases-components -title: "@kbn/cases-components" +title: '@kbn/cases-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- -import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; - +import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 16 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx index f7d9793353d73..dac148295c5f8 100644 --- a/api_docs/kbn_cbor.mdx +++ b/api_docs/kbn_cbor.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCborPluginApi slug: /kibana-dev-docs/api/kbn-cbor -title: "@kbn/cbor" +title: '@kbn/cbor' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cbor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- -import kbnCborObj from './kbn_cbor.devdocs.json'; - +import kbnCborObj from './kbn_cbor.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 2 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 2 | 9 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 9b3c87999f21f..810e0731ae056 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCellActionsPluginApi slug: /kibana-dev-docs/api/kbn-cell-actions -title: "@kbn/cell-actions" +title: '@kbn/cell-actions' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- -import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; - +import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 1 | 30 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 1 | 30 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index a5bfe8c00fd53..39e82edf2bf44 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnChartExpressionsCommonPluginApi slug: /kibana-dev-docs/api/kbn-chart-expressions-common -title: "@kbn/chart-expressions-common" +title: '@kbn/chart-expressions-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common'] --- -import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json'; - +import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 21 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx index 5fd76e6b84b70..469ac959059fb 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -5,26 +5,25 @@ #### id: kibKbnChartIconsPluginApi slug: /kibana-dev-docs/api/kbn-chart-icons -title: "@kbn/chart-icons" +title: '@kbn/chart-icons' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- -import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; - +import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 90 | 0 | 90 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 90 | 0 | 90 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index 345dd8f726d6f..46080cca0f0f8 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCiStatsCorePluginApi slug: /kibana-dev-docs/api/kbn-ci-stats-core -title: "@kbn/ci-stats-core" +title: '@kbn/ci-stats-core' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core'] --- -import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json'; - +import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 2 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx index 6504abc10a917..df98984ea6f08 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCiStatsPerformanceMetricsPluginApi slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics -title: "@kbn/ci-stats-performance-metrics" +title: '@kbn/ci-stats-performance-metrics' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics'] --- -import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json'; - +import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx index 9c9e0a68350c6..0bf034faf10ce 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCiStatsReporterPluginApi slug: /kibana-dev-docs/api/kbn-ci-stats-reporter -title: "@kbn/ci-stats-reporter" +title: '@kbn/ci-stats-reporter' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- -import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; - +import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 62 | 0 | 17 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 62 | 0 | 17 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index a5419f6b76c60..120e13d953b20 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCliDevModePluginApi slug: /kibana-dev-docs/api/kbn-cli-dev-mode -title: "@kbn/cli-dev-mode" +title: '@kbn/cli-dev-mode' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- -import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; - +import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx index 2f7c14ebd137e..9d1506fcd1c48 100644 --- a/api_docs/kbn_cloud_security_posture.mdx +++ b/api_docs/kbn_cloud_security_posture.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCloudSecurityPosturePluginApi slug: /kibana-dev-docs/api/kbn-cloud-security-posture -title: "@kbn/cloud-security-posture" +title: '@kbn/cloud-security-posture' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture'] --- -import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; - +import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 89 | 1 | 89 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 89 | 1 | 89 | 0 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index 9a8c59fb382e0..b237dddc1d84b 100644 --- a/api_docs/kbn_cloud_security_posture_common.mdx +++ b/api_docs/kbn_cloud_security_posture_common.mdx @@ -5,38 +5,41 @@ #### id: kibKbnCloudSecurityPostureCommonPluginApi slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common -title: "@kbn/cloud-security-posture-common" +title: '@kbn/cloud-security-posture-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- -import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; - +import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 109 | 0 | 107 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 109 | 0 | 107 | 1 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index 0b4305e277b00..9e3f134a4cf27 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCloudSecurityPostureGraphPluginApi slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph -title: "@kbn/cloud-security-posture-graph" +title: '@kbn/cloud-security-posture-graph' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- -import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; - +import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 17 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 17 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index e5d7b17ac0165..9c5baf5661e11 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCodeEditorPluginApi slug: /kibana-dev-docs/api/kbn-code-editor -title: "@kbn/code-editor" +title: '@kbn/code-editor' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- -import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; - +import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 41 | 0 | 17 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 41 | 0 | 17 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index 1cc99f165a432..a5e410a99ceca 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCodeEditorMockPluginApi slug: /kibana-dev-docs/api/kbn-code-editor-mock -title: "@kbn/code-editor-mock" +title: '@kbn/code-editor-mock' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- -import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; - +import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index 7b6bc3c9dec39..31f33e45c9843 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCodeOwnersPluginApi slug: /kibana-dev-docs/api/kbn-code-owners -title: "@kbn/code-owners" +title: '@kbn/code-owners' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- -import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; - +import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 4 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index b0714737c300b..6aedbdc4810e0 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -5,38 +5,41 @@ #### id: kibKbnColoringPluginApi slug: /kibana-dev-docs/api/kbn-coloring -title: "@kbn/coloring" +title: '@kbn/coloring' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- -import kbnColoringObj from './kbn_coloring.devdocs.json'; - +import kbnColoringObj from './kbn_coloring.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 227 | 0 | 188 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 227 | 0 | 188 | 9 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index b5efec6765997..69f6fd6568657 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -5,35 +5,37 @@ #### id: kibKbnConfigPluginApi slug: /kibana-dev-docs/api/kbn-config -title: "@kbn/config" +title: '@kbn/config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- -import kbnConfigObj from './kbn_config.devdocs.json'; - +import kbnConfigObj from './kbn_config.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 79 | 0 | 50 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 79 | 0 | 50 | 9 | ## Server ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index b459f3e4ea7ec..16c64655d6680 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnConfigMocksPluginApi slug: /kibana-dev-docs/api/kbn-config-mocks -title: "@kbn/config-mocks" +title: '@kbn/config-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- -import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; - +import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 24 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 83e7fa6614d00..09792f122d818 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -5,38 +5,41 @@ #### id: kibKbnConfigSchemaPluginApi slug: /kibana-dev-docs/api/kbn-config-schema -title: "@kbn/config-schema" +title: '@kbn/config-schema' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- -import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; - +import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 149 | 2 | 143 | 20 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 149 | 2 | 143 | 20 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index cd3598815bcfb..87412cf85afb3 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -5,32 +5,33 @@ #### id: kibKbnContentManagementContentEditorPluginApi slug: /kibana-dev-docs/api/kbn-content-management-content-editor -title: "@kbn/content-management-content-editor" +title: '@kbn/content-management-content-editor' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- -import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; - +import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 8 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 8 | 4 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_content_insights_public.mdx b/api_docs/kbn_content_management_content_insights_public.mdx index 59966f66e738b..c6c75d85a27c2 100644 --- a/api_docs/kbn_content_management_content_insights_public.mdx +++ b/api_docs/kbn_content_management_content_insights_public.mdx @@ -5,35 +5,37 @@ #### id: kibKbnContentManagementContentInsightsPublicPluginApi slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public -title: "@kbn/content-management-content-insights-public" +title: '@kbn/content-management-content-insights-public' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-public plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-public'] --- -import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json'; - +import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 28 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 28 | 0 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_content_insights_server.mdx b/api_docs/kbn_content_management_content_insights_server.mdx index ac0ea6d5358e1..3beb0ccb6324b 100644 --- a/api_docs/kbn_content_management_content_insights_server.mdx +++ b/api_docs/kbn_content_management_content_insights_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnContentManagementContentInsightsServerPluginApi slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server -title: "@kbn/content-management-content-insights-server" +title: '@kbn/content-management-content-insights-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-server'] --- -import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json'; - +import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 6 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 6 | 2 | ## Server ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_content_management_favorites_public.mdx b/api_docs/kbn_content_management_favorites_public.mdx index d30acbdef8d01..42e88ea7f3654 100644 --- a/api_docs/kbn_content_management_favorites_public.mdx +++ b/api_docs/kbn_content_management_favorites_public.mdx @@ -5,32 +5,33 @@ #### id: kibKbnContentManagementFavoritesPublicPluginApi slug: /kibana-dev-docs/api/kbn-content-management-favorites-public -title: "@kbn/content-management-favorites-public" +title: '@kbn/content-management-favorites-public' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-public plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public'] --- -import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; - +import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 44 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 45 | 0 | 44 | 0 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx index 7632cc396940b..5ee1bf862d47e 100644 --- a/api_docs/kbn_content_management_favorites_server.mdx +++ b/api_docs/kbn_content_management_favorites_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnContentManagementFavoritesServerPluginApi slug: /kibana-dev-docs/api/kbn-content-management-favorites-server -title: "@kbn/content-management-favorites-server" +title: '@kbn/content-management-favorites-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server'] --- -import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; - +import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index d8174760fca70..381e8b7eec349 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -5,32 +5,33 @@ #### id: kibKbnContentManagementTabbedTableListViewPluginApi slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view -title: "@kbn/content-management-tabbed-table-list-view" +title: '@kbn/content-management-tabbed-table-list-view' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view'] --- -import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; - +import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx index a2c69d22ffb93..50bdec5b97509 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -5,29 +5,29 @@ #### id: kibKbnContentManagementTableListViewPluginApi slug: /kibana-dev-docs/api/kbn-content-management-table-list-view -title: "@kbn/content-management-table-list-view" +title: '@kbn/content-management-table-list-view' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- -import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; - +import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index 1cd5dbf5a1e6d..378b569c1d9dd 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnContentManagementTableListViewCommonPluginApi slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common -title: "@kbn/content-management-table-list-view-common" +title: '@kbn/content-management-table-list-view-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- -import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; - +import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 0 | ## Common ### Interfaces - + diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index ab857e90954e8..553e4789baab8 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -5,32 +5,33 @@ #### id: kibKbnContentManagementTableListViewTablePluginApi slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table -title: "@kbn/content-management-table-list-view-table" +title: '@kbn/content-management-table-list-view-table' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- -import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; - +import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 51 | 0 | 33 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 51 | 0 | 33 | 3 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index c06ce848b1e5c..bc1a12549c2dd 100644 --- a/api_docs/kbn_content_management_user_profiles.mdx +++ b/api_docs/kbn_content_management_user_profiles.mdx @@ -5,29 +5,29 @@ #### id: kibKbnContentManagementUserProfilesPluginApi slug: /kibana-dev-docs/api/kbn-content-management-user-profiles -title: "@kbn/content-management-user-profiles" +title: '@kbn/content-management-user-profiles' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-user-profiles plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- -import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; - +import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 30 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 30 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index e8ada8de29443..cfc8bde27e74f 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -5,38 +5,41 @@ #### id: kibKbnContentManagementUtilsPluginApi slug: /kibana-dev-docs/api/kbn-content-management-utils -title: "@kbn/content-management-utils" +title: '@kbn/content-management-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- -import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; - +import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 195 | 1 | 128 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 195 | 1 | 128 | 0 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index 817c484edc6f2..c657ca7c9eb07 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreAnalyticsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-browser -title: "@kbn/core-analytics-browser" +title: '@kbn/core-analytics-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- -import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; - +import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 100 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 100 | 0 | 0 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index 6a3d34f7ebba2..61b1d10693bd4 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreAnalyticsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal -title: "@kbn/core-analytics-browser-internal" +title: '@kbn/core-analytics-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- -import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; - +import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 1 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index d3c586ba2c5fe..a1ac377037d4e 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreAnalyticsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks -title: "@kbn/core-analytics-browser-mocks" +title: '@kbn/core-analytics-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- -import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; - +import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 4499e60f58af5..0898424fd9aba 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreAnalyticsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-server -title: "@kbn/core-analytics-server" +title: '@kbn/core-analytics-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- -import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; - +import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 99 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 99 | 0 | 0 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index 39d1b7f43b4ff..b0d3a854a06a0 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreAnalyticsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal -title: "@kbn/core-analytics-server-internal" +title: '@kbn/core-analytics-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- -import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; - +import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Classes - + diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index 796a139e1dc2a..234dfd24a5976 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreAnalyticsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks -title: "@kbn/core-analytics-server-mocks" +title: '@kbn/core-analytics-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- -import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; - +import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index da4bbb209648f..83302cf46aece 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreApplicationBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-application-browser -title: "@kbn/core-application-browser" +title: '@kbn/core-application-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- -import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; - +import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 103 | 0 | 27 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 103 | 0 | 27 | 0 | ## Client ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index fdcd58c799f2d..e6982ca6a8471 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreApplicationBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-application-browser-internal -title: "@kbn/core-application-browser-internal" +title: '@kbn/core-application-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- -import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; - +import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 17 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 17 | 3 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 1304128ac4102..58dcf7bc3ce43 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreApplicationBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks -title: "@kbn/core-application-browser-mocks" +title: '@kbn/core-application-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- -import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; - +import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 13 | 0 | ## Client ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index ce7472201e8aa..6f53c72d1465c 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreApplicationCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-application-common -title: "@kbn/core-application-common" +title: '@kbn/core-application-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common'] --- -import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; - +import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 1 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 32edd5923d5f1..bdad504b090a2 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreAppsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal -title: "@kbn/core-apps-browser-internal" +title: '@kbn/core-apps-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- -import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; - +import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 22 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 22 | 0 | ## Client ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index 71eadc57df575..13b8a247c3281 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreAppsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks -title: "@kbn/core-apps-browser-mocks" +title: '@kbn/core-apps-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- -import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; - +import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 0d8d3e693e52d..262eb05e1463d 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreAppsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-apps-server-internal -title: "@kbn/core-apps-server-internal" +title: '@kbn/core-apps-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- -import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; - +import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 1 | ## Server ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index 5cff512d8848c..6ae3c8799d0ed 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreBaseBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks -title: "@kbn/core-base-browser-mocks" +title: '@kbn/core-base-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- -import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; - +import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index 4b0fa4cb9d236..1ed32fa2ad7c9 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreBaseCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-base-common -title: "@kbn/core-base-common" +title: '@kbn/core-base-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common'] --- -import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; - +import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 4 | 0 | ## Common ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index eb1704f3c08b3..d031d9371f407 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreBaseServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-base-server-internal -title: "@kbn/core-base-server-internal" +title: '@kbn/core-base-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- -import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; - +import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 2 | ## Server ### Objects - + + ### Classes - + diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index a3a3eda66f45c..b63b16883651a 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreBaseServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-base-server-mocks -title: "@kbn/core-base-server-mocks" +title: '@kbn/core-base-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- -import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; - +import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index e030930c74d37..1a82a4475ced1 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCapabilitiesBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks -title: "@kbn/core-capabilities-browser-mocks" +title: '@kbn/core-capabilities-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- -import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; - +import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index 7c89d5d0278f0..cf822c4a62f26 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCapabilitiesCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-capabilities-common -title: "@kbn/core-capabilities-common" +title: '@kbn/core-capabilities-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common'] --- -import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; - +import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 0 | 0 | ## Common ### Interfaces - + diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 42db7f5dbcc2b..ffe7111914f21 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreCapabilitiesServerPluginApi slug: /kibana-dev-docs/api/kbn-core-capabilities-server -title: "@kbn/core-capabilities-server" +title: '@kbn/core-capabilities-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- -import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; - +import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 7 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index bcab3a0ec5996..a4273a8753682 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreCapabilitiesServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks -title: "@kbn/core-capabilities-server-mocks" +title: '@kbn/core-capabilities-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- -import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; - +import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index 2b57efc5509d9..cde380bb25253 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreChromeBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-chrome-browser -title: "@kbn/core-chrome-browser" +title: '@kbn/core-chrome-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- -import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; - +import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 211 | 0 | 104 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 211 | 0 | 104 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index 17bcac88c638e..ee47dbd20c214 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreChromeBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks -title: "@kbn/core-chrome-browser-mocks" +title: '@kbn/core-chrome-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- -import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; - +import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 15f81a0a294be..fe26fc4557325 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreConfigServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-config-server-internal -title: "@kbn/core-config-server-internal" +title: '@kbn/core-config-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- -import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; - +import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 1 | 0 | ## Server ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index 1e21421872d62..cea00f10b1382 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser -title: "@kbn/core-custom-branding-browser" +title: '@kbn/core-custom-branding-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- -import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; - +import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index 3719ccdd23c9e..cb24c37d1347e 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal -title: "@kbn/core-custom-branding-browser-internal" +title: '@kbn/core-custom-branding-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- -import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; - +import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index 97777c7fc11a6..b78bf2dda30f9 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks -title: "@kbn/core-custom-branding-browser-mocks" +title: '@kbn/core-custom-branding-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- -import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; - +import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index 761095947d5b7..3c8c522b249f1 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-common -title: "@kbn/core-custom-branding-common" +title: '@kbn/core-custom-branding-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common'] --- -import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; - +import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 1 | 0 | ## Common ### Interfaces - + diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index 6e9379cf9a7ab..513a8d88d812e 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreCustomBrandingServerPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-server -title: "@kbn/core-custom-branding-server" +title: '@kbn/core-custom-branding-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- -import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; - +import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index bd942d1ae98ba..6bfbfae0dc7d6 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal -title: "@kbn/core-custom-branding-server-internal" +title: '@kbn/core-custom-branding-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- -import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; - +import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 1 | ## Server ### Classes - + diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index f4a89ee6b6ba9..c71a763166fa7 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreCustomBrandingServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks -title: "@kbn/core-custom-branding-server-mocks" +title: '@kbn/core-custom-branding-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- -import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; - +import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index d5f6f2e94e95b..5d8e72f6916b4 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreDeprecationsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-browser -title: "@kbn/core-deprecations-browser" +title: '@kbn/core-deprecations-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- -import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; - +import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 3 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index e2b09e79a3422..d62a5e72b22cb 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDeprecationsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal -title: "@kbn/core-deprecations-browser-internal" +title: '@kbn/core-deprecations-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- -import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; - +import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index 67ee81bcea539..9c59fc32d7d98 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDeprecationsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks -title: "@kbn/core-deprecations-browser-mocks" +title: '@kbn/core-deprecations-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- -import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; - +import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index 6a7c6af80ac5b..ff45cd7b478a4 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreDeprecationsCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-common -title: "@kbn/core-deprecations-common" +title: '@kbn/core-deprecations-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common'] --- -import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; - +import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 9 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 9 | 1 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 9c0a9434a1c5f..8ae394097fdb0 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDeprecationsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-server -title: "@kbn/core-deprecations-server" +title: '@kbn/core-deprecations-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- -import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; - +import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 13 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index e7bf57eec988e..e16f2c4dfcf18 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDeprecationsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal -title: "@kbn/core-deprecations-server-internal" +title: '@kbn/core-deprecations-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- -import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; - +import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 3 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index e59795f442791..46b0a626a6241 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDeprecationsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks -title: "@kbn/core-deprecations-server-mocks" +title: '@kbn/core-deprecations-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- -import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; - +import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 044a5910b73cf..4912b214760b0 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDocLinksBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-doc-links-browser -title: "@kbn/core-doc-links-browser" +title: '@kbn/core-doc-links-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- -import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; - +import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 1e0b8143cdbe7..fb8b1ba2355cf 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDocLinksBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks -title: "@kbn/core-doc-links-browser-mocks" +title: '@kbn/core-doc-links-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- -import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; - +import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index 293c9daad1e46..f1d1c7755e5e1 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreDocLinksServerPluginApi slug: /kibana-dev-docs/api/kbn-core-doc-links-server -title: "@kbn/core-doc-links-server" +title: '@kbn/core-doc-links-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- -import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; - +import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 2 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index 02c8e1ec8805e..4397579e2ecf6 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreDocLinksServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks -title: "@kbn/core-doc-links-server-mocks" +title: '@kbn/core-doc-links-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- -import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; - +import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index 9545798a71645..3fa0cbd8fa221 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreElasticsearchClientServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal -title: "@kbn/core-elasticsearch-client-server-internal" +title: '@kbn/core-elasticsearch-client-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- -import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; - +import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 13 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 13 | 1 | ## Server ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index e1585c1858ffc..44668084155de 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreElasticsearchClientServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks -title: "@kbn/core-elasticsearch-client-server-mocks" +title: '@kbn/core-elasticsearch-client-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- -import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; - +import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 38 | 1 | 34 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 38 | 1 | 34 | 0 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 8d9bfbdba122f..39afae5d20089 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreElasticsearchServerPluginApi slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server -title: "@kbn/core-elasticsearch-server" +title: '@kbn/core-elasticsearch-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- -import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; - +import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 118 | 0 | 56 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 118 | 0 | 56 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index b534ea1082acc..c20de84cc4d03 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreElasticsearchServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal -title: "@kbn/core-elasticsearch-server-internal" +title: '@kbn/core-elasticsearch-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- -import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; - +import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 38 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 43 | 0 | 38 | 3 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index db865b611d1a3..3967f99346a8f 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreElasticsearchServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks -title: "@kbn/core-elasticsearch-server-mocks" +title: '@kbn/core-elasticsearch-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- -import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; - +import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 1 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 1 | 13 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index 1327d095cc50d..c771e6d17fa95 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreEnvironmentServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-environment-server-internal -title: "@kbn/core-environment-server-internal" +title: '@kbn/core-environment-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- -import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; - +import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index d913ff3d71aea..66841c6b01034 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreEnvironmentServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks -title: "@kbn/core-environment-server-mocks" +title: '@kbn/core-environment-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- -import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; - +import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index 2a5d27bac4f88..187fafc757d0c 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreExecutionContextBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-browser -title: "@kbn/core-execution-context-browser" +title: '@kbn/core-execution-context-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- -import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; - +import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 2 | 1 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index da413225fcf97..f4e2db1fe0382 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreExecutionContextBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal -title: "@kbn/core-execution-context-browser-internal" +title: '@kbn/core-execution-context-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- -import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; - +import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 2 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index ff258234fe79b..19d38fd397bb7 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreExecutionContextBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks -title: "@kbn/core-execution-context-browser-mocks" +title: '@kbn/core-execution-context-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- -import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; - +import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index 1328bca46a00d..e6c3e8b632527 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreExecutionContextCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-common -title: "@kbn/core-execution-context-common" +title: '@kbn/core-execution-context-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common'] --- -import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; - +import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index 642ed9908535d..b1c8716490b1d 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreExecutionContextServerPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-server -title: "@kbn/core-execution-context-server" +title: '@kbn/core-execution-context-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- -import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; - +import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 8 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index b0771e6e93730..f97249bb25445 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreExecutionContextServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal -title: "@kbn/core-execution-context-server-internal" +title: '@kbn/core-execution-context-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- -import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; - +import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 1 | ## Server ### Objects - + + ### Classes - + diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 8f180f4f9a31c..738a04680a103 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreExecutionContextServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks -title: "@kbn/core-execution-context-server-mocks" +title: '@kbn/core-execution-context-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- -import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; - +import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index d3d9fe35628dd..f9ba2b99493ee 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreFatalErrorsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser -title: "@kbn/core-fatal-errors-browser" +title: '@kbn/core-fatal-errors-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- -import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; - +import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 2 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index b042138eb05c3..d57d7e111c2d8 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreFatalErrorsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks -title: "@kbn/core-fatal-errors-browser-mocks" +title: '@kbn/core-fatal-errors-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- -import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; - +import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 636ad0c78805b..3e107da803df3 100644 --- a/api_docs/kbn_core_feature_flags_browser.mdx +++ b/api_docs/kbn_core_feature_flags_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreFeatureFlagsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser -title: "@kbn/core-feature-flags-browser" +title: '@kbn/core-feature-flags-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- -import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; - +import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 0 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_feature_flags_browser_internal.mdx b/api_docs/kbn_core_feature_flags_browser_internal.mdx index ab9d04c2612f9..bb81c916d73ac 100644 --- a/api_docs/kbn_core_feature_flags_browser_internal.mdx +++ b/api_docs/kbn_core_feature_flags_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreFeatureFlagsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-internal -title: "@kbn/core-feature-flags-browser-internal" +title: '@kbn/core-feature-flags-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-internal'] --- -import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json'; - +import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 0 | 0 | ## Client ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index c5e786998cd00..870a1d8c715f8 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreFeatureFlagsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks -title: "@kbn/core-feature-flags-browser-mocks" +title: '@kbn/core-feature-flags-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-mocks'] --- -import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json'; - +import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 0 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_feature_flags_server.mdx b/api_docs/kbn_core_feature_flags_server.mdx index c92e3b578eade..a2a15d9c55a7d 100644 --- a/api_docs/kbn_core_feature_flags_server.mdx +++ b/api_docs/kbn_core_feature_flags_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreFeatureFlagsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-server -title: "@kbn/core-feature-flags-server" +title: '@kbn/core-feature-flags-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server'] --- -import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json'; - +import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 38 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 38 | 0 | 0 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_feature_flags_server_internal.mdx b/api_docs/kbn_core_feature_flags_server_internal.mdx index 3a6dfe415acbc..530143a480038 100644 --- a/api_docs/kbn_core_feature_flags_server_internal.mdx +++ b/api_docs/kbn_core_feature_flags_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreFeatureFlagsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-internal -title: "@kbn/core-feature-flags-server-internal" +title: '@kbn/core-feature-flags-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-internal'] --- -import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json'; - +import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 0 | 0 | ## Server ### Objects - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index 1220a8ddafd8b..0c6ea378d57ca 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreFeatureFlagsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks -title: "@kbn/core-feature-flags-server-mocks" +title: '@kbn/core-feature-flags-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-mocks'] --- -import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json'; - +import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 0 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index e5a0477574a71..bfc76372b8f1a 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreHttpBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-http-browser -title: "@kbn/core-http-browser" +title: '@kbn/core-http-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- -import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; - +import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 116 | 4 | 36 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 116 | 4 | 36 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index d1c376e00b622..03468d5bbc040 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-http-browser-internal -title: "@kbn/core-http-browser-internal" +title: '@kbn/core-http-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- -import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; - +import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 17 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 17 | 2 | ## Client ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index b0924cff79943..eac8714b6b395 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreHttpBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks -title: "@kbn/core-http-browser-mocks" +title: '@kbn/core-http-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- -import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; - +import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 16 | 0 | ## Client ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index 592d65b6f7e6f..818955c35d573 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-http-common -title: "@kbn/core-http-common" +title: '@kbn/core-http-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common'] --- -import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; - +import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 4 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index d0f6ee5c2869a..5343281128236 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpContextServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks -title: "@kbn/core-http-context-server-mocks" +title: '@kbn/core-http-context-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- -import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; - +import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 1 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 1 | 10 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx index c14d63208cea7..00a9415439bc5 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpRequestHandlerContextServerPluginApi slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server -title: "@kbn/core-http-request-handler-context-server" +title: '@kbn/core-http-request-handler-context-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- -import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; - +import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 0 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 42d9a53e71f5f..1a26bf6230cef 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpResourcesServerPluginApi slug: /kibana-dev-docs/api/kbn-core-http-resources-server -title: "@kbn/core-http-resources-server" +title: '@kbn/core-http-resources-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- -import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; - +import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 7 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 9ccaa6c398abc..9b5dcb4c54f2b 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreHttpResourcesServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal -title: "@kbn/core-http-resources-server-internal" +title: '@kbn/core-http-resources-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- -import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; - +import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 3 | ## Server ### Classes - + diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index 04363833fe4bc..d5805c1b74192 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreHttpResourcesServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks -title: "@kbn/core-http-resources-server-mocks" +title: '@kbn/core-http-resources-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- -import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; - +import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 811d78464721f..710ccd1856c13 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreHttpRouterServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal -title: "@kbn/core-http-router-server-internal" +title: '@kbn/core-http-router-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- -import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; - +import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 54 | 7 | 54 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 54 | 7 | 54 | 6 | ## Server ### Objects - + + ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index 1084a401cb6f7..f4b000a0d56ce 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreHttpRouterServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks -title: "@kbn/core-http-router-server-mocks" +title: '@kbn/core-http-router-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- -import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; - +import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 1 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index dc9f80e66137b..16ebf4460d2c7 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -5,41 +5,45 @@ #### id: kibKbnCoreHttpServerPluginApi slug: /kibana-dev-docs/api/kbn-core-http-server -title: "@kbn/core-http-server" +title: '@kbn/core-http-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- -import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; - +import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 552 | 2 | 232 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 552 | 2 | 232 | 1 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index fc0b6bed39305..329a90dd7a0bc 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -5,38 +5,41 @@ #### id: kibKbnCoreHttpServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-http-server-internal -title: "@kbn/core-http-server-internal" +title: '@kbn/core-http-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- -import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; - +import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 96 | 0 | 83 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 96 | 0 | 83 | 10 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 0eac671365ce5..3a453d55f9456 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreHttpServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-http-server-mocks -title: "@kbn/core-http-server-mocks" +title: '@kbn/core-http-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- -import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; - +import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 46 | 0 | 45 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 46 | 0 | 45 | 0 | ## Server ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index 83b5a100219f0..c400e265eaedb 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreI18nBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-i18n-browser -title: "@kbn/core-i18n-browser" +title: '@kbn/core-i18n-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- -import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; - +import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 2 | 0 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index 50de96a02a025..c17589397fe18 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreI18nBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks -title: "@kbn/core-i18n-browser-mocks" +title: '@kbn/core-i18n-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- -import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; - +import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 56e7fd4bfc7ee..2271ed115960a 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreI18nServerPluginApi slug: /kibana-dev-docs/api/kbn-core-i18n-server -title: "@kbn/core-i18n-server" +title: '@kbn/core-i18n-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- -import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; - +import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 1 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index d532164959326..4fba4a88e6edb 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreI18nServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal -title: "@kbn/core-i18n-server-internal" +title: '@kbn/core-i18n-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- -import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; - +import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 13 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 13 | 2 | ## Server ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index 510b334e49b36..45224e9022c70 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreI18nServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks -title: "@kbn/core-i18n-server-mocks" +title: '@kbn/core-i18n-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- -import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; - +import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 429a7e0d8166b..5fd148a6c18da 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreInjectedMetadataBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks -title: "@kbn/core-injected-metadata-browser-mocks" +title: '@kbn/core-injected-metadata-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- -import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; - +import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index e357a4c2a1c0f..3d4fecdc2f6b1 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreIntegrationsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal -title: "@kbn/core-integrations-browser-internal" +title: '@kbn/core-integrations-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- -import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; - +import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index 64b2346fafcac..48ea22c44b878 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreIntegrationsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks -title: "@kbn/core-integrations-browser-mocks" +title: '@kbn/core-integrations-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- -import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; - +import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index b61acb6e2ad5b..7ee299ee2c415 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreLifecycleBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser -title: "@kbn/core-lifecycle-browser" +title: '@kbn/core-lifecycle-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- -import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; - +import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 38 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 38 | 0 | 0 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index 6ff3d50fd7264..308d4a8cf5673 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreLifecycleBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks -title: "@kbn/core-lifecycle-browser-mocks" +title: '@kbn/core-lifecycle-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- -import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; - +import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 6bfc57433d3d5..5dca900b246bc 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreLifecycleServerPluginApi slug: /kibana-dev-docs/api/kbn-core-lifecycle-server -title: "@kbn/core-lifecycle-server" +title: '@kbn/core-lifecycle-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- -import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; - +import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 0 | 0 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index 3ac0ac8133154..0f36e1dc5e18e 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreLifecycleServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks -title: "@kbn/core-lifecycle-server-mocks" +title: '@kbn/core-lifecycle-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- -import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; - +import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index 40b3cda770c19..d96017d2e35ae 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreLoggingBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks -title: "@kbn/core-logging-browser-mocks" +title: '@kbn/core-logging-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- -import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; - +import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index b4dac584b4c4f..cb6455bdf2aaf 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreLoggingCommonInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-logging-common-internal -title: "@kbn/core-logging-common-internal" +title: '@kbn/core-logging-common-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal'] --- -import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; - +import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 41 | 0 | 34 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 41 | 0 | 34 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index a6eb32d7139fd..9de8a4fd52b3a 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreLoggingServerPluginApi slug: /kibana-dev-docs/api/kbn-core-logging-server -title: "@kbn/core-logging-server" +title: '@kbn/core-logging-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- -import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; - +import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 61 | 0 | 34 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 61 | 0 | 34 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index da5d054eb4baa..897ca4382adb7 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreLoggingServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-logging-server-internal -title: "@kbn/core-logging-server-internal" +title: '@kbn/core-logging-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- -import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; - +import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 5 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 5 | 2 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index eddc430b82760..5bc89cbb7f98e 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreLoggingServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks -title: "@kbn/core-logging-server-mocks" +title: '@kbn/core-logging-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- -import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; - +import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 13 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index e65aa17707f59..87807c9fdb8c0 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreMetricsCollectorsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal -title: "@kbn/core-metrics-collectors-server-internal" +title: '@kbn/core-metrics-collectors-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- -import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; - +import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 25 | 0 | ## Server ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index 58f18d80c3bb1..fa98511e67566 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreMetricsCollectorsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks -title: "@kbn/core-metrics-collectors-server-mocks" +title: '@kbn/core-metrics-collectors-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- -import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; - +import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 1 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 1 | 11 | 0 | ## Server ### Objects - + + ### Functions - + diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index c838253c7c1fb..83f271ddf0051 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreMetricsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-metrics-server -title: "@kbn/core-metrics-server" +title: '@kbn/core-metrics-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- -import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; - +import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 56 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 56 | 0 | 8 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 2e22cc3e916b2..a222ebbb50ca5 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreMetricsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal -title: "@kbn/core-metrics-server-internal" +title: '@kbn/core-metrics-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- -import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; - +import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Server ### Objects - + + ### Interfaces - + diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index 657e068f09672..8e0adfe44b7de 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreMetricsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks -title: "@kbn/core-metrics-server-mocks" +title: '@kbn/core-metrics-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- -import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; - +import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index fce88fa242491..50a9ab14eb1ea 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreMountUtilsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser -title: "@kbn/core-mount-utils-browser" +title: '@kbn/core-mount-utils-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- -import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; - +import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 0 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 770be49eda734..5eb8d40b18a86 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreNodeServerPluginApi slug: /kibana-dev-docs/api/kbn-core-node-server -title: "@kbn/core-node-server" +title: '@kbn/core-node-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- -import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; - +import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 0 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index ff49a78d53041..146199bdc0b79 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreNodeServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-node-server-internal -title: "@kbn/core-node-server-internal" +title: '@kbn/core-node-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- -import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; - +import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 3 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 3 | 1 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index 2df0a80a888c9..5027ff8f40a4f 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreNodeServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-node-server-mocks -title: "@kbn/core-node-server-mocks" +title: '@kbn/core-node-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- -import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; - +import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 56f9d935c5590..9cdd351d272c8 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreNotificationsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-notifications-browser -title: "@kbn/core-notifications-browser" +title: '@kbn/core-notifications-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- -import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; - +import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 39 | 4 | 27 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 39 | 4 | 27 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index e63ede61e4242..88f6bd329c4d7 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreNotificationsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal -title: "@kbn/core-notifications-browser-internal" +title: '@kbn/core-notifications-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- -import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; - +import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 11 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 11 | 2 | ## Client ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index 767124d026ac5..76ba4f4f08c16 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreNotificationsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks -title: "@kbn/core-notifications-browser-mocks" +title: '@kbn/core-notifications-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- -import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; - +import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 828e98f503fd6..a992b29c42083 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreOverlaysBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-overlays-browser -title: "@kbn/core-overlays-browser" +title: '@kbn/core-overlays-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- -import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; - +import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 51 | 0 | 26 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 51 | 0 | 26 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index 6f4679f53697b..ddecd5e924c02 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreOverlaysBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal -title: "@kbn/core-overlays-browser-internal" +title: '@kbn/core-overlays-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- -import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; - +import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 1 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index 8036cead8d1ce..c637a75c8a519 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreOverlaysBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks -title: "@kbn/core-overlays-browser-mocks" +title: '@kbn/core-overlays-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- -import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; - +import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index f53569aa9a570..827bdca948c95 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCorePluginsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-browser -title: "@kbn/core-plugins-browser" +title: '@kbn/core-plugins-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- -import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; - +import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 11 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 72b240d5d8a32..e2407c76050b9 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCorePluginsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks -title: "@kbn/core-plugins-browser-mocks" +title: '@kbn/core-plugins-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- -import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; - +import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 2d707ca9ff117..d7b398bb076f9 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCorePluginsContractsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser -title: "@kbn/core-plugins-contracts-browser" +title: '@kbn/core-plugins-contracts-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- -import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; - +import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 7 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index 367c9a0ef44f5..244789ed4380e 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCorePluginsContractsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server -title: "@kbn/core-plugins-contracts-server" +title: '@kbn/core-plugins-contracts-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- -import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; - +import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 7 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index cc1f0a19294c3..d198651d3fecb 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCorePluginsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-server -title: "@kbn/core-plugins-server" +title: '@kbn/core-plugins-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- -import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; - +import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 53 | 0 | 19 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 53 | 0 | 19 | 0 | ## Server ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 8c54fe929190b..d5b163fabb193 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCorePluginsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks -title: "@kbn/core-plugins-server-mocks" +title: '@kbn/core-plugins-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- -import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; - +import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index 45c88e84c20aa..91eb241d4aa81 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCorePrebootServerPluginApi slug: /kibana-dev-docs/api/kbn-core-preboot-server -title: "@kbn/core-preboot-server" +title: '@kbn/core-preboot-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- -import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; - +import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 0 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index 44db060a96025..06626dcf0b2b6 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCorePrebootServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks -title: "@kbn/core-preboot-server-mocks" +title: '@kbn/core-preboot-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- -import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; - +import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index dd315a3adceb1..0d2fa0d2996b1 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreRenderingBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks -title: "@kbn/core-rendering-browser-mocks" +title: '@kbn/core-rendering-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- -import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; - +import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index 336a2c915fdab..a869756ca392c 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreRenderingServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal -title: "@kbn/core-rendering-server-internal" +title: '@kbn/core-rendering-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- -import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; - +import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 1 | ## Server ### Functions - + diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index 0232153b2ea6d..b17b930b0be5b 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreRenderingServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks -title: "@kbn/core-rendering-server-mocks" +title: '@kbn/core-rendering-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- -import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; - +import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 4abc7915c35f1..3349acf8921b3 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreRootServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-root-server-internal -title: "@kbn/core-root-server-internal" +title: '@kbn/core-root-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- -import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; - +import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 1 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 1 | 12 | 0 | ## Server ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index c755f5027b961..48635f94e8e36 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSavedObjectsApiBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser -title: "@kbn/core-saved-objects-api-browser" +title: '@kbn/core-saved-objects-api-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- -import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; - +import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 113 | 1 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 113 | 1 | 0 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index d223f12b7460a..09c1893d8a5e9 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSavedObjectsApiServerPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server -title: "@kbn/core-saved-objects-api-server" +title: '@kbn/core-saved-objects-api-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- -import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; - +import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 357 | 1 | 5 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 357 | 1 | 5 | 2 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index 781f5f3627f11..7303681629145 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSavedObjectsApiServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks -title: "@kbn/core-saved-objects-api-server-mocks" +title: '@kbn/core-saved-objects-api-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- -import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; - +import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx index 18f403c3ee6d4..75afb445390c5 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -5,38 +5,41 @@ #### id: kibKbnCoreSavedObjectsBaseServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal -title: "@kbn/core-saved-objects-base-server-internal" +title: '@kbn/core-saved-objects-base-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- -import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; - +import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 226 | 0 | 183 | 11 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 226 | 0 | 183 | 11 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx index 8b3c7a3e0ce57..13606b7df9737 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSavedObjectsBaseServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks -title: "@kbn/core-saved-objects-base-server-mocks" +title: '@kbn/core-saved-objects-base-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- -import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; - +import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Server ### Objects - + + ### Functions - + diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index efe5f96c3c369..28fe739c82c27 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSavedObjectsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser -title: "@kbn/core-saved-objects-browser" +title: '@kbn/core-saved-objects-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- -import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; - +import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 0 | ## Client ### Interfaces - + diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 4b67a06f2a1b8..b5fe8721564c9 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSavedObjectsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal -title: "@kbn/core-saved-objects-browser-internal" +title: '@kbn/core-saved-objects-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- -import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; - +import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index 201ea7512af6d..382f8957a79b6 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSavedObjectsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks -title: "@kbn/core-saved-objects-browser-mocks" +title: '@kbn/core-saved-objects-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- -import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; - +import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 945420aa7d2de..293f1dc14e8d1 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSavedObjectsCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-common -title: "@kbn/core-saved-objects-common" +title: '@kbn/core-saved-objects-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common'] --- -import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; - +import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 73 | 0 | 40 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 73 | 0 | 40 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx index 43833af2b30f2..c870e887677b3 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -5,29 +5,36 @@ #### id: kibKbnCoreSavedObjectsImportExportServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal -title: "@kbn/core-saved-objects-import-export-server-internal" +title: '@kbn/core-saved-objects-import-export-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin date: 2024-11-03 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] +tags: + [ + 'contributor', + 'dev', + 'apidocs', + 'kibana', + '@kbn/core-saved-objects-import-export-server-internal', + ] --- -import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; - +import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 23 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 26 | 0 | 23 | 0 | ## Server ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx index 67f27bf393a01..caea528933631 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -5,26 +5,26 @@ #### id: kibKbnCoreSavedObjectsImportExportServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks -title: "@kbn/core-saved-objects-import-export-server-mocks" +title: '@kbn/core-saved-objects-import-export-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin date: 2024-11-03 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] +tags: + ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- -import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; - +import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx index 6ea7824d2cf74..47684b0e94b4d 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -5,35 +5,38 @@ #### id: kibKbnCoreSavedObjectsMigrationServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal -title: "@kbn/core-saved-objects-migration-server-internal" +title: '@kbn/core-saved-objects-migration-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin date: 2024-11-03 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] +tags: + ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- -import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; - +import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 128 | 0 | 94 | 44 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 128 | 0 | 94 | 44 | ## Server ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx index ffc932d56c3dd..260726573c877 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSavedObjectsMigrationServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks -title: "@kbn/core-saved-objects-migration-server-mocks" +title: '@kbn/core-saved-objects-migration-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- -import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; - +import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 12 | 0 | ## Server ### Objects - + + ### Functions - + diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 9b22e7297c321..e8876fdb66d46 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreSavedObjectsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-server -title: "@kbn/core-saved-objects-server" +title: '@kbn/core-saved-objects-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- -import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; - +import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 562 | 1 | 134 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 562 | 1 | 134 | 4 | ## Server ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index 9800f5165b073..473df5f6e3fbc 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreSavedObjectsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal -title: "@kbn/core-saved-objects-server-internal" +title: '@kbn/core-saved-objects-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- -import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; - +import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 73 | 0 | 72 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 73 | 0 | 72 | 5 | ## Server ### Objects - + + ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index eb339531410b4..617799a587688 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSavedObjectsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks -title: "@kbn/core-saved-objects-server-mocks" +title: '@kbn/core-saved-objects-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- -import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; - +import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 14 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index 7aeac238b9d4d..0c3db8a9bc359 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreSavedObjectsUtilsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server -title: "@kbn/core-saved-objects-utils-server" +title: '@kbn/core-saved-objects-utils-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- -import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; - +import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 0 | 6 | 0 | ## Server ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index 7750df9402d8e..ed14da38fd860 100644 --- a/api_docs/kbn_core_security_browser.mdx +++ b/api_docs/kbn_core_security_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSecurityBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-security-browser -title: "@kbn/core-security-browser" +title: '@kbn/core-security-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- -import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; - +import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 3 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index 1ec882e7ca5ba..13347f5bbb6b0 100644 --- a/api_docs/kbn_core_security_browser_internal.mdx +++ b/api_docs/kbn_core_security_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSecurityBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-security-browser-internal -title: "@kbn/core-security-browser-internal" +title: '@kbn/core-security-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- -import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; - +import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index c96d9386c3a45..45bde4430404b 100644 --- a/api_docs/kbn_core_security_browser_mocks.mdx +++ b/api_docs/kbn_core_security_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSecurityBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks -title: "@kbn/core-security-browser-mocks" +title: '@kbn/core-security-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- -import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; - +import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index b3de3dab5c786..5981f41491dbb 100644 --- a/api_docs/kbn_core_security_common.mdx +++ b/api_docs/kbn_core_security_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreSecurityCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-security-common -title: "@kbn/core-security-common" +title: '@kbn/core-security-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- -import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; - +import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 6 | 0 | ## Common ### Interfaces - + diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index fe711bdca08e6..719740bb40e1e 100644 --- a/api_docs/kbn_core_security_server.mdx +++ b/api_docs/kbn_core_security_server.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreSecurityServerPluginApi slug: /kibana-dev-docs/api/kbn-core-security-server -title: "@kbn/core-security-server" +title: '@kbn/core-security-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- -import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; - +import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 146 | 1 | 63 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 146 | 1 | 63 | 0 | ## Server ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index f3ed4b085a245..64800b4ed146f 100644 --- a/api_docs/kbn_core_security_server_internal.mdx +++ b/api_docs/kbn_core_security_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSecurityServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-security-server-internal -title: "@kbn/core-security-server-internal" +title: '@kbn/core-security-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- -import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; - +import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 16 | 0 | ## Server ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 64024b55c8226..b58d34e926b0e 100644 --- a/api_docs/kbn_core_security_server_mocks.mdx +++ b/api_docs/kbn_core_security_server_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreSecurityServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-security-server-mocks -title: "@kbn/core-security-server-mocks" +title: '@kbn/core-security-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- -import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; - +import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 2 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index 8a2d64ac02869..f557cf8f7632d 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreStatusCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-status-common -title: "@kbn/core-status-common" +title: '@kbn/core-status-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common'] --- -import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json'; - +import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 2 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_common_internal.mdx b/api_docs/kbn_core_status_common_internal.mdx index 1057b9baa51a3..95085b3f030fd 100644 --- a/api_docs/kbn_core_status_common_internal.mdx +++ b/api_docs/kbn_core_status_common_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreStatusCommonInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-status-common-internal -title: "@kbn/core-status-common-internal" +title: '@kbn/core-status-common-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common-internal'] --- -import kbnCoreStatusCommonInternalObj from './kbn_core_status_common_internal.devdocs.json'; - +import kbnCoreStatusCommonInternalObj from './kbn_core_status_common_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 20 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 20 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index 68437619f5ed4..5d1ea8f6371dd 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreStatusServerPluginApi slug: /kibana-dev-docs/api/kbn-core-status-server -title: "@kbn/core-status-server" +title: '@kbn/core-status-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- -import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; - +import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 3 | 0 | ## Server ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index a42a4d83e6d28..1da2cd036de9d 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -5,38 +5,41 @@ #### id: kibKbnCoreStatusServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-status-server-internal -title: "@kbn/core-status-server-internal" +title: '@kbn/core-status-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- -import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; - +import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 24 | 3 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index 44a1a6e51df75..e5273fdcbf24f 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreStatusServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-status-server-mocks -title: "@kbn/core-status-server-mocks" +title: '@kbn/core-status-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- -import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; - +import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 661b4f1502b50..0a12ced92597c 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreTestHelpersDeprecationsGettersPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters -title: "@kbn/core-test-helpers-deprecations-getters" +title: '@kbn/core-test-helpers-deprecations-getters' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- -import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; - +import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index 693fc1c2e1224..2d052d40599d6 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreTestHelpersHttpSetupBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser -title: "@kbn/core-test-helpers-http-setup-browser" +title: '@kbn/core-test-helpers-http-setup-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser'] --- -import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; - +import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index b103b4d15d63e..b385ebd52b48f 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -5,35 +5,37 @@ #### id: kibKbnCoreTestHelpersKbnServerPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server -title: "@kbn/core-test-helpers-kbn-server" +title: '@kbn/core-test-helpers-kbn-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- -import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; - +import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 62 | 1 | 55 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 62 | 1 | 55 | 1 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index f2fee6ccb1c1d..bbe4d47324cc5 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreTestHelpersModelVersionsPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions -title: "@kbn/core-test-helpers-model-versions" +title: '@kbn/core-test-helpers-model-versions' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- -import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; - +import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 4 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index b6811533467d9..f9e0f12fe4dde 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreTestHelpersSoTypeSerializerPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer -title: "@kbn/core-test-helpers-so-type-serializer" +title: '@kbn/core-test-helpers-so-type-serializer' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- -import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; - +import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 14 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 14 | 1 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index 9f41d87090a7e..bddfd16258642 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreTestHelpersTestUtilsPluginApi slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils -title: "@kbn/core-test-helpers-test-utils" +title: '@kbn/core-test-helpers-test-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils'] --- -import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; - +import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index ad41574bfa449..5b10e97572268 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreThemeBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-theme-browser -title: "@kbn/core-theme-browser" +title: '@kbn/core-theme-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- -import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; - +import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 2 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 2478515f7795b..69fb73df65e4f 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreThemeBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks -title: "@kbn/core-theme-browser-mocks" +title: '@kbn/core-theme-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- -import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; - +import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 3f4de67e994d3..f15a5a01a9fb2 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUiSettingsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser -title: "@kbn/core-ui-settings-browser" +title: '@kbn/core-ui-settings-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- -import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; - +import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 33 | 2 | 20 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 33 | 2 | 20 | 1 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index 56508a08eb445..a586e6f901d70 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUiSettingsBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal -title: "@kbn/core-ui-settings-browser-internal" +title: '@kbn/core-ui-settings-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- -import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; - +import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 1 | 11 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 1 | 11 | 3 | ## Client ### Classes - + diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 33e1d14ac2d36..3d99cab35db53 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUiSettingsBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks -title: "@kbn/core-ui-settings-browser-mocks" +title: '@kbn/core-ui-settings-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- -import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; - +import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index ae9a3d430df31..8faa6b1b792d8 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreUiSettingsCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-common -title: "@kbn/core-ui-settings-common" +title: '@kbn/core-ui-settings-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- -import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; - +import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 34 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 34 | 0 | 8 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index 113029b122627..2b7f95260b594 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUiSettingsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-server -title: "@kbn/core-ui-settings-server" +title: '@kbn/core-ui-settings-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- -import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; - +import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 1 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 1 | 24 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 176a89798f4a9..b50fcbfef76b5 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCoreUiSettingsServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal -title: "@kbn/core-ui-settings-server-internal" +title: '@kbn/core-ui-settings-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- -import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; - +import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 1 | 19 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 1 | 19 | 3 | ## Server ### Objects - + + ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index 1a5ae77b98cdf..b175829fea438 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUiSettingsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks -title: "@kbn/core-ui-settings-server-mocks" +title: '@kbn/core-ui-settings-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- -import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; - +import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index 0c0873a3bf99b..385c29c0a417b 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUsageDataServerPluginApi slug: /kibana-dev-docs/api/kbn-core-usage-data-server -title: "@kbn/core-usage-data-server" +title: '@kbn/core-usage-data-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- -import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; - +import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 165 | 0 | 154 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 165 | 0 | 154 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index e65489a7a8e7a..9620a46d55d32 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUsageDataServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal -title: "@kbn/core-usage-data-server-internal" +title: '@kbn/core-usage-data-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- -import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; - +import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 2 | ## Server ### Classes - + diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index 6629dec623c1f..900be59f861cd 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUsageDataServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks -title: "@kbn/core-usage-data-server-mocks" +title: '@kbn/core-usage-data-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- -import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; - +import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index 43949a3dbfdbd..5b1f3897b1217 100644 --- a/api_docs/kbn_core_user_profile_browser.mdx +++ b/api_docs/kbn_core_user_profile_browser.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUserProfileBrowserPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-browser -title: "@kbn/core-user-profile-browser" +title: '@kbn/core-user-profile-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- -import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; - +import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 4 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 92fe287a7db6a..7196ad2b55f69 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.mdx +++ b/api_docs/kbn_core_user_profile_browser_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUserProfileBrowserInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal -title: "@kbn/core-user-profile-browser-internal" +title: '@kbn/core-user-profile-browser-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- -import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; - +import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Client ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index 56fe81fa055b2..9ac7c550c3294 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.mdx +++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUserProfileBrowserMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks -title: "@kbn/core-user-profile-browser-mocks" +title: '@kbn/core-user-profile-browser-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- -import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; - +import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Objects - + diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 3e7b37bf0d3b6..8accb3517626a 100644 --- a/api_docs/kbn_core_user_profile_common.mdx +++ b/api_docs/kbn_core_user_profile_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUserProfileCommonPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-common -title: "@kbn/core-user-profile-common" +title: '@kbn/core-user-profile-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common'] --- -import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; - +import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 0 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index 1177664d89c2c..23578f6f5bc6e 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUserProfileServerPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-server -title: "@kbn/core-user-profile-server" +title: '@kbn/core-user-profile-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- -import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; - +import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 31 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 31 | 0 | 6 | 0 | ## Server ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index a8a3c336da6b3..2a632439addec 100644 --- a/api_docs/kbn_core_user_profile_server_internal.mdx +++ b/api_docs/kbn_core_user_profile_server_internal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCoreUserProfileServerInternalPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal -title: "@kbn/core-user-profile-server-internal" +title: '@kbn/core-user-profile-server-internal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-internal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- -import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; - +import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 0 | ## Server ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 75edd38922c6b..43d22210e3c49 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.mdx +++ b/api_docs/kbn_core_user_profile_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUserProfileServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks -title: "@kbn/core-user-profile-server-mocks" +title: '@kbn/core-user-profile-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- -import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; - +import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index 1132d34f5703e..1956f09e0665b 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUserSettingsServerPluginApi slug: /kibana-dev-docs/api/kbn-core-user-settings-server -title: "@kbn/core-user-settings-server" +title: '@kbn/core-user-settings-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- -import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; - +import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Server ### Interfaces - + diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index f6dd30a005eb6..23a263a045d04 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCoreUserSettingsServerMocksPluginApi slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks -title: "@kbn/core-user-settings-server-mocks" +title: '@kbn/core-user-settings-server-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- -import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; - +import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Server ### Objects - + diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 9a0943e513023..662e488d48d54 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -5,29 +5,29 @@ #### id: kibKbnCryptoPluginApi slug: /kibana-dev-docs/api/kbn-crypto -title: "@kbn/crypto" +title: '@kbn/crypto' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- -import kbnCryptoObj from './kbn_crypto.devdocs.json'; - +import kbnCryptoObj from './kbn_crypto.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 7 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index 7dbdcdba0ce14..86010438152c7 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCryptoBrowserPluginApi slug: /kibana-dev-docs/api/kbn-crypto-browser -title: "@kbn/crypto-browser" +title: '@kbn/crypto-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- -import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; - +import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 0 | ## Common ### Classes - + diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx index f03d9502bf08e..e54c2fdaadb00 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCustomIconsPluginApi slug: /kibana-dev-docs/api/kbn-custom-icons -title: "@kbn/custom-icons" +title: '@kbn/custom-icons' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- -import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; - +import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 16 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index bba53539f6eac..dc33c56b3eaf4 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -5,32 +5,33 @@ #### id: kibKbnCustomIntegrationsPluginApi slug: /kibana-dev-docs/api/kbn-custom-integrations -title: "@kbn/custom-integrations" +title: '@kbn/custom-integrations' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- -import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; - +import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 17 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 17 | 6 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 7b69e5842b18f..770fccb21e1b0 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnCypressConfigPluginApi slug: /kibana-dev-docs/api/kbn-cypress-config -title: "@kbn/cypress-config" +title: '@kbn/cypress-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- -import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; - +import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index 55475ce173e4c..51bfeea338d58 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -5,32 +5,33 @@ #### id: kibKbnDataForgePluginApi slug: /kibana-dev-docs/api/kbn-data-forge -title: "@kbn/data-forge" +title: '@kbn/data-forge' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- -import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; - +import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 52 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 52 | 1 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index 4602a206806b7..f172d16a7d534 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -5,32 +5,33 @@ #### id: kibKbnDataServicePluginApi slug: /kibana-dev-docs/api/kbn-data-service -title: "@kbn/data-service" +title: '@kbn/data-service' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- -import kbnDataServiceObj from './kbn_data_service.devdocs.json'; - +import kbnDataServiceObj from './kbn_data_service.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 14 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 14 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 0bb859672255c..0e010fb300cf2 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -5,38 +5,41 @@ #### id: kibKbnDataStreamAdapterPluginApi slug: /kibana-dev-docs/api/kbn-data-stream-adapter -title: "@kbn/data-stream-adapter" +title: '@kbn/data-stream-adapter' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- -import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; - +import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 80 | 0 | 80 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 80 | 0 | 80 | 1 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index 6e58b62f005fa..0da52f73c7d0f 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDataViewUtilsPluginApi slug: /kibana-dev-docs/api/kbn-data-view-utils -title: "@kbn/data-view-utils" +title: '@kbn/data-view-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- -import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; - +import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 5 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index f17be3e8bce27..66f183c339d61 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -5,32 +5,33 @@ #### id: kibKbnDatemathPluginApi slug: /kibana-dev-docs/api/kbn-datemath -title: "@kbn/datemath" +title: '@kbn/datemath' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- -import kbnDatemathObj from './kbn_datemath.devdocs.json'; - +import kbnDatemathObj from './kbn_datemath.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 43 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 0 | 43 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index 93bc6467cd13d..09db3f103b7c5 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksAnalyticsPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-analytics -title: "@kbn/deeplinks-analytics" +title: '@kbn/deeplinks-analytics' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- -import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; - +import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 899e43067097e..3a7a6be84bfc0 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksDevtoolsPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-devtools -title: "@kbn/deeplinks-devtools" +title: '@kbn/deeplinks-devtools' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- -import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; - +import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_fleet.mdx b/api_docs/kbn_deeplinks_fleet.mdx index 37ba883c9ba1a..e8605c3b136ca 100644 --- a/api_docs/kbn_deeplinks_fleet.mdx +++ b/api_docs/kbn_deeplinks_fleet.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksFleetPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-fleet -title: "@kbn/deeplinks-fleet" +title: '@kbn/deeplinks-fleet' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-fleet plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-fleet'] --- -import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json'; - +import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json'; Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 66fb016211271..e5422616099a0 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksManagementPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-management -title: "@kbn/deeplinks-management" +title: '@kbn/deeplinks-management' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management'] --- -import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; - +import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx index 2cec5a0b4a766..a0afe00dcb25b 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksMlPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-ml -title: "@kbn/deeplinks-ml" +title: '@kbn/deeplinks-ml' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- -import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; - +import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index 331b6050e0b07..db77a65832fe2 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDeeplinksObservabilityPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-observability -title: "@kbn/deeplinks-observability" +title: '@kbn/deeplinks-observability' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- -import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; - +import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 65 | 0 | 53 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 65 | 0 | 53 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index e5eb921bb2e27..69506cf38e3a2 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksSearchPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-search -title: "@kbn/deeplinks-search" +title: '@kbn/deeplinks-search' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- -import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; - +import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 21 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx index 411d9afbd91ac..8edf133236a32 100644 --- a/api_docs/kbn_deeplinks_security.mdx +++ b/api_docs/kbn_deeplinks_security.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDeeplinksSecurityPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-security -title: "@kbn/deeplinks-security" +title: '@kbn/deeplinks-security' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-security plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-security'] --- -import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json'; - +import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json'; Contact [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_deeplinks_shared.mdx b/api_docs/kbn_deeplinks_shared.mdx index 30df2a5b97eac..c3071957b87ab 100644 --- a/api_docs/kbn_deeplinks_shared.mdx +++ b/api_docs/kbn_deeplinks_shared.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDeeplinksSharedPluginApi slug: /kibana-dev-docs/api/kbn-deeplinks-shared -title: "@kbn/deeplinks-shared" +title: '@kbn/deeplinks-shared' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-shared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- -import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; - +import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 7ba8fca2cb2d0..e341d615023c1 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDefaultNavAnalyticsPluginApi slug: /kibana-dev-docs/api/kbn-default-nav-analytics -title: "@kbn/default-nav-analytics" +title: '@kbn/default-nav-analytics' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- -import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; - +import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index b4019b3b5db07..0ea45ddda99b9 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDefaultNavDevtoolsPluginApi slug: /kibana-dev-docs/api/kbn-default-nav-devtools -title: "@kbn/default-nav-devtools" +title: '@kbn/default-nav-devtools' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- -import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; - +import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index c89b3511a758e..0f089882352bf 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDefaultNavManagementPluginApi slug: /kibana-dev-docs/api/kbn-default-nav-management -title: "@kbn/default-nav-management" +title: '@kbn/default-nav-management' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- -import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; - +import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 445fd253d032a..fd06e9adeb779 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDefaultNavMlPluginApi slug: /kibana-dev-docs/api/kbn-default-nav-ml -title: "@kbn/default-nav-ml" +title: '@kbn/default-nav-ml' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- -import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; - +import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index d59995166f2e2..eaa275007a8fc 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDevCliErrorsPluginApi slug: /kibana-dev-docs/api/kbn-dev-cli-errors -title: "@kbn/dev-cli-errors" +title: '@kbn/dev-cli-errors' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors'] --- -import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json'; - +import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 1 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 1 | 9 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx index 8b0829d3a1a00..d7cf5fcd3bb55 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -5,38 +5,41 @@ #### id: kibKbnDevCliRunnerPluginApi slug: /kibana-dev-docs/api/kbn-dev-cli-runner -title: "@kbn/dev-cli-runner" +title: '@kbn/dev-cli-runner' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner'] --- -import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json'; - +import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 102 | 0 | 86 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 102 | 0 | 86 | 0 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx index da9ae4250445b..965f642e1e48f 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDevProcRunnerPluginApi slug: /kibana-dev-docs/api/kbn-dev-proc-runner -title: "@kbn/dev-proc-runner" +title: '@kbn/dev-proc-runner' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner'] --- -import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json'; - +import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 9 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx index 4a07e27a3c040..59bb1ba35c26d 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnDevUtilsPluginApi slug: /kibana-dev-docs/api/kbn-dev-utils -title: "@kbn/dev-utils" +title: '@kbn/dev-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- -import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; - +import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 38 | 2 | 33 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 38 | 2 | 33 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index 6867ec2510890..05dab4a824ff4 100644 --- a/api_docs/kbn_discover_contextual_components.mdx +++ b/api_docs/kbn_discover_contextual_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnDiscoverContextualComponentsPluginApi slug: /kibana-dev-docs/api/kbn-discover-contextual-components -title: "@kbn/discover-contextual-components" +title: '@kbn/discover-contextual-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-contextual-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-contextual-components'] --- -import kbnDiscoverContextualComponentsObj from './kbn_discover_contextual_components.devdocs.json'; - +import kbnDiscoverContextualComponentsObj from './kbn_discover_contextual_components.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 34 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 0 | 34 | 2 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index 901d3d490a700..4893bd44aa6e4 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -5,41 +5,45 @@ #### id: kibKbnDiscoverUtilsPluginApi slug: /kibana-dev-docs/api/kbn-discover-utils -title: "@kbn/discover-utils" +title: '@kbn/discover-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- -import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; - +import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 284 | 0 | 234 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 284 | 0 | 234 | 4 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 894105cf13952..4b8d450ff1f32 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -5,29 +5,29 @@ #### id: kibKbnDocLinksPluginApi slug: /kibana-dev-docs/api/kbn-doc-links -title: "@kbn/doc-links" +title: '@kbn/doc-links' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- -import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; - +import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; Contact [@elastic/docs](https://github.com/orgs/elastic/teams/docs) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 79 | 0 | 79 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 79 | 0 | 79 | 2 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index f0b148567ff36..97ed6d739545c 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnDocsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-docs-utils -title: "@kbn/docs-utils" +title: '@kbn/docs-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- -import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; - +import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 1 | ## Server ### Functions - + diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index 2702531403f11..cd90942d4b001 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -5,35 +5,37 @@ #### id: kibKbnDomDragDropPluginApi slug: /kibana-dev-docs/api/kbn-dom-drag-drop -title: "@kbn/dom-drag-drop" +title: '@kbn/dom-drag-drop' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop'] --- -import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; - +import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 57 | 0 | 30 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 57 | 0 | 30 | 6 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index b82d6798c186c..42f9f431f2ef5 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -5,32 +5,33 @@ #### id: kibKbnEbtToolsPluginApi slug: /kibana-dev-docs/api/kbn-ebt-tools -title: "@kbn/ebt-tools" +title: '@kbn/ebt-tools' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- -import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; - +import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 28 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 0 | 28 | 2 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index 1d3da5d2aa8ef..60f303ee697ee 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -5,29 +5,29 @@ #### id: kibKbnEcsDataQualityDashboardPluginApi slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard -title: "@kbn/ecs-data-quality-dashboard" +title: '@kbn/ecs-data-quality-dashboard' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- -import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; - +import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 8 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index 465003a47f855..ea569c4c988ce 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnElasticAgentUtilsPluginApi slug: /kibana-dev-docs/api/kbn-elastic-agent-utils -title: "@kbn/elastic-agent-utils" +title: '@kbn/elastic-agent-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- -import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; - +import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 0 | 41 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 0 | 41 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index a5401fbcac74f..e667b8c59cce3 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -5,32 +5,33 @@ #### id: kibKbnElasticAssistantPluginApi slug: /kibana-dev-docs/api/kbn-elastic-assistant -title: "@kbn/elastic-assistant" +title: '@kbn/elastic-assistant' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- -import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; - +import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 169 | 0 | 140 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 169 | 0 | 140 | 10 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index bf5949172a55c..68df4dc4c4c56 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnElasticAssistantCommonPluginApi slug: /kibana-dev-docs/api/kbn-elastic-assistant-common -title: "@kbn/elastic-assistant-common" +title: '@kbn/elastic-assistant-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- -import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; - +import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 403 | 0 | 372 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 403 | 0 | 372 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index b9979fac7d3d8..9d7738acda28e 100644 --- a/api_docs/kbn_entities_schema.mdx +++ b/api_docs/kbn_entities_schema.mdx @@ -5,38 +5,41 @@ #### id: kibKbnEntitiesSchemaPluginApi slug: /kibana-dev-docs/api/kbn-entities-schema -title: "@kbn/entities-schema" +title: '@kbn/entities-schema' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/entities-schema plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- -import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; - +import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; Contact [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 43 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 43 | 0 | 43 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index 927cd101241e8..40602ec751f6d 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -5,32 +5,33 @@ #### id: kibKbnEsPluginApi slug: /kibana-dev-docs/api/kbn-es -title: "@kbn/es" +title: '@kbn/es' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es'] --- -import kbnEsObj from './kbn_es.devdocs.json'; - +import kbnEsObj from './kbn_es.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 55 | 0 | 40 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 55 | 0 | 40 | 7 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx index 340d8ec63478a..7e8d368879819 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -5,32 +5,33 @@ #### id: kibKbnEsArchiverPluginApi slug: /kibana-dev-docs/api/kbn-es-archiver -title: "@kbn/es-archiver" +title: '@kbn/es-archiver' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- -import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; - +import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 19 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 19 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index d4e21460f6b4f..a2122306f346f 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -5,32 +5,33 @@ #### id: kibKbnEsErrorsPluginApi slug: /kibana-dev-docs/api/kbn-es-errors -title: "@kbn/es-errors" +title: '@kbn/es-errors' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- -import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; - +import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 6 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 15c99c6bf809b..6e100d1fdad8e 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -5,41 +5,45 @@ #### id: kibKbnEsQueryPluginApi slug: /kibana-dev-docs/api/kbn-es-query -title: "@kbn/es-query" +title: '@kbn/es-query' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- -import kbnEsQueryObj from './kbn_es_query.devdocs.json'; - +import kbnEsQueryObj from './kbn_es_query.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 271 | 1 | 210 | 14 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 271 | 1 | 210 | 14 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index 632aeb5671af7..079278cdfc66a 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnEsTypesPluginApi slug: /kibana-dev-docs/api/kbn-es-types -title: "@kbn/es-types" +title: '@kbn/es-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types'] --- -import kbnEsTypesObj from './kbn_es_types.devdocs.json'; - +import kbnEsTypesObj from './kbn_es_types.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 30 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 30 | 1 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx index 5747292f2c590..8ff844cff95be 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -5,26 +5,25 @@ #### id: kibKbnEslintPluginImportsPluginApi slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports -title: "@kbn/eslint-plugin-imports" +title: '@kbn/eslint-plugin-imports' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- -import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; - +import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_esql_ast.mdx b/api_docs/kbn_esql_ast.mdx index 9bf5a7c6f51ed..562739cbe10d1 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -5,38 +5,41 @@ #### id: kibKbnEsqlAstPluginApi slug: /kibana-dev-docs/api/kbn-esql-ast -title: "@kbn/esql-ast" +title: '@kbn/esql-ast' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- -import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; - +import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 270 | 1 | 211 | 35 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 270 | 1 | 211 | 35 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 5659b764ff728..7ddf304c64921 100644 --- a/api_docs/kbn_esql_editor.mdx +++ b/api_docs/kbn_esql_editor.mdx @@ -5,29 +5,29 @@ #### id: kibKbnEsqlEditorPluginApi slug: /kibana-dev-docs/api/kbn-esql-editor -title: "@kbn/esql-editor" +title: '@kbn/esql-editor' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-editor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- -import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; - +import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 12 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index bca306acf24b4..8df251c26b6e5 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnEsqlUtilsPluginApi slug: /kibana-dev-docs/api/kbn-esql-utils -title: "@kbn/esql-utils" +title: '@kbn/esql-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- -import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; - +import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 79 | 0 | 71 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 79 | 0 | 71 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 6c710a7aa49c5..7e228761429ac 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -5,35 +5,37 @@ #### id: kibKbnEsqlValidationAutocompletePluginApi slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete -title: "@kbn/esql-validation-autocomplete" +title: '@kbn/esql-validation-autocomplete' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-validation-autocomplete'] --- -import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; - +import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 202 | 0 | 190 | 12 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 202 | 0 | 190 | 12 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 2b12716b66814..8702f79701aea 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -5,35 +5,37 @@ #### id: kibKbnEventAnnotationCommonPluginApi slug: /kibana-dev-docs/api/kbn-event-annotation-common -title: "@kbn/event-annotation-common" +title: '@kbn/event-annotation-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common'] --- -import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; - +import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 40 | 0 | 40 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 40 | 0 | 40 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx index 1a51d1040b41f..8eba4f3810d6f 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnEventAnnotationComponentsPluginApi slug: /kibana-dev-docs/api/kbn-event-annotation-components -title: "@kbn/event-annotation-components" +title: '@kbn/event-annotation-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- -import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; - +import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 52 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 52 | 1 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index c56e243ae711f..9ece6aaa8b6b9 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -5,29 +5,29 @@ #### id: kibKbnExpandableFlyoutPluginApi slug: /kibana-dev-docs/api/kbn-expandable-flyout -title: "@kbn/expandable-flyout" +title: '@kbn/expandable-flyout' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- -import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; - +import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; Contact [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 17 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 0 | 17 | 3 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index c7529d970030b..863c2cfa1438b 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -5,35 +5,37 @@ #### id: kibKbnFieldTypesPluginApi slug: /kibana-dev-docs/api/kbn-field-types -title: "@kbn/field-types" +title: '@kbn/field-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- -import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; - +import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 18 | 0 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index 7d9115b4887eb..48ede6defac43 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnFieldUtilsPluginApi slug: /kibana-dev-docs/api/kbn-field-utils -title: "@kbn/field-utils" +title: '@kbn/field-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- -import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; - +import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 49 | 0 | 40 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 49 | 0 | 40 | 2 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 481b6a1d284bc..66ad64d24943e 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -5,26 +5,25 @@ #### id: kibKbnFindUsedNodeModulesPluginApi slug: /kibana-dev-docs/api/kbn-find-used-node-modules -title: "@kbn/find-used-node-modules" +title: '@kbn/find-used-node-modules' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules'] --- -import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; - +import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_formatters.mdx b/api_docs/kbn_formatters.mdx index 99d87e97070e5..e98fee0e7ac7d 100644 --- a/api_docs/kbn_formatters.mdx +++ b/api_docs/kbn_formatters.mdx @@ -5,26 +5,25 @@ #### id: kibKbnFormattersPluginApi slug: /kibana-dev-docs/api/kbn-formatters -title: "@kbn/formatters" +title: '@kbn/formatters' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/formatters plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/formatters'] --- -import kbnFormattersObj from './kbn_formatters.devdocs.json'; - +import kbnFormattersObj from './kbn_formatters.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index eec2a571d5d36..2abcd1886d097 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -5,38 +5,41 @@ #### id: kibKbnFtrCommonFunctionalServicesPluginApi slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services -title: "@kbn/ftr-common-functional-services" +title: '@kbn/ftr-common-functional-services' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services'] --- -import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; - +import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 111 | 2 | 86 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 111 | 2 | 86 | 1 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ftr_common_functional_ui_services.mdx b/api_docs/kbn_ftr_common_functional_ui_services.mdx index 3306c9795c316..19176de8273d1 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -5,38 +5,41 @@ #### id: kibKbnFtrCommonFunctionalUiServicesPluginApi slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services -title: "@kbn/ftr-common-functional-ui-services" +title: '@kbn/ftr-common-functional-ui-services' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-ui-services'] --- -import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; - +import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 560 | 6 | 520 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 560 | 6 | 520 | 7 | ## Common ### Objects - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index f0afa1eda6503..f1a8bf46ff98b 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -5,26 +5,25 @@ #### id: kibKbnGeneratePluginApi slug: /kibana-dev-docs/api/kbn-generate -title: "@kbn/generate" +title: '@kbn/generate' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- -import kbnGenerateObj from './kbn_generate.devdocs.json'; - +import kbnGenerateObj from './kbn_generate.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx index eb63bbaf11f08..a383ca418ca1a 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -5,26 +5,25 @@ #### id: kibKbnGenerateConsoleDefinitionsPluginApi slug: /kibana-dev-docs/api/kbn-generate-console-definitions -title: "@kbn/generate-console-definitions" +title: '@kbn/generate-console-definitions' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] --- -import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; - +import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index 02a224c014d81..20a6d21695ab4 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -5,29 +5,29 @@ #### id: kibKbnGenerateCsvPluginApi slug: /kibana-dev-docs/api/kbn-generate-csv -title: "@kbn/generate-csv" +title: '@kbn/generate-csv' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- -import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; - +import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 26 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 26 | 0 | 26 | 1 | ## Server ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index 8f1e18b40d9b1..5d3bee89f7913 100644 --- a/api_docs/kbn_grid_layout.mdx +++ b/api_docs/kbn_grid_layout.mdx @@ -5,32 +5,33 @@ #### id: kibKbnGridLayoutPluginApi slug: /kibana-dev-docs/api/kbn-grid-layout -title: "@kbn/grid-layout" +title: '@kbn/grid-layout' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grid-layout plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- -import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; - +import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 16 | 1 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index c004cac0b227a..055e237c439e4 100644 --- a/api_docs/kbn_grouping.mdx +++ b/api_docs/kbn_grouping.mdx @@ -5,32 +5,33 @@ #### id: kibKbnGroupingPluginApi slug: /kibana-dev-docs/api/kbn-grouping -title: "@kbn/grouping" +title: '@kbn/grouping' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grouping plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- -import kbnGroupingObj from './kbn_grouping.devdocs.json'; - +import kbnGroupingObj from './kbn_grouping.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 12 | 11 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 12 | 11 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index a2613f1787225..79c5c99c1ad4d 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -5,32 +5,33 @@ #### id: kibKbnGuidedOnboardingPluginApi slug: /kibana-dev-docs/api/kbn-guided-onboarding -title: "@kbn/guided-onboarding" +title: '@kbn/guided-onboarding' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding'] --- -import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; - +import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 49 | 0 | 47 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 49 | 0 | 47 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index a329af3011ab2..f92f95dfdda96 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -5,32 +5,33 @@ #### id: kibKbnHandlebarsPluginApi slug: /kibana-dev-docs/api/kbn-handlebars -title: "@kbn/handlebars" +title: '@kbn/handlebars' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- -import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; - +import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 33 | 3 | 24 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 33 | 3 | 24 | 6 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index 66f2c8d7b0ebc..ced05241c1ee3 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnHapiMocksPluginApi slug: /kibana-dev-docs/api/kbn-hapi-mocks -title: "@kbn/hapi-mocks" +title: '@kbn/hapi-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks'] --- -import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; - +import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Objects - + diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index 5ebb8e9a2c8fb..a7f44ebbcb202 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnHealthGatewayServerPluginApi slug: /kibana-dev-docs/api/kbn-health-gateway-server -title: "@kbn/health-gateway-server" +title: '@kbn/health-gateway-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server'] --- -import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; - +import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index a5f6190bfbd27..3053a7face1fa 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -5,32 +5,33 @@ #### id: kibKbnHomeSampleDataCardPluginApi slug: /kibana-dev-docs/api/kbn-home-sample-data-card -title: "@kbn/home-sample-data-card" +title: '@kbn/home-sample-data-card' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card'] --- -import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json'; - +import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 22 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 22 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx index 7d297ed6addf2..c563fe5f6a2f7 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -5,29 +5,29 @@ #### id: kibKbnHomeSampleDataTabPluginApi slug: /kibana-dev-docs/api/kbn-home-sample-data-tab -title: "@kbn/home-sample-data-tab" +title: '@kbn/home-sample-data-tab' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab'] --- -import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; - +import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 2 | 2 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index 7130364f48245..13ac35029b5c9 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -5,32 +5,33 @@ #### id: kibKbnI18nPluginApi slug: /kibana-dev-docs/api/kbn-i18n -title: "@kbn/i18n" +title: '@kbn/i18n' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- -import kbnI18nObj from './kbn_i18n.devdocs.json'; - +import kbnI18nObj from './kbn_i18n.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 27 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 0 | 27 | 2 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index 23187d49ff8b8..d6e5c6943178e 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -5,32 +5,33 @@ #### id: kibKbnI18nReactPluginApi slug: /kibana-dev-docs/api/kbn-i18n-react -title: "@kbn/i18n-react" +title: '@kbn/i18n-react' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react'] --- -import kbnI18nReactObj from './kbn_i18n_react.devdocs.json'; - +import kbnI18nReactObj from './kbn_i18n_react.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 0 | 7 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx index 18c26f3d73cbc..25e303b8523dd 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -5,35 +5,37 @@ #### id: kibKbnImportResolverPluginApi slug: /kibana-dev-docs/api/kbn-import-resolver -title: "@kbn/import-resolver" +title: '@kbn/import-resolver' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- -import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; - +import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 47 | 0 | 40 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 47 | 0 | 40 | 0 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index 707fa999972e4..960780fd03e25 100644 --- a/api_docs/kbn_index_management_shared_types.mdx +++ b/api_docs/kbn_index_management_shared_types.mdx @@ -5,32 +5,33 @@ #### id: kibKbnIndexManagementSharedTypesPluginApi slug: /kibana-dev-docs/api/kbn-index-management-shared-types -title: "@kbn/index-management-shared-types" +title: '@kbn/index-management-shared-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management-shared-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- -import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; - +import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 124 | 3 | 124 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 124 | 3 | 124 | 0 | ## Common ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_inference_integration_flyout.mdx b/api_docs/kbn_inference_integration_flyout.mdx index ef3b4c76d2eab..c7b9a4bd26734 100644 --- a/api_docs/kbn_inference_integration_flyout.mdx +++ b/api_docs/kbn_inference_integration_flyout.mdx @@ -5,29 +5,29 @@ #### id: kibKbnInferenceIntegrationFlyoutPluginApi slug: /kibana-dev-docs/api/kbn-inference_integration_flyout -title: "@kbn/inference_integration_flyout" +title: '@kbn/inference_integration_flyout' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference_integration_flyout plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference_integration_flyout'] --- -import kbnInferenceIntegrationFlyoutObj from './kbn_inference_integration_flyout.devdocs.json'; - +import kbnInferenceIntegrationFlyoutObj from './kbn_inference_integration_flyout.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 1 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 1 | 7 | 1 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index f147d6ba87818..fb5fed47b4b23 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -5,26 +5,25 @@ #### id: kibKbnInfraForgePluginApi slug: /kibana-dev-docs/api/kbn-infra-forge -title: "@kbn/infra-forge" +title: '@kbn/infra-forge' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- -import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; - +import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index af293fff9638c..c3c2ed777649b 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -5,32 +5,33 @@ #### id: kibKbnInterpreterPluginApi slug: /kibana-dev-docs/api/kbn-interpreter -title: "@kbn/interpreter" +title: '@kbn/interpreter' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- -import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; - +import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 12 | 43 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 12 | 43 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_investigation_shared.mdx b/api_docs/kbn_investigation_shared.mdx index e72e261834945..4c1f4617650c7 100644 --- a/api_docs/kbn_investigation_shared.mdx +++ b/api_docs/kbn_investigation_shared.mdx @@ -5,29 +5,29 @@ #### id: kibKbnInvestigationSharedPluginApi slug: /kibana-dev-docs/api/kbn-investigation-shared -title: "@kbn/investigation-shared" +title: '@kbn/investigation-shared' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/investigation-shared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/investigation-shared'] --- -import kbnInvestigationSharedObj from './kbn_investigation_shared.devdocs.json'; - +import kbnInvestigationSharedObj from './kbn_investigation_shared.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 82 | 0 | 82 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 82 | 0 | 82 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index f9e4c2c25751a..00af89bc21d3a 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnIoTsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-io-ts-utils -title: "@kbn/io-ts-utils" +title: '@kbn/io-ts-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils'] --- -import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; - +import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 60 | 0 | 60 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 60 | 0 | 60 | 4 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index fbcb567ac44a1..11004f30654d6 100644 --- a/api_docs/kbn_ipynb.mdx +++ b/api_docs/kbn_ipynb.mdx @@ -5,29 +5,29 @@ #### id: kibKbnIpynbPluginApi slug: /kibana-dev-docs/api/kbn-ipynb -title: "@kbn/ipynb" +title: '@kbn/ipynb' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ipynb plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ipynb'] --- -import kbnIpynbObj from './kbn_ipynb.devdocs.json'; - +import kbnIpynbObj from './kbn_ipynb.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 44 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 0 | 44 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_item_buffer.mdx b/api_docs/kbn_item_buffer.mdx index 60ab55c256c31..10beef2bbf952 100644 --- a/api_docs/kbn_item_buffer.mdx +++ b/api_docs/kbn_item_buffer.mdx @@ -5,29 +5,29 @@ #### id: kibKbnItemBufferPluginApi slug: /kibana-dev-docs/api/kbn-item-buffer -title: "@kbn/item-buffer" +title: '@kbn/item-buffer' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/item-buffer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/item-buffer'] --- -import kbnItemBufferObj from './kbn_item_buffer.devdocs.json'; - +import kbnItemBufferObj from './kbn_item_buffer.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 14 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 14 | 0 | ## Common ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx index c68643de9dbc7..ab75454eba70c 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -5,26 +5,25 @@ #### id: kibKbnJestSerializersPluginApi slug: /kibana-dev-docs/api/kbn-jest-serializers -title: "@kbn/jest-serializers" +title: '@kbn/jest-serializers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers'] --- -import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json'; - +import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 13 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx index 65845c964ab4d..4b30542d86b6b 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -5,35 +5,37 @@ #### id: kibKbnJourneysPluginApi slug: /kibana-dev-docs/api/kbn-journeys -title: "@kbn/journeys" +title: '@kbn/journeys' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys'] --- -import kbnJourneysObj from './kbn_journeys.devdocs.json'; - +import kbnJourneysObj from './kbn_journeys.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 87 | 0 | 79 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 87 | 0 | 79 | 6 | ## Common ### Objects - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx index 13b7d4f733a67..85ad28fd25d0e 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -5,26 +5,25 @@ #### id: kibKbnJsonAstPluginApi slug: /kibana-dev-docs/api/kbn-json-ast -title: "@kbn/json-ast" +title: '@kbn/json-ast' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast'] --- -import kbnJsonAstObj from './kbn_json_ast.devdocs.json'; - +import kbnJsonAstObj from './kbn_json_ast.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 41 | 2 | 35 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 41 | 2 | 35 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_json_schemas.mdx b/api_docs/kbn_json_schemas.mdx index 6c968cb61d051..c720b9cbd64b3 100644 --- a/api_docs/kbn_json_schemas.mdx +++ b/api_docs/kbn_json_schemas.mdx @@ -5,26 +5,25 @@ #### id: kibKbnJsonSchemasPluginApi slug: /kibana-dev-docs/api/kbn-json-schemas -title: "@kbn/json-schemas" +title: '@kbn/json-schemas' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-schemas plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- -import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; - +import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 7 | 0 | ## Common ### Classes - + diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index f53c87ac20596..fa7fa7e9e3295 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -5,26 +5,25 @@ #### id: kibKbnKibanaManifestSchemaPluginApi slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema -title: "@kbn/kibana-manifest-schema" +title: '@kbn/kibana-manifest-schema' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema'] --- -import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json'; - +import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 116 | 0 | 115 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 116 | 0 | 115 | 0 | ## Common ### Objects - + diff --git a/api_docs/kbn_language_documentation.mdx b/api_docs/kbn_language_documentation.mdx index b5acb66a5c936..43095f858bf8f 100644 --- a/api_docs/kbn_language_documentation.mdx +++ b/api_docs/kbn_language_documentation.mdx @@ -5,29 +5,29 @@ #### id: kibKbnLanguageDocumentationPluginApi slug: /kibana-dev-docs/api/kbn-language-documentation -title: "@kbn/language-documentation" +title: '@kbn/language-documentation' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- -import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; - +import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 7 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 644c8b4068192..2953137ab60f0 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnLensEmbeddableUtilsPluginApi slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils -title: "@kbn/lens-embeddable-utils" +title: '@kbn/lens-embeddable-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils'] --- -import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; - +import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 193 | 0 | 190 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 193 | 0 | 190 | 6 | ## Common ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_lens_formula_docs.mdx b/api_docs/kbn_lens_formula_docs.mdx index 59326214e893e..294bd31411213 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -5,32 +5,33 @@ #### id: kibKbnLensFormulaDocsPluginApi slug: /kibana-dev-docs/api/kbn-lens-formula-docs -title: "@kbn/lens-formula-docs" +title: '@kbn/lens-formula-docs' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- -import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; - +import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 172 | 0 | 172 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 172 | 0 | 172 | 1 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index a445c58805047..ba940ffc3d771 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -5,29 +5,29 @@ #### id: kibKbnLoggingPluginApi slug: /kibana-dev-docs/api/kbn-logging -title: "@kbn/logging" +title: '@kbn/logging' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- -import kbnLoggingObj from './kbn_logging.devdocs.json'; - +import kbnLoggingObj from './kbn_logging.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 28 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 28 | 0 | 2 | 2 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index 5ee212212f5cf..f43a1115527e0 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnLoggingMocksPluginApi slug: /kibana-dev-docs/api/kbn-logging-mocks -title: "@kbn/logging-mocks" +title: '@kbn/logging-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- -import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; - +import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index 4d29a0e3d7004..e4aabdef68f64 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -5,26 +5,25 @@ #### id: kibKbnManagedContentBadgePluginApi slug: /kibana-dev-docs/api/kbn-managed-content-badge -title: "@kbn/managed-content-badge" +title: '@kbn/managed-content-badge' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-content-badge'] --- -import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; - +import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index 7fd663671fa58..039fc1c42c7f1 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagedVscodeConfigPluginApi slug: /kibana-dev-docs/api/kbn-managed-vscode-config -title: "@kbn/managed-vscode-config" +title: '@kbn/managed-vscode-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- -import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; - +import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 1 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 1 | 1 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx index 39b29bbb967ec..e1398e26076ea 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -5,38 +5,41 @@ #### id: kibKbnManagementCardsNavigationPluginApi slug: /kibana-dev-docs/api/kbn-management-cards-navigation -title: "@kbn/management-cards-navigation" +title: '@kbn/management-cards-navigation' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- -import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; - +import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 12 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 12 | 2 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 94e7ca43d8d1b..955b63f24f5a7 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagementSettingsApplicationPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-application -title: "@kbn/management-settings-application" +title: '@kbn/management-settings-application' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- -import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; - +import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 6 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 6 | 2 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index 672247dfba081..6a3618aa23fa3 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -5,32 +5,34 @@ #### id: kibKbnManagementSettingsComponentsFieldCategoryPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category -title: "@kbn/management-settings-components-field-category" +title: '@kbn/management-settings-components-field-category' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin date: 2024-11-03 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] +tags: + ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- -import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; - +import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 4 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index ffa3a3c12efcc..37a0377ed4e92 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagementSettingsComponentsFieldInputPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input -title: "@kbn/management-settings-components-field-input" +title: '@kbn/management-settings-components-field-input' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- -import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; - +import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 1 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 1 | 9 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index 42d85e9dcdd87..9edf291b1b41a 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -5,32 +5,33 @@ #### id: kibKbnManagementSettingsComponentsFieldRowPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row -title: "@kbn/management-settings-components-field-row" +title: '@kbn/management-settings-components-field-row' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- -import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; - +import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 7 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index 689384b04e34e..54d666849d928 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagementSettingsComponentsFormPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-components-form -title: "@kbn/management-settings-components-form" +title: '@kbn/management-settings-components-form' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- -import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; - +import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 2 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 2 | 3 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index 2d146fb2fa7b1..30b94a2f80130 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -5,26 +5,25 @@ #### id: kibKbnManagementSettingsFieldDefinitionPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-field-definition -title: "@kbn/management-settings-field-definition" +title: '@kbn/management-settings-field-definition' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- -import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; - +import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 45 | 0 | 0 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index 20e7613462d17..8d502b3468358 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -5,26 +5,25 @@ #### id: kibKbnManagementSettingsIdsPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-ids -title: "@kbn/management-settings-ids" +title: '@kbn/management-settings-ids' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- -import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; - +import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; -Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin. +Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 140 | 0 | 139 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 140 | 0 | 139 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index 9ba949c890970..71ae8ac9b8e58 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -5,32 +5,33 @@ #### id: kibKbnManagementSettingsSectionRegistryPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-section-registry -title: "@kbn/management-settings-section-registry" +title: '@kbn/management-settings-section-registry' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- -import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; - +import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; -Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin. +Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 11 | 0 | ## Client ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index b177a2e5804ed..2e933e6c9599e 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagementSettingsTypesPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-types -title: "@kbn/management-settings-types" +title: '@kbn/management-settings-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- -import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; - +import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 88 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 88 | 0 | 10 | 0 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index 5abc2954e8850..e34f2abb5a9a3 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -5,29 +5,29 @@ #### id: kibKbnManagementSettingsUtilitiesPluginApi slug: /kibana-dev-docs/api/kbn-management-settings-utilities -title: "@kbn/management-settings-utilities" +title: '@kbn/management-settings-utilities' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- -import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; - +import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 56 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 56 | 0 | 6 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index 3411eb3312e72..5e9feff64c40a 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnManagementStorybookConfigPluginApi slug: /kibana-dev-docs/api/kbn-management-storybook-config -title: "@kbn/management-storybook-config" +title: '@kbn/management-storybook-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- -import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; - +import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_manifest.mdx b/api_docs/kbn_manifest.mdx index 25fb01c43725c..2c3f6c8c33dcd 100644 --- a/api_docs/kbn_manifest.mdx +++ b/api_docs/kbn_manifest.mdx @@ -5,26 +5,25 @@ #### id: kibKbnManifestPluginApi slug: /kibana-dev-docs/api/kbn-manifest -title: "@kbn/manifest" +title: '@kbn/manifest' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/manifest plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/manifest'] --- -import kbnManifestObj from './kbn_manifest.devdocs.json'; - +import kbnManifestObj from './kbn_manifest.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 0 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index b6f41a2cd01fd..643d3434b9a92 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -5,32 +5,33 @@ #### id: kibKbnMapboxGlPluginApi slug: /kibana-dev-docs/api/kbn-mapbox-gl -title: "@kbn/mapbox-gl" +title: '@kbn/mapbox-gl' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl'] --- -import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; - +import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 592 | 1 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 592 | 1 | 1 | 0 | ## Common ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index 4c0a64cbd6b79..32b9c89aaea2f 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMapsVectorTileUtilsPluginApi slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils -title: "@kbn/maps-vector-tile-utils" +title: '@kbn/maps-vector-tile-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- -import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; - +import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index eb1c2866a843f..03be7f6d675b5 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -5,38 +5,41 @@ #### id: kibKbnMlAggUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-agg-utils -title: "@kbn/ml-agg-utils" +title: '@kbn/ml-agg-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- -import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; - +import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 95 | 1 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 95 | 1 | 0 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index d6d7e5793e61c..2b7e16a10ffff 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -5,38 +5,41 @@ #### id: kibKbnMlAnomalyUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils -title: "@kbn/ml-anomaly-utils" +title: '@kbn/ml-anomaly-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils'] --- -import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; - +import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 209 | 3 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 209 | 3 | 1 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_cancellable_search.mdx b/api_docs/kbn_ml_cancellable_search.mdx index 8f904266b2211..37c93c60ca520 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMlCancellableSearchPluginApi slug: /kibana-dev-docs/api/kbn-ml-cancellable-search -title: "@kbn/ml-cancellable-search" +title: '@kbn/ml-cancellable-search' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- -import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; - +import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 9e1494bec9684..cedfe9390cbc6 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -5,38 +5,41 @@ #### id: kibKbnMlCategoryValidatorPluginApi slug: /kibana-dev-docs/api/kbn-ml-category-validator -title: "@kbn/ml-category-validator" +title: '@kbn/ml-category-validator' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator'] --- -import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; - +import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 0 | 0 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx index bbcde3a417f88..d554ae2dcdd7b 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -5,32 +5,33 @@ #### id: kibKbnMlChi2testPluginApi slug: /kibana-dev-docs/api/kbn-ml-chi2test -title: "@kbn/ml-chi2test" +title: '@kbn/ml-chi2test' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test'] --- -import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; - +import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 0 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 926873b716c2f..c68215c9e5ee4 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -5,38 +5,41 @@ #### id: kibKbnMlDataFrameAnalyticsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils -title: "@kbn/ml-data-frame-analytics-utils" +title: '@kbn/ml-data-frame-analytics-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- -import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; - +import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 152 | 1 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 152 | 1 | 0 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index 3ef01bb2f4bc3..87240aaf51a30 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlDataGridPluginApi slug: /kibana-dev-docs/api/kbn-ml-data-grid -title: "@kbn/ml-data-grid" +title: '@kbn/ml-data-grid' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- -import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; - +import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 141 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 141 | 0 | 6 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index 957f830b0ff1c..6596c84721fad 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlDatePickerPluginApi slug: /kibana-dev-docs/api/kbn-ml-date-picker -title: "@kbn/ml-date-picker" +title: '@kbn/ml-date-picker' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- -import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; - +import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 50 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 50 | 0 | 0 | 0 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index 329a07b23edac..15fa78aa987de 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMlDateUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-date-utils -title: "@kbn/ml-date-utils" +title: '@kbn/ml-date-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- -import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; - +import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 0 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index 8bf56f057fd94..dbe432582db49 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlErrorUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-error-utils -title: "@kbn/ml-error-utils" +title: '@kbn/ml-error-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- -import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; - +import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 4 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 4 | 8 | 0 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index 27788553bcb47..ddb3154ffe3ee 100644 --- a/api_docs/kbn_ml_field_stats_flyout.mdx +++ b/api_docs/kbn_ml_field_stats_flyout.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlFieldStatsFlyoutPluginApi slug: /kibana-dev-docs/api/kbn-ml-field-stats-flyout -title: "@kbn/ml-field-stats-flyout" +title: '@kbn/ml-field-stats-flyout' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-field-stats-flyout plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-field-stats-flyout'] --- -import kbnMlFieldStatsFlyoutObj from './kbn_ml_field_stats_flyout.devdocs.json'; - +import kbnMlFieldStatsFlyoutObj from './kbn_ml_field_stats_flyout.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 3 | 0 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index c7c9bafdfde0a..577c89a09e800 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMlInMemoryTablePluginApi slug: /kibana-dev-docs/api/kbn-ml-in-memory-table -title: "@kbn/ml-in-memory-table" +title: '@kbn/ml-in-memory-table' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table'] --- -import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; - +import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 1 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index bbe200203304f..b3609113ffdcd 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlIsDefinedPluginApi slug: /kibana-dev-docs/api/kbn-ml-is-defined -title: "@kbn/ml-is-defined" +title: '@kbn/ml-is-defined' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined'] --- -import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json'; - +import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx index d903f9e5e24f2..04ca02d857a0f 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlIsPopulatedObjectPluginApi slug: /kibana-dev-docs/api/kbn-ml-is-populated-object -title: "@kbn/ml-is-populated-object" +title: '@kbn/ml-is-populated-object' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object'] --- -import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; - +import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index 2318f0eaabb3d..be6b6c9388a61 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMlKibanaThemePluginApi slug: /kibana-dev-docs/api/kbn-ml-kibana-theme -title: "@kbn/ml-kibana-theme" +title: '@kbn/ml-kibana-theme' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme'] --- -import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; - +import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 3 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index 5699447b18712..e814fccf11c78 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlLocalStoragePluginApi slug: /kibana-dev-docs/api/kbn-ml-local-storage -title: "@kbn/ml-local-storage" +title: '@kbn/ml-local-storage' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage'] --- -import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json'; - +import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 3 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx index 1f12de453b4e6..b40cbc9960b47 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlNestedPropertyPluginApi slug: /kibana-dev-docs/api/kbn-ml-nested-property -title: "@kbn/ml-nested-property" +title: '@kbn/ml-nested-property' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property'] --- -import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json'; - +import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 2 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 2 | 8 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx index b4b818ae15c3a..1b0c4467584e4 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlNumberUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-number-utils -title: "@kbn/ml-number-utils" +title: '@kbn/ml-number-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils'] --- -import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json'; - +import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_parse_interval.mdx b/api_docs/kbn_ml_parse_interval.mdx index 2a6e9aa53decf..58f2ac21dafa5 100644 --- a/api_docs/kbn_ml_parse_interval.mdx +++ b/api_docs/kbn_ml_parse_interval.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlParseIntervalPluginApi slug: /kibana-dev-docs/api/kbn-ml-parse-interval -title: "@kbn/ml-parse-interval" +title: '@kbn/ml-parse-interval' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-parse-interval plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-parse-interval'] --- -import kbnMlParseIntervalObj from './kbn_ml_parse_interval.devdocs.json'; - +import kbnMlParseIntervalObj from './kbn_ml_parse_interval.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx index bef2347cdec5e..1b8651929f903 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlQueryUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-query-utils -title: "@kbn/ml-query-utils" +title: '@kbn/ml-query-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils'] --- -import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json'; - +import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 1 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx index d7110250fdb6f..6aecc6116ac6a 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlRandomSamplerUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils -title: "@kbn/ml-random-sampler-utils" +title: '@kbn/ml-random-sampler-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils'] --- -import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; - +import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 0 | 0 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index f5dc64678a132..f7c6693f67f29 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlRouteUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-route-utils -title: "@kbn/ml-route-utils" +title: '@kbn/ml-route-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils'] --- -import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; - +import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx index 8a8f84fdacdc2..a6beca0cebf66 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMlRuntimeFieldUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils -title: "@kbn/ml-runtime-field-utils" +title: '@kbn/ml-runtime-field-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils'] --- -import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; - +import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 0 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx index 3ffa2cda03a71..ec57ed9de0d96 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -5,26 +5,25 @@ #### id: kibKbnMlStringHashPluginApi slug: /kibana-dev-docs/api/kbn-ml-string-hash -title: "@kbn/ml-string-hash" +title: '@kbn/ml-string-hash' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash'] --- -import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; - +import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index 6b940a29a7eba..7fec005f744b9 100644 --- a/api_docs/kbn_ml_time_buckets.mdx +++ b/api_docs/kbn_ml_time_buckets.mdx @@ -5,32 +5,33 @@ #### id: kibKbnMlTimeBucketsPluginApi slug: /kibana-dev-docs/api/kbn-ml-time-buckets -title: "@kbn/ml-time-buckets" +title: '@kbn/ml-time-buckets' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-time-buckets plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- -import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; - +import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 34 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 34 | 0 | 0 | 0 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index e4f5394bd9f70..861f22a4b2db2 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlTrainedModelsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils -title: "@kbn/ml-trained-models-utils" +title: '@kbn/ml-trained-models-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- -import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; - +import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 47 | 0 | 41 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 47 | 0 | 41 | 1 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx index ef44aecd78b1f..b9fc62e20801c 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -5,32 +5,33 @@ #### id: kibKbnMlUiActionsPluginApi slug: /kibana-dev-docs/api/kbn-ml-ui-actions -title: "@kbn/ml-ui-actions" +title: '@kbn/ml-ui-actions' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions'] --- -import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; - +import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 18 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index 36dd2a2f35fa9..0f9a8e5e12c77 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlUrlStatePluginApi slug: /kibana-dev-docs/api/kbn-ml-url-state -title: "@kbn/ml-url-state" +title: '@kbn/ml-url-state' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- -import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; - +import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 1 | 35 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 1 | 35 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_validators.mdx b/api_docs/kbn_ml_validators.mdx index c5a628e37b4ed..078505e0fc9ec 100644 --- a/api_docs/kbn_ml_validators.mdx +++ b/api_docs/kbn_ml_validators.mdx @@ -5,35 +5,37 @@ #### id: kibKbnMlValidatorsPluginApi slug: /kibana-dev-docs/api/kbn-ml-validators -title: "@kbn/ml-validators" +title: '@kbn/ml-validators' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-validators plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-validators'] --- -import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; - +import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 0 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index 943bb0fac3cd9..5613fdef7f168 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnMockIdpUtilsPluginApi slug: /kibana-dev-docs/api/kbn-mock-idp-utils -title: "@kbn/mock-idp-utils" +title: '@kbn/mock-idp-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- -import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; - +import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 16 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index e8a7d7dbf6285..4554b0b3b0a8b 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -5,38 +5,41 @@ #### id: kibKbnMonacoPluginApi slug: /kibana-dev-docs/api/kbn-monaco -title: "@kbn/monaco" +title: '@kbn/monaco' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- -import kbnMonacoObj from './kbn_monaco.devdocs.json'; - +import kbnMonacoObj from './kbn_monaco.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 123 | 0 | 123 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 123 | 0 | 123 | 3 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 422363034016c..34f5951cdfd3f 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -5,32 +5,33 @@ #### id: kibKbnObjectVersioningPluginApi slug: /kibana-dev-docs/api/kbn-object-versioning -title: "@kbn/object-versioning" +title: '@kbn/object-versioning' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- -import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; - +import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 55 | 1 | 50 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 55 | 1 | 50 | 0 | ## Server ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_object_versioning_utils.mdx b/api_docs/kbn_object_versioning_utils.mdx index 2264b6cca1171..aa9cbce47d4ae 100644 --- a/api_docs/kbn_object_versioning_utils.mdx +++ b/api_docs/kbn_object_versioning_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnObjectVersioningUtilsPluginApi slug: /kibana-dev-docs/api/kbn-object-versioning-utils -title: "@kbn/object-versioning-utils" +title: '@kbn/object-versioning-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning-utils'] --- -import kbnObjectVersioningUtilsObj from './kbn_object_versioning_utils.devdocs.json'; - +import kbnObjectVersioningUtilsObj from './kbn_object_versioning_utils.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index 97ee00f566dc5..c11ffe9151434 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -5,26 +5,25 @@ #### id: kibKbnObservabilityAlertDetailsPluginApi slug: /kibana-dev-docs/api/kbn-observability-alert-details -title: "@kbn/observability-alert-details" +title: '@kbn/observability-alert-details' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- -import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; - +import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 2 | ## Common ### Functions - + diff --git a/api_docs/kbn_observability_alerting_rule_utils.mdx b/api_docs/kbn_observability_alerting_rule_utils.mdx index bee1d335f700f..2825472d716fe 100644 --- a/api_docs/kbn_observability_alerting_rule_utils.mdx +++ b/api_docs/kbn_observability_alerting_rule_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnObservabilityAlertingRuleUtilsPluginApi slug: /kibana-dev-docs/api/kbn-observability-alerting-rule-utils -title: "@kbn/observability-alerting-rule-utils" +title: '@kbn/observability-alerting-rule-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-rule-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-rule-utils'] --- -import kbnObservabilityAlertingRuleUtilsObj from './kbn_observability_alerting_rule_utils.devdocs.json'; - +import kbnObservabilityAlertingRuleUtilsObj from './kbn_observability_alerting_rule_utils.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index bc2da3b01c406..769accfb11100 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -5,29 +5,29 @@ #### id: kibKbnObservabilityAlertingTestDataPluginApi slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data -title: "@kbn/observability-alerting-test-data" +title: '@kbn/observability-alerting-test-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- -import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; - +import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 99 | 1 | 99 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 99 | 1 | 99 | 0 | ## Common ### Objects - + + ### Functions - + diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index 983861bf954c6..d69a56c5cce5c 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -5,26 +5,26 @@ #### id: kibKbnObservabilityGetPaddedAlertTimeRangeUtilPluginApi slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util -title: "@kbn/observability-get-padded-alert-time-range-util" +title: '@kbn/observability-get-padded-alert-time-range-util' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin date: 2024-11-03 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] +tags: + ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] --- -import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; - +import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_observability_logs_overview.mdx b/api_docs/kbn_observability_logs_overview.mdx index 05b0cbe7f0183..490a81014a253 100644 --- a/api_docs/kbn_observability_logs_overview.mdx +++ b/api_docs/kbn_observability_logs_overview.mdx @@ -5,32 +5,33 @@ #### id: kibKbnObservabilityLogsOverviewPluginApi slug: /kibana-dev-docs/api/kbn-observability-logs-overview -title: "@kbn/observability-logs-overview" +title: '@kbn/observability-logs-overview' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-logs-overview plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-logs-overview'] --- -import kbnObservabilityLogsOverviewObj from './kbn_observability_logs_overview.devdocs.json'; - +import kbnObservabilityLogsOverviewObj from './kbn_observability_logs_overview.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 27 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 27 | 4 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index b3a6017ff3f65..ca4d229301357 100644 --- a/api_docs/kbn_observability_synthetics_test_data.mdx +++ b/api_docs/kbn_observability_synthetics_test_data.mdx @@ -5,26 +5,25 @@ #### id: kibKbnObservabilitySyntheticsTestDataPluginApi slug: /kibana-dev-docs/api/kbn-observability-synthetics-test-data -title: "@kbn/observability-synthetics-test-data" +title: '@kbn/observability-synthetics-test-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-synthetics-test-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-synthetics-test-data'] --- -import kbnObservabilitySyntheticsTestDataObj from './kbn_observability_synthetics_test_data.devdocs.json'; - +import kbnObservabilitySyntheticsTestDataObj from './kbn_observability_synthetics_test_data.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 6b62293e6b817..d13b5da117ccf 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -5,29 +5,29 @@ #### id: kibKbnOpenapiBundlerPluginApi slug: /kibana-dev-docs/api/kbn-openapi-bundler -title: "@kbn/openapi-bundler" +title: '@kbn/openapi-bundler' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler'] --- -import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; - +import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; Contact [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 12 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx index 0a207dbb7c7d1..96ded4fb201fa 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -5,29 +5,29 @@ #### id: kibKbnOpenapiGeneratorPluginApi slug: /kibana-dev-docs/api/kbn-openapi-generator -title: "@kbn/openapi-generator" +title: '@kbn/openapi-generator' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- -import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; - +import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; Contact [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index 9c671f5583186..0e04f4ba98537 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -5,32 +5,33 @@ #### id: kibKbnOptimizerPluginApi slug: /kibana-dev-docs/api/kbn-optimizer -title: "@kbn/optimizer" +title: '@kbn/optimizer' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer'] --- -import kbnOptimizerObj from './kbn_optimizer.devdocs.json'; - +import kbnOptimizerObj from './kbn_optimizer.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 45 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 45 | 0 | 45 | 10 | ## Server ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx index f278dc8b84de4..b77eaa170fc38 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -5,29 +5,29 @@ #### id: kibKbnOptimizerWebpackHelpersPluginApi slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers -title: "@kbn/optimizer-webpack-helpers" +title: '@kbn/optimizer-webpack-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers'] --- -import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json'; - +import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 51 | 5 | 34 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 51 | 5 | 34 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx index 1ebb2950a60d4..d8900ff1a631d 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnOsqueryIoTsTypesPluginApi slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types -title: "@kbn/osquery-io-ts-types" +title: '@kbn/osquery-io-ts-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- -import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; - +import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; Contact [@elastic/security-asset-management](https://github.com/orgs/elastic/teams/security-asset-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 66 | 0 | 66 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 66 | 0 | 66 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index 65d6e89fd09d1..3f410ec08f1f4 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -5,26 +5,25 @@ #### id: kibKbnPanelLoaderPluginApi slug: /kibana-dev-docs/api/kbn-panel-loader -title: "@kbn/panel-loader" +title: '@kbn/panel-loader' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader'] --- -import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; - +import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index c1fab4f4cdbc7..4c7c569e9d7d2 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -5,26 +5,25 @@ #### id: kibKbnPerformanceTestingDatasetExtractorPluginApi slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor -title: "@kbn/performance-testing-dataset-extractor" +title: '@kbn/performance-testing-dataset-extractor' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- -import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; - +import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; Contact [@elastic/kibana-performance-testing](https://github.com/orgs/elastic/teams/kibana-performance-testing) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index 32cf464274625..e5c8cdef5f825 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -5,26 +5,25 @@ #### id: kibKbnPluginCheckPluginApi slug: /kibana-dev-docs/api/kbn-plugin-check -title: "@kbn/plugin-check" +title: '@kbn/plugin-check' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- -import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; - +import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 0 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index 5e7606d7b894d..607dca06edb0e 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -5,26 +5,25 @@ #### id: kibKbnPluginGeneratorPluginApi slug: /kibana-dev-docs/api/kbn-plugin-generator -title: "@kbn/plugin-generator" +title: '@kbn/plugin-generator' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator'] --- -import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json'; - +import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx index 231cbdf8d09d7..482c48880de6f 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -5,26 +5,25 @@ #### id: kibKbnPluginHelpersPluginApi slug: /kibana-dev-docs/api/kbn-plugin-helpers -title: "@kbn/plugin-helpers" +title: '@kbn/plugin-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- -import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; - +import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 8a3726634f886..002f30807bc6c 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -5,29 +5,29 @@ #### id: kibKbnPresentationContainersPluginApi slug: /kibana-dev-docs/api/kbn-presentation-containers -title: "@kbn/presentation-containers" +title: '@kbn/presentation-containers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- -import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; - +import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 92 | 0 | 80 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 92 | 0 | 80 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 36386d67d0a48..9f2e8857eeea2 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -5,32 +5,33 @@ #### id: kibKbnPresentationPublishingPluginApi slug: /kibana-dev-docs/api/kbn-presentation-publishing -title: "@kbn/presentation-publishing" +title: '@kbn/presentation-publishing' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- -import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; - +import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 224 | 0 | 188 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 224 | 0 | 188 | 6 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index 34908c646fbdb..a5d9c5de3f935 100644 --- a/api_docs/kbn_product_doc_artifact_builder.mdx +++ b/api_docs/kbn_product_doc_artifact_builder.mdx @@ -5,26 +5,25 @@ #### id: kibKbnProductDocArtifactBuilderPluginApi slug: /kibana-dev-docs/api/kbn-product-doc-artifact-builder -title: "@kbn/product-doc-artifact-builder" +title: '@kbn/product-doc-artifact-builder' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-artifact-builder plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-artifact-builder'] --- -import kbnProductDocArtifactBuilderObj from './kbn_product_doc_artifact_builder.devdocs.json'; - +import kbnProductDocArtifactBuilderObj from './kbn_product_doc_artifact_builder.devdocs.json'; Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 0c94272cbde29..ad8a7f1230756 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -5,38 +5,41 @@ #### id: kibKbnProfilingUtilsPluginApi slug: /kibana-dev-docs/api/kbn-profiling-utils -title: "@kbn/profiling-utils" +title: '@kbn/profiling-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- -import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; - +import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 168 | 0 | 55 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 168 | 0 | 55 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index d1f63c425dc4f..d4a1f2ba2807f 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -5,32 +5,33 @@ #### id: kibKbnRandomSamplingPluginApi slug: /kibana-dev-docs/api/kbn-random-sampling -title: "@kbn/random-sampling" +title: '@kbn/random-sampling' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- -import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; - +import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 7 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index 75f8ea7cbe08a..eca3fa8ecaf7d 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReactFieldPluginApi slug: /kibana-dev-docs/api/kbn-react-field -title: "@kbn/react-field" +title: '@kbn/react-field' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- -import kbnReactFieldObj from './kbn_react_field.devdocs.json'; - +import kbnReactFieldObj from './kbn_react_field.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 9 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_react_hooks.mdx b/api_docs/kbn_react_hooks.mdx index d723f00fb01db..555bc5273fedd 100644 --- a/api_docs/kbn_react_hooks.mdx +++ b/api_docs/kbn_react_hooks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReactHooksPluginApi slug: /kibana-dev-docs/api/kbn-react-hooks -title: "@kbn/react-hooks" +title: '@kbn/react-hooks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-hooks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-hooks'] --- -import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; - +import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 7 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index c6405a3a59a75..cc3749765ee3c 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReactKibanaContextCommonPluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-context-common -title: "@kbn/react-kibana-context-common" +title: '@kbn/react-kibana-context-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- -import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; - +import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 2 | 0 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 04ab1f1f7a390..981cce3ff6f82 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -5,29 +5,29 @@ #### id: kibKbnReactKibanaContextRenderPluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-context-render -title: "@kbn/react-kibana-context-render" +title: '@kbn/react-kibana-context-render' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- -import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; - +import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 1 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index f59141e0def6e..f5e3254a66b37 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -5,29 +5,29 @@ #### id: kibKbnReactKibanaContextRootPluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-context-root -title: "@kbn/react-kibana-context-root" +title: '@kbn/react-kibana-context-root' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- -import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; - +import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 4 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index b6a6af46a3dd1..b78acd00eecae 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -5,29 +5,29 @@ #### id: kibKbnReactKibanaContextStyledPluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled -title: "@kbn/react-kibana-context-styled" +title: '@kbn/react-kibana-context-styled' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- -import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; - +import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 3 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index b403b638cfd1f..96034e3882bd4 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReactKibanaContextThemePluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme -title: "@kbn/react-kibana-context-theme" +title: '@kbn/react-kibana-context-theme' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- -import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; - +import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 2 | 0 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 3cdb3033b82c9..2c4650a0743ee 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReactKibanaMountPluginApi slug: /kibana-dev-docs/api/kbn-react-kibana-mount -title: "@kbn/react-kibana-mount" +title: '@kbn/react-kibana-mount' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- -import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; - +import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 8 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index 11c37688f6c2c..b4039a3e13a0d 100644 --- a/api_docs/kbn_recently_accessed.mdx +++ b/api_docs/kbn_recently_accessed.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRecentlyAccessedPluginApi slug: /kibana-dev-docs/api/kbn-recently-accessed -title: "@kbn/recently-accessed" +title: '@kbn/recently-accessed' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/recently-accessed plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/recently-accessed'] --- -import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; - +import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 7 | 0 | ## Common ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index bbe5a90e7a63c..9417af74a96f5 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -5,26 +5,25 @@ #### id: kibKbnRepoFileMapsPluginApi slug: /kibana-dev-docs/api/kbn-repo-file-maps -title: "@kbn/repo-file-maps" +title: '@kbn/repo-file-maps' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps'] --- -import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; - +import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 18 | 0 | ## Common ### Classes - + diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index 6aa3f6fc28c33..c5cfe2b7baa55 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRepoLinterPluginApi slug: /kibana-dev-docs/api/kbn-repo-linter -title: "@kbn/repo-linter" +title: '@kbn/repo-linter' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter'] --- -import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json'; - +import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 40 | 0 | 38 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 40 | 0 | 38 | 5 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx index 5969f906b7317..70e9aefeb5de7 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -5,26 +5,25 @@ #### id: kibKbnRepoPathPluginApi slug: /kibana-dev-docs/api/kbn-repo-path -title: "@kbn/repo-path" +title: '@kbn/repo-path' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path'] --- -import kbnRepoPathObj from './kbn_repo_path.devdocs.json'; - +import kbnRepoPathObj from './kbn_repo_path.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 9 | 0 | ## Common ### Classes - + diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx index fa34164e83bc7..0914a82d1f5f0 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRepoSourceClassifierPluginApi slug: /kibana-dev-docs/api/kbn-repo-source-classifier -title: "@kbn/repo-source-classifier" +title: '@kbn/repo-source-classifier' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier'] --- -import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json'; - +import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 1 | ## Common ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx index d49bba0cfad48..963ef615347e6 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -5,41 +5,45 @@ #### id: kibKbnReportingCommonPluginApi slug: /kibana-dev-docs/api/kbn-reporting-common -title: "@kbn/reporting-common" +title: '@kbn/reporting-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- -import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; - +import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 99 | 0 | 89 | 13 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 99 | 0 | 89 | 13 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index 54a0801b87083..287a9f15b1304 100644 --- a/api_docs/kbn_reporting_csv_share_panel.mdx +++ b/api_docs/kbn_reporting_csv_share_panel.mdx @@ -5,26 +5,25 @@ #### id: kibKbnReportingCsvSharePanelPluginApi slug: /kibana-dev-docs/api/kbn-reporting-csv-share-panel -title: "@kbn/reporting-csv-share-panel" +title: '@kbn/reporting-csv-share-panel' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-csv-share-panel plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-csv-share-panel'] --- -import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; - +import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 13 | 0 | ## Client ### Classes - + diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index 3214a51ba978e..c11c972e19617 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -5,26 +5,25 @@ #### id: kibKbnReportingExportTypesCsvPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv -title: "@kbn/reporting-export-types-csv" +title: '@kbn/reporting-export-types-csv' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- -import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; - +import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 52 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 52 | 3 | ## Server ### Classes - + diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 6f767fd030fed..52ca9f1b9736b 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReportingExportTypesCsvCommonPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common -title: "@kbn/reporting-export-types-csv-common" +title: '@kbn/reporting-export-types-csv-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- -import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; - +import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 21 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index 24d42312e3cfc..e23d9bf1ec678 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -5,26 +5,25 @@ #### id: kibKbnReportingExportTypesPdfPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf -title: "@kbn/reporting-export-types-pdf" +title: '@kbn/reporting-export-types-pdf' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- -import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; - +import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 34 | 0 | 33 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 34 | 0 | 33 | 0 | ## Server ### Classes - + diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 956d2a5445337..13871b37ee58e 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnReportingExportTypesPdfCommonPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common -title: "@kbn/reporting-export-types-pdf-common" +title: '@kbn/reporting-export-types-pdf-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- -import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; - +import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 11 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 11 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index ffab6ac27d2d2..2e09aa9504234 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -5,26 +5,25 @@ #### id: kibKbnReportingExportTypesPngPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-png -title: "@kbn/reporting-export-types-png" +title: '@kbn/reporting-export-types-png' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png'] --- -import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; - +import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 16 | 0 | ## Server ### Classes - + diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx index 84ee83e3739dc..88b21ec752a1e 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnReportingExportTypesPngCommonPluginApi slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common -title: "@kbn/reporting-export-types-png-common" +title: '@kbn/reporting-export-types-png-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common'] --- -import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; - +import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 9 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx index 092d0eb6ed883..46be89e0ceefc 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnReportingMocksServerPluginApi slug: /kibana-dev-docs/api/kbn-reporting-mocks-server -title: "@kbn/reporting-mocks-server" +title: '@kbn/reporting-mocks-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- -import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; - +import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index f9f61cceda497..dcd0af3897300 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -5,32 +5,33 @@ #### id: kibKbnReportingPublicPluginApi slug: /kibana-dev-docs/api/kbn-reporting-public -title: "@kbn/reporting-public" +title: '@kbn/reporting-public' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- -import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; - +import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 113 | 0 | 106 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 113 | 0 | 106 | 2 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index d01886fc8511f..40c6ccd7ff22e 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -5,41 +5,45 @@ #### id: kibKbnReportingServerPluginApi slug: /kibana-dev-docs/api/kbn-reporting-server -title: "@kbn/reporting-server" +title: '@kbn/reporting-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- -import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; - +import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 92 | 0 | 91 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 92 | 0 | 91 | 0 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index a24b6adcf0b14..0b71dc4a4a6f7 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -5,12 +5,13 @@ #### id: kibKbnResizableLayoutPluginApi slug: /kibana-dev-docs/api/kbn-resizable-layout -title: "@kbn/resizable-layout" +title: '@kbn/resizable-layout' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- + import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; A component for creating resizable layouts containing a fixed width panel and a flexible panel, with support for horizontal and vertical layouts. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 5 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_response_ops_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index 17d54460b1bc2..59501ef73e977 100644 --- a/api_docs/kbn_response_ops_feature_flag_service.mdx +++ b/api_docs/kbn_response_ops_feature_flag_service.mdx @@ -5,29 +5,29 @@ #### id: kibKbnResponseOpsFeatureFlagServicePluginApi slug: /kibana-dev-docs/api/kbn-response-ops-feature-flag-service -title: "@kbn/response-ops-feature-flag-service" +title: '@kbn/response-ops-feature-flag-service' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-feature-flag-service plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-feature-flag-service'] --- -import kbnResponseOpsFeatureFlagServiceObj from './kbn_response_ops_feature_flag_service.devdocs.json'; - +import kbnResponseOpsFeatureFlagServiceObj from './kbn_response_ops_feature_flag_service.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_response_ops_rule_params.mdx b/api_docs/kbn_response_ops_rule_params.mdx index 454f3e6ef687c..928f1e2b4cdf1 100644 --- a/api_docs/kbn_response_ops_rule_params.mdx +++ b/api_docs/kbn_response_ops_rule_params.mdx @@ -5,29 +5,29 @@ #### id: kibKbnResponseOpsRuleParamsPluginApi slug: /kibana-dev-docs/api/kbn-response-ops-rule-params -title: "@kbn/response-ops-rule-params" +title: '@kbn/response-ops-rule-params' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-params plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-params'] --- -import kbnResponseOpsRuleParamsObj from './kbn_response_ops_rule_params.devdocs.json'; - +import kbnResponseOpsRuleParamsObj from './kbn_response_ops_rule_params.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index fefd1b54cde9a..a081f4bdb9464 100644 --- a/api_docs/kbn_rison.mdx +++ b/api_docs/kbn_rison.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRisonPluginApi slug: /kibana-dev-docs/api/kbn-rison -title: "@kbn/rison" +title: '@kbn/rison' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rison plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison'] --- -import kbnRisonObj from './kbn_rison.devdocs.json'; - +import kbnRisonObj from './kbn_rison.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 2 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 2 | 8 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_rollup.mdx b/api_docs/kbn_rollup.mdx index db277ca34817c..e43f82b52dd0a 100644 --- a/api_docs/kbn_rollup.mdx +++ b/api_docs/kbn_rollup.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRollupPluginApi slug: /kibana-dev-docs/api/kbn-rollup -title: "@kbn/rollup" +title: '@kbn/rollup' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rollup plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rollup'] --- -import kbnRollupObj from './kbn_rollup.devdocs.json'; - +import kbnRollupObj from './kbn_rollup.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index fc860df0d9172..5b723ac3aba11 100644 --- a/api_docs/kbn_router_to_openapispec.mdx +++ b/api_docs/kbn_router_to_openapispec.mdx @@ -5,29 +5,29 @@ #### id: kibKbnRouterToOpenapispecPluginApi slug: /kibana-dev-docs/api/kbn-router-to-openapispec -title: "@kbn/router-to-openapispec" +title: '@kbn/router-to-openapispec' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-to-openapispec plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-to-openapispec'] --- -import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; - +import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 1 | ## Server ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index 5ff4eb622f8b8..4b3a1f5c215c9 100644 --- a/api_docs/kbn_router_utils.mdx +++ b/api_docs/kbn_router_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnRouterUtilsPluginApi slug: /kibana-dev-docs/api/kbn-router-utils -title: "@kbn/router-utils" +title: '@kbn/router-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-utils'] --- -import kbnRouterUtilsObj from './kbn_router_utils.devdocs.json'; - +import kbnRouterUtilsObj from './kbn_router_utils.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_rrule.mdx b/api_docs/kbn_rrule.mdx index c4a8dc6115280..f502b448428cb 100644 --- a/api_docs/kbn_rrule.mdx +++ b/api_docs/kbn_rrule.mdx @@ -5,32 +5,33 @@ #### id: kibKbnRrulePluginApi slug: /kibana-dev-docs/api/kbn-rrule -title: "@kbn/rrule" +title: '@kbn/rrule' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rrule plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- -import kbnRruleObj from './kbn_rrule.devdocs.json'; - +import kbnRruleObj from './kbn_rrule.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 16 | 1 | ## Common ### Classes - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index e70f3b7bf8107..7c277263633a8 100644 --- a/api_docs/kbn_rule_data_utils.mdx +++ b/api_docs/kbn_rule_data_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnRuleDataUtilsPluginApi slug: /kibana-dev-docs/api/kbn-rule-data-utils -title: "@kbn/rule-data-utils" +title: '@kbn/rule-data-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rule-data-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- -import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; - +import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; Contact [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 138 | 0 | 135 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 138 | 0 | 135 | 0 | ## Common ### Objects - + + ### Functions - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index d66a2935573da..67c9c0f9cc82d 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSavedObjectsSettingsPluginApi slug: /kibana-dev-docs/api/kbn-saved-objects-settings -title: "@kbn/saved-objects-settings" +title: '@kbn/saved-objects-settings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- -import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; - +import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index 2fb2e148c0935..7f5255c361fe3 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -5,38 +5,41 @@ #### id: kibKbnScreenshottingServerPluginApi slug: /kibana-dev-docs/api/kbn-screenshotting-server -title: "@kbn/screenshotting-server" +title: '@kbn/screenshotting-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/screenshotting-server'] --- -import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; - +import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 35 | 0 | 34 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 35 | 0 | 34 | 0 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_api_keys_components.mdx b/api_docs/kbn_search_api_keys_components.mdx index cbfd8ae689ac1..01a4d3fae94e6 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSearchApiKeysComponentsPluginApi slug: /kibana-dev-docs/api/kbn-search-api-keys-components -title: "@kbn/search-api-keys-components" +title: '@kbn/search-api-keys-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-components'] --- -import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; - +import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 1 | ## Client ### Objects - + + ### Functions - + diff --git a/api_docs/kbn_search_api_keys_server.mdx b/api_docs/kbn_search_api_keys_server.mdx index f81044a97b0e8..bc44de8d5563f 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSearchApiKeysServerPluginApi slug: /kibana-dev-docs/api/kbn-search-api-keys-server -title: "@kbn/search-api-keys-server" +title: '@kbn/search-api-keys-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-server'] --- -import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; - +import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Server ### Functions - + diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index 7c514fad9a367..6b70a6e3cb869 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSearchApiPanelsPluginApi slug: /kibana-dev-docs/api/kbn-search-api-panels -title: "@kbn/search-api-panels" +title: '@kbn/search-api-panels' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- -import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; - +import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 76 | 0 | 76 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 76 | 0 | 76 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 86763176050c5..8819e3faf4ea7 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -5,38 +5,41 @@ #### id: kibKbnSearchConnectorsPluginApi slug: /kibana-dev-docs/api/kbn-search-connectors -title: "@kbn/search-connectors" +title: '@kbn/search-connectors' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- -import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; - +import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3929 | 0 | 3929 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3929 | 0 | 3929 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index f54e38a72cccd..cfddd187713a7 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSearchErrorsPluginApi slug: /kibana-dev-docs/api/kbn-search-errors -title: "@kbn/search-errors" +title: '@kbn/search-errors' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- -import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; - +import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 1 | 17 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 1 | 17 | 1 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 0570f201164ff..f6aed23556041 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSearchIndexDocumentsPluginApi slug: /kibana-dev-docs/api/kbn-search-index-documents -title: "@kbn/search-index-documents" +title: '@kbn/search-index-documents' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- -import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; - +import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 0 | 34 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 0 | 34 | 3 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index b8272dbbd1b2c..6ebc8c6314a1f 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSearchResponseWarningsPluginApi slug: /kibana-dev-docs/api/kbn-search-response-warnings -title: "@kbn/search-response-warnings" +title: '@kbn/search-response-warnings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- -import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; - +import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 18 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 18 | 1 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_shared_ui.mdx b/api_docs/kbn_search_shared_ui.mdx index 3db5ff1a83215..80d83f4819c22 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSearchSharedUiPluginApi slug: /kibana-dev-docs/api/kbn-search-shared-ui -title: "@kbn/search-shared-ui" +title: '@kbn/search-shared-ui' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-shared-ui'] --- -import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; - +import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index a09c5ec0cb182..f97146a7792da 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSearchTypesPluginApi slug: /kibana-dev-docs/api/kbn-search-types -title: "@kbn/search-types" +title: '@kbn/search-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- -import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; - +import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 50 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 50 | 0 | 25 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 70ef99348fe51..7cf4a2c117306 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecurityApiKeyManagementPluginApi slug: /kibana-dev-docs/api/kbn-security-api-key-management -title: "@kbn/security-api-key-management" +title: '@kbn/security-api-key-management' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-api-key-management'] --- -import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; - +import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 66 | 0 | 63 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 66 | 0 | 63 | 0 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_authorization_core.mdx b/api_docs/kbn_security_authorization_core.mdx index a5a62dd7c51b0..f3a4c8a7289e2 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecurityAuthorizationCorePluginApi slug: /kibana-dev-docs/api/kbn-security-authorization-core -title: "@kbn/security-authorization-core" +title: '@kbn/security-authorization-core' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core'] --- -import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; - +import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 17 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 17 | 7 | ## Server ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_authorization_core_common.mdx b/api_docs/kbn_security_authorization_core_common.mdx index 278199be76041..7338feef69dd4 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSecurityAuthorizationCoreCommonPluginApi slug: /kibana-dev-docs/api/kbn-security-authorization-core-common -title: "@kbn/security-authorization-core-common" +title: '@kbn/security-authorization-core-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core-common'] --- -import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; - +import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 0 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index 280382887c466..f1f7ac5ffae28 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecurityFormComponentsPluginApi slug: /kibana-dev-docs/api/kbn-security-form-components -title: "@kbn/security-form-components" +title: '@kbn/security-form-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-form-components'] --- -import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; - +import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 35 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 35 | 0 | 25 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index 34e37f7a95aca..49d8afe53b36f 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSecurityHardeningPluginApi slug: /kibana-dev-docs/api/kbn-security-hardening -title: "@kbn/security-hardening" +title: '@kbn/security-hardening' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- -import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; - +import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Common ### Objects - + diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index b739c83f77b25..3bcd1edb567a2 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecurityPluginTypesCommonPluginApi slug: /kibana-dev-docs/api/kbn-security-plugin-types-common -title: "@kbn/security-plugin-types-common" +title: '@kbn/security-plugin-types-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- -import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; - +import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 125 | 0 | 66 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 125 | 0 | 66 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index d99a01e1db2a5..05a66a7deca4b 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecurityPluginTypesPublicPluginApi slug: /kibana-dev-docs/api/kbn-security-plugin-types-public -title: "@kbn/security-plugin-types-public" +title: '@kbn/security-plugin-types-public' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- -import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; - +import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 67 | 0 | 40 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 67 | 0 | 40 | 0 | ## Client ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index a093384ecc00a..ba1f669890542 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -5,38 +5,41 @@ #### id: kibKbnSecurityPluginTypesServerPluginApi slug: /kibana-dev-docs/api/kbn-security-plugin-types-server -title: "@kbn/security-plugin-types-server" +title: '@kbn/security-plugin-types-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- -import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; - +import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 281 | 1 | 160 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 281 | 1 | 160 | 0 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_role_management_model.mdx b/api_docs/kbn_security_role_management_model.mdx index 916e09c5a866b..1a01094b32e8b 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecurityRoleManagementModelPluginApi slug: /kibana-dev-docs/api/kbn-security-role-management-model -title: "@kbn/security-role-management-model" +title: '@kbn/security-role-management-model' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-role-management-model'] --- -import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; - +import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 74 | 0 | 73 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 74 | 0 | 73 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_security_solution_common.mdx b/api_docs/kbn_security_solution_common.mdx index 7931e25c2d239..4af447faf664c 100644 --- a/api_docs/kbn_security_solution_common.mdx +++ b/api_docs/kbn_security_solution_common.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecuritySolutionCommonPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-common -title: "@kbn/security-solution-common" +title: '@kbn/security-solution-common' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-common plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-common'] --- -import kbnSecuritySolutionCommonObj from './kbn_security_solution_common.devdocs.json'; - +import kbnSecuritySolutionCommonObj from './kbn_security_solution_common.devdocs.json'; Contact [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 59 | 0 | 38 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 59 | 0 | 38 | 5 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 4b4f10221a6de..9a3f64185b225 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecuritySolutionDistributionBarPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar -title: "@kbn/security-solution-distribution-bar" +title: '@kbn/security-solution-distribution-bar' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-distribution-bar plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] --- -import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; - +import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 0 | 0 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index 9c2d243b7658e..63bd450b994db 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecuritySolutionFeaturesPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-features -title: "@kbn/security-solution-features" +title: '@kbn/security-solution-features' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- -import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; - +import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 7 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index cd7aff8d7f85d..9afee45f9d268 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritySolutionNavigationPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-navigation -title: "@kbn/security-solution-navigation" +title: '@kbn/security-solution-navigation' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- -import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; - +import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 54 | 0 | 49 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 54 | 0 | 49 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 97fdcf252a7db..9e9e7c6fee4aa 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritySolutionSideNavPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-side-nav -title: "@kbn/security-solution-side-nav" +title: '@kbn/security-solution-side-nav' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav'] --- -import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; - +import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 23 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 29 | 0 | 23 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx index dd9f801344841..ba31a7a7abff6 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSecuritySolutionStorybookConfigPluginApi slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config -title: "@kbn/security-solution-storybook-config" +title: '@kbn/security-solution-storybook-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config'] --- -import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; - +import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_security_ui_components.mdx b/api_docs/kbn_security_ui_components.mdx index 6e22c9774cd04..3f9d3827d7917 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecurityUiComponentsPluginApi slug: /kibana-dev-docs/api/kbn-security-ui-components -title: "@kbn/security-ui-components" +title: '@kbn/security-ui-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ui-components'] --- -import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; - +import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 48 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 48 | 0 | 13 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index d6c4595a60569..e5daa6c822ec4 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionAutocompletePluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete -title: "@kbn/securitysolution-autocomplete" +title: '@kbn/securitysolution-autocomplete' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete'] --- -import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; - +import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 56 | 1 | 41 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 56 | 1 | 41 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx index f909fcbeae0f8..23f33c8f96088 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -5,38 +5,41 @@ #### id: kibKbnSecuritysolutionDataTablePluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-data-table -title: "@kbn/securitysolution-data-table" +title: '@kbn/securitysolution-data-table' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table'] --- -import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; - +import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; Contact [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 92 | 0 | 70 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 92 | 0 | 70 | 6 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx index 3adf75482f65f..40e034d44810c 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionEcsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-ecs -title: "@kbn/securitysolution-ecs" +title: '@kbn/securitysolution-ecs' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs'] --- -import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; - +import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; Contact [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 341 | 1 | 337 | 32 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 341 | 1 | 337 | 32 | ## Common ### Objects - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx index 514aa31b04dde..8ee56c4306ae3 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionEsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils -title: "@kbn/securitysolution-es-utils" +title: '@kbn/securitysolution-es-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils'] --- -import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; - +import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 87 | 0 | 76 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 87 | 0 | 76 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx index 9503365f5a198..214ca2c7de652 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritysolutionExceptionListComponentsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components -title: "@kbn/securitysolution-exception-list-components" +title: '@kbn/securitysolution-exception-list-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components'] --- -import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; - +import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 107 | 0 | 96 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 107 | 0 | 96 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx index 37c7fe9b39b60..1bf27527e2a41 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionHookUtilsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils -title: "@kbn/securitysolution-hook-utils" +title: '@kbn/securitysolution-hook-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- -import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; - +import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 7 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index 662de311173b7..10dbbacceb159 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionIoTsAlertingTypesPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types -title: "@kbn/securitysolution-io-ts-alerting-types" +title: '@kbn/securitysolution-io-ts-alerting-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- -import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; - +import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 147 | 0 | 125 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 147 | 0 | 125 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index 958d4237621b5..39c2347e9a22a 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritysolutionIoTsListTypesPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types -title: "@kbn/securitysolution-io-ts-list-types" +title: '@kbn/securitysolution-io-ts-list-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- -import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; - +import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 534 | 0 | 521 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 534 | 0 | 521 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index 77d135cab574d..4536628f74f8e 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionIoTsTypesPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types -title: "@kbn/securitysolution-io-ts-types" +title: '@kbn/securitysolution-io-ts-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types'] --- -import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; - +import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 68 | 0 | 38 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 68 | 0 | 38 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx index e3231c2985191..323bcbde248bd 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSecuritysolutionIoTsUtilsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils -title: "@kbn/securitysolution-io-ts-utils" +title: '@kbn/securitysolution-io-ts-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- -import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; - +import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 28 | 0 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 28 | 0 | 21 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index 560e488563e62..94e6903a133e6 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionListApiPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-list-api -title: "@kbn/securitysolution-list-api" +title: '@kbn/securitysolution-list-api' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- -import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; - +import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 103 | 0 | 99 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 103 | 0 | 99 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index 0ddf60d29ee78..5b98f0a43afcc 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSecuritysolutionListConstantsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants -title: "@kbn/securitysolution-list-constants" +title: '@kbn/securitysolution-list-constants' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- -import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; - +import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 35 | 0 | 23 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 35 | 0 | 23 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 4ec4786a4e201..b67ac5eb5c3fa 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionListHooksPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks -title: "@kbn/securitysolution-list-hooks" +title: '@kbn/securitysolution-list-hooks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- -import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; - +import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 94 | 0 | 81 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 94 | 0 | 81 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index f7c686d436c84..31b24f676fde6 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritysolutionListUtilsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils -title: "@kbn/securitysolution-list-utils" +title: '@kbn/securitysolution-list-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils'] --- -import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; - +import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 211 | 0 | 162 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 211 | 0 | 162 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx index 10890567a858b..4ca9d16241ea1 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSecuritysolutionRulesPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-rules -title: "@kbn/securitysolution-rules" +title: '@kbn/securitysolution-rules' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules'] --- -import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; - +import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 28 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 28 | 0 | 25 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx index 2894b4164cc23..ed31a88fc1f63 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritysolutionTGridPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid -title: "@kbn/securitysolution-t-grid" +title: '@kbn/securitysolution-t-grid' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid'] --- -import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; - +import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 120 | 0 | 116 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 120 | 0 | 116 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx index 37f24667ff78f..8ffd730450676 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSecuritysolutionUtilsPluginApi slug: /kibana-dev-docs/api/kbn-securitysolution-utils -title: "@kbn/securitysolution-utils" +title: '@kbn/securitysolution-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils'] --- -import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; - +import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 60 | 0 | 54 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 60 | 0 | 54 | 0 | ## Common ### Functions - + + ### Classes - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index bf00cf7874954..9c1a17ce246cb 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -5,38 +5,41 @@ #### id: kibKbnServerHttpToolsPluginApi slug: /kibana-dev-docs/api/kbn-server-http-tools -title: "@kbn/server-http-tools" +title: '@kbn/server-http-tools' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools'] --- -import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; - +import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 69 | 0 | 64 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 69 | 0 | 64 | 0 | ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index ab191c3672c2e..34597eeba2e1a 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -5,35 +5,37 @@ #### id: kibKbnServerRouteRepositoryPluginApi slug: /kibana-dev-docs/api/kbn-server-route-repository -title: "@kbn/server-route-repository" +title: '@kbn/server-route-repository' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- -import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; - +import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 0 | 42 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 0 | 42 | 0 | ## Server ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_server_route_repository_client.mdx b/api_docs/kbn_server_route_repository_client.mdx index b9c846285e170..60a33ff02422e 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -5,32 +5,33 @@ #### id: kibKbnServerRouteRepositoryClientPluginApi slug: /kibana-dev-docs/api/kbn-server-route-repository-client -title: "@kbn/server-route-repository-client" +title: '@kbn/server-route-repository-client' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-client'] --- -import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; - +import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx index b3f0e4c6b10ce..b20eb44acc03b 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnServerRouteRepositoryUtilsPluginApi slug: /kibana-dev-docs/api/kbn-server-route-repository-utils -title: "@kbn/server-route-repository-utils" +title: '@kbn/server-route-repository-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] --- -import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; - +import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 30 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 30 | 2 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index b010aa72c37d4..a636d6f3ca57d 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -5,26 +5,25 @@ #### id: kibKbnServerlessCommonSettingsPluginApi slug: /kibana-dev-docs/api/kbn-serverless-common-settings -title: "@kbn/serverless-common-settings" +title: '@kbn/serverless-common-settings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- -import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; - +import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; -Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin. +Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index 68da28ecd70ec..c8c1b92e0b46b 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -5,26 +5,25 @@ #### id: kibKbnServerlessObservabilitySettingsPluginApi slug: /kibana-dev-docs/api/kbn-serverless-observability-settings -title: "@kbn/serverless-observability-settings" +title: '@kbn/serverless-observability-settings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- -import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; - +import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; -Contact [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin. +Contact [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index cd2fc62af76b7..6c91db749649b 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -5,32 +5,33 @@ #### id: kibKbnServerlessProjectSwitcherPluginApi slug: /kibana-dev-docs/api/kbn-serverless-project-switcher -title: "@kbn/serverless-project-switcher" +title: '@kbn/serverless-project-switcher' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher'] --- -import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; - +import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 7 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index e7a5740504724..684177bb8d8f9 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -5,26 +5,25 @@ #### id: kibKbnServerlessSearchSettingsPluginApi slug: /kibana-dev-docs/api/kbn-serverless-search-settings -title: "@kbn/serverless-search-settings" +title: '@kbn/serverless-search-settings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- -import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; - +import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; -Contact [@elastic/search-kibana @elastic/kibana-management](https://github.com/orgs/elastic/teams/search-kibana ) for questions regarding this plugin. +Contact [@elastic/search-kibana @elastic/kibana-management](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index 8faa390f71e98..1a53de6323015 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -5,26 +5,25 @@ #### id: kibKbnServerlessSecuritySettingsPluginApi slug: /kibana-dev-docs/api/kbn-serverless-security-settings -title: "@kbn/serverless-security-settings" +title: '@kbn/serverless-security-settings' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- -import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; - +import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; -Contact [@elastic/security-solution @elastic/kibana-management](https://github.com/orgs/elastic/teams/security-solution ) for questions regarding this plugin. +Contact [@elastic/security-solution @elastic/kibana-management](https://github.com/orgs/elastic/teams/security-solution) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index 89d070f949d04..5b86bcfb0cc6e 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnServerlessStorybookConfigPluginApi slug: /kibana-dev-docs/api/kbn-serverless-storybook-config -title: "@kbn/serverless-storybook-config" +title: '@kbn/serverless-storybook-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- -import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; - +import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index b083568018733..7c8b6a0815d2e 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedSvgPluginApi slug: /kibana-dev-docs/api/kbn-shared-svg -title: "@kbn/shared-svg" +title: '@kbn/shared-svg' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg'] --- -import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; - +import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx index 56554b5b7f00e..a08229d59e76a 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxAvatarSolutionPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution -title: "@kbn/shared-ux-avatar-solution" +title: '@kbn/shared-ux-avatar-solution' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- -import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; - +import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 2 | 2 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index d377c011e732a..9f4010c7957d5 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxButtonExitFullScreenPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen -title: "@kbn/shared-ux-button-exit-full-screen" +title: '@kbn/shared-ux-button-exit-full-screen' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- -import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; - +import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 2 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index 55418b83a6a5e..b43099b4a83a5 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxButtonToolbarPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar -title: "@kbn/shared-ux-button-toolbar" +title: '@kbn/shared-ux-button-toolbar' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar'] --- -import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; - +import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 8 | 0 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx index 0c0fe2306ac13..76bcbe20270a5 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxCardNoDataPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data -title: "@kbn/shared-ux-card-no-data" +title: '@kbn/shared-ux-card-no-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data'] --- -import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; - +import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 4 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx index 862b513a809ce..d2129531f4588 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxCardNoDataMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks -title: "@kbn/shared-ux-card-no-data-mocks" +title: '@kbn/shared-ux-card-no-data-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- -import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; - +import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 28 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 28 | 0 | ## Client ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index be57b1d5189e1..e5749eaa498f1 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -5,35 +5,37 @@ #### id: kibKbnSharedUxChromeNavigationPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation -title: "@kbn/shared-ux-chrome-navigation" +title: '@kbn/shared-ux-chrome-navigation' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- -import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; - +import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 38 | 0 | 29 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 38 | 0 | 29 | 2 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index 21a2041bb0835..4df61a7231b31 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxErrorBoundaryPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary -title: "@kbn/shared-ux-error-boundary" +title: '@kbn/shared-ux-error-boundary' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- -import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; - +import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 2 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index 85cd765d2ba0a..f048da33302ae 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFileContextPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-context -title: "@kbn/shared-ux-file-context" +title: '@kbn/shared-ux-file-context' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context'] --- -import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; - +import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 4 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx index fc1c41dc4a82b..13ab0eb47db10 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFileImagePluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-image -title: "@kbn/shared-ux-file-image" +title: '@kbn/shared-ux-file-image' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image'] --- -import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; - +import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 2 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx index b3b65779c2b5d..1d9bc7def0b69 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFileImageMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks -title: "@kbn/shared-ux-file-image-mocks" +title: '@kbn/shared-ux-file-image-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks'] --- -import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; - +import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx index 17533b14780dd..a1b089f4b2ce0 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxFileMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks -title: "@kbn/shared-ux-file-mocks" +title: '@kbn/shared-ux-file-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks'] --- -import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; - +import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx index df620f834e9ab..8760fd62a92a1 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFilePickerPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker -title: "@kbn/shared-ux-file-picker" +title: '@kbn/shared-ux-file-picker' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker'] --- -import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; - +import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 6 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx index 05141533d5d16..99bb0655be127 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFileTypesPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-types -title: "@kbn/shared-ux-file-types" +title: '@kbn/shared-ux-file-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types'] --- -import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; - +import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 72 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 72 | 0 | 9 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx index 7f424a4119188..a1c99beafeb0b 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxFileUploadPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload -title: "@kbn/shared-ux-file-upload" +title: '@kbn/shared-ux-file-upload' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload'] --- -import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; - +import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 1 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx index 56f274800b91d..3c047b497820f 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxFileUtilPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-file-util -title: "@kbn/shared-ux-file-util" +title: '@kbn/shared-ux-file-util' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util'] --- -import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; - +import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 15 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index 77f7e31844a1e..b4e113d477511 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxLinkRedirectAppPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app -title: "@kbn/shared-ux-link-redirect-app" +title: '@kbn/shared-ux-link-redirect-app' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- -import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; - +import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 9 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx index 159db9fc7ab60..dd67583ae34b0 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxLinkRedirectAppMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks -title: "@kbn/shared-ux-link-redirect-app-mocks" +title: '@kbn/shared-ux-link-redirect-app-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks'] --- -import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; - +import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 9 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx index 93af3e94fd72f..6d18c2a61c232 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxMarkdownPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-markdown -title: "@kbn/shared-ux-markdown" +title: '@kbn/shared-ux-markdown' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown'] --- -import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; - +import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx index e026823ebf4dc..f2a4ce3b06aa9 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxMarkdownMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks -title: "@kbn/shared-ux-markdown-mocks" +title: '@kbn/shared-ux-markdown-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks'] --- -import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; - +import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 41 | 0 | 40 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 41 | 0 | 40 | 0 | ## Common ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx index 5dcadce767b85..9a67333ab6965 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageAnalyticsNoDataPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data -title: "@kbn/shared-ux-page-analytics-no-data" +title: '@kbn/shared-ux-page-analytics-no-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data'] --- -import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; - +import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 9 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 9 | 1 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx index 2d6a10998b035..445e81d4f1440 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageAnalyticsNoDataMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks -title: "@kbn/shared-ux-page-analytics-no-data-mocks" +title: '@kbn/shared-ux-page-analytics-no-data-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks'] --- -import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; - +import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 20 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 20 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx index d430e9530f8b5..f2d63fb54e714 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxPageKibanaNoDataPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data -title: "@kbn/shared-ux-page-kibana-no-data" +title: '@kbn/shared-ux-page-kibana-no-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data'] --- -import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; - +import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 3 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx index 3861eae712ba2..553d863a634de 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageKibanaNoDataMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks -title: "@kbn/shared-ux-page-kibana-no-data-mocks" +title: '@kbn/shared-ux-page-kibana-no-data-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks'] --- -import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; - +import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 24 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx index 4a4afc36720a5..f405e019e7a5e 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxPageKibanaTemplatePluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template -title: "@kbn/shared-ux-page-kibana-template" +title: '@kbn/shared-ux-page-kibana-template' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template'] --- -import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; - +import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 6 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx index bae94610e410c..f533d6ed610a1 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageKibanaTemplateMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks -title: "@kbn/shared-ux-page-kibana-template-mocks" +title: '@kbn/shared-ux-page-kibana-template-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks'] --- -import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; - +import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 43 | 5 | 43 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 43 | 5 | 43 | 2 | ## Client ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx index 7f11588a77320..25f2470c4c983 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageNoDataPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data -title: "@kbn/shared-ux-page-no-data" +title: '@kbn/shared-ux-page-no-data' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data'] --- -import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; - +import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 5 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx index 7fce3251bc67c..7c16259d7f73b 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxPageNoDataConfigPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config -title: "@kbn/shared-ux-page-no-data-config" +title: '@kbn/shared-ux-page-no-data-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config'] --- -import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; - +import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 9 | 0 | ## Client ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx index 916c43a603189..687238ba6784a 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageNoDataConfigMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks -title: "@kbn/shared-ux-page-no-data-config-mocks" +title: '@kbn/shared-ux-page-no-data-config-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks'] --- -import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; - +import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 24 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx index b26ee502fe636..d6b252f6b40d6 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPageNoDataMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks -title: "@kbn/shared-ux-page-no-data-mocks" +title: '@kbn/shared-ux-page-no-data-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks'] --- -import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; - +import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 27 | 0 | 26 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 27 | 0 | 26 | 0 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx index 4d9636bc84287..52c0106a8e546 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxPageSolutionNavPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav -title: "@kbn/shared-ux-page-solution-nav" +title: '@kbn/shared-ux-page-solution-nav' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav'] --- -import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; - +import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 3 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 3 | 1 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx index ac1e9efda4237..104e2de549425 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxPromptNoDataViewsPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views -title: "@kbn/shared-ux-prompt-no-data-views" +title: '@kbn/shared-ux-prompt-no-data-views' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views'] --- -import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; - +import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 1 | 14 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 1 | 14 | 1 | ## Client ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx index 8f223e7f952f0..160079d613118 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSharedUxPromptNoDataViewsMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks -title: "@kbn/shared-ux-prompt-no-data-views-mocks" +title: '@kbn/shared-ux-prompt-no-data-views-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks'] --- -import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; - +import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 26 | 0 | 25 | 0 | ## Client ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx index 83ea310fb5da4..539c7fe0e06af 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxPromptNotFoundPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found -title: "@kbn/shared-ux-prompt-not-found" +title: '@kbn/shared-ux-prompt-not-found' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found'] --- -import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; - +import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index 7f41bd63caed9..bcc1c1e73ae9a 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxRouterPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-router -title: "@kbn/shared-ux-router" +title: '@kbn/shared-ux-router' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- -import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; - +import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 13 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index 0ded568ce8731..c5115e88e1ade 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxRouterMocksPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks -title: "@kbn/shared-ux-router-mocks" +title: '@kbn/shared-ux-router-mocks' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks'] --- -import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; - +import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx index 02fbdbc896372..6f2eaa57b1572 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSharedUxStorybookConfigPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config -title: "@kbn/shared-ux-storybook-config" +title: '@kbn/shared-ux-storybook-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config'] --- -import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; - +import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 0 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx index a2bc093fc0a2b..950acf647e235 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxStorybookMockPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock -title: "@kbn/shared-ux-storybook-mock" +title: '@kbn/shared-ux-storybook-mock' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock'] --- -import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; - +import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 4 | 0 | ## Common ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_tabbed_modal.mdx b/api_docs/kbn_shared_ux_tabbed_modal.mdx index 62ecd7eee4859..dc2030d167ff6 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxTabbedModalPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal -title: "@kbn/shared-ux-tabbed-modal" +title: '@kbn/shared-ux-tabbed-modal' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-tabbed-modal'] --- -import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; - +import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 4 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_shared_ux_table_persist.mdx b/api_docs/kbn_shared_ux_table_persist.mdx index 2d9c2c6423170..51e10072204d8 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxTablePersistPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist -title: "@kbn/shared-ux-table-persist" +title: '@kbn/shared-ux-table-persist' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-table-persist'] --- -import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; - +import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 2 | 2 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index c444e5a6bef83..d3e7f231c554d 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSharedUxUtilityPluginApi slug: /kibana-dev-docs/api/kbn-shared-ux-utility -title: "@kbn/shared-ux-utility" +title: '@kbn/shared-ux-utility' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility'] --- -import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; - +import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 0 | 6 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index b977f8f63d3da..80d11ab5b7078 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -5,41 +5,45 @@ #### id: kibKbnSloSchemaPluginApi slug: /kibana-dev-docs/api/kbn-slo-schema -title: "@kbn/slo-schema" +title: '@kbn/slo-schema' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- -import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; - +import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 182 | 0 | 182 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 182 | 0 | 182 | 0 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index 928d9c4429f06..7443b2cb4c17f 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -5,29 +5,29 @@ #### id: kibKbnSomeDevLogPluginApi slug: /kibana-dev-docs/api/kbn-some-dev-log -title: "@kbn/some-dev-log" +title: '@kbn/some-dev-log' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- -import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; - +import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 12 | 0 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index 4af06159604d7..4f725d61d3a87 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSortPredicatesPluginApi slug: /kibana-dev-docs/api/kbn-sort-predicates -title: "@kbn/sort-predicates" +title: '@kbn/sort-predicates' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- -import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; - +import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index 78ba88217f53b..9db2a8d3ca1fb 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSseUtilsPluginApi slug: /kibana-dev-docs/api/kbn-sse-utils -title: "@kbn/sse-utils" +title: '@kbn/sse-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils'] --- -import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; - +import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 19 | 3 | ## Common ### Functions - + + ### Classes - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_sse_utils_client.mdx b/api_docs/kbn_sse_utils_client.mdx index a4c2179f384b2..24cbe88bab633 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSseUtilsClientPluginApi slug: /kibana-dev-docs/api/kbn-sse-utils-client -title: "@kbn/sse-utils-client" +title: '@kbn/sse-utils-client' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-client'] --- -import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; - +import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_sse_utils_server.mdx b/api_docs/kbn_sse_utils_server.mdx index 1551686e0f640..40b452f1195d6 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -5,26 +5,25 @@ #### id: kibKbnSseUtilsServerPluginApi slug: /kibana-dev-docs/api/kbn-sse-utils-server -title: "@kbn/sse-utils-server" +title: '@kbn/sse-utils-server' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-server'] --- -import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; - +import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index 9479f1d0e4082..c69a8436e1b30 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -5,35 +5,37 @@ #### id: kibKbnStdPluginApi slug: /kibana-dev-docs/api/kbn-std -title: "@kbn/std" +title: '@kbn/std' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std'] --- -import kbnStdObj from './kbn_std.devdocs.json'; - +import kbnStdObj from './kbn_std.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 108 | 2 | 70 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 108 | 2 | 70 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx index 545b3ba13085d..d53c00e0b1c82 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -5,26 +5,25 @@ #### id: kibKbnStdioDevHelpersPluginApi slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers -title: "@kbn/stdio-dev-helpers" +title: '@kbn/stdio-dev-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers'] --- -import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; - +import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 2 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx index b0b08633d48ec..e86fa2cc0c597 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -5,32 +5,33 @@ #### id: kibKbnStorybookPluginApi slug: /kibana-dev-docs/api/kbn-storybook -title: "@kbn/storybook" +title: '@kbn/storybook' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- -import kbnStorybookObj from './kbn_storybook.devdocs.json'; - +import kbnStorybookObj from './kbn_storybook.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 41 | 2 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 41 | 2 | 21 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 7a9bc92300bbb..2d8b8f414ab78 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSyntheticsE2ePluginApi slug: /kibana-dev-docs/api/kbn-synthetics-e2e -title: "@kbn/synthetics-e2e" +title: '@kbn/synthetics-e2e' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-e2e plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] --- -import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; - +import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 2 | 32 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 2 | 32 | 0 | ## Common ### Objects - + + ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_synthetics_private_location.mdx b/api_docs/kbn_synthetics_private_location.mdx index 3ce247ebc2502..e75ebb8bf68cc 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -5,32 +5,33 @@ #### id: kibKbnSyntheticsPrivateLocationPluginApi slug: /kibana-dev-docs/api/kbn-synthetics-private-location -title: "@kbn/synthetics-private-location" +title: '@kbn/synthetics-private-location' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-private-location'] --- -import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; - +import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 19 | 0 | ## Common ### Objects - + + ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index 64245c2222957..c9ec900bf9e79 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -5,26 +5,25 @@ #### id: kibKbnTelemetryToolsPluginApi slug: /kibana-dev-docs/api/kbn-telemetry-tools -title: "@kbn/telemetry-tools" +title: '@kbn/telemetry-tools' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- -import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; - +import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 5 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 5 | 1 | ## Server ### Functions - + diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index dba9456eed29f..cd860f4547be9 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -5,38 +5,41 @@ #### id: kibKbnTestPluginApi slug: /kibana-dev-docs/api/kbn-test -title: "@kbn/test" +title: '@kbn/test' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- -import kbnTestObj from './kbn_test.devdocs.json'; - +import kbnTestObj from './kbn_test.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 316 | 4 | 268 | 14 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 316 | 4 | 268 | 14 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 2cbd2835c797d..c94cda7b798af 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -5,29 +5,29 @@ #### id: kibKbnTestEuiHelpersPluginApi slug: /kibana-dev-docs/api/kbn-test-eui-helpers -title: "@kbn/test-eui-helpers" +title: '@kbn/test-eui-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- -import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; - +import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 1 | 19 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 1 | 19 | 0 | ## Common ### Functions - + + ### Classes - + diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 401c9a4753805..e747dcc351532 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -5,38 +5,41 @@ #### id: kibKbnTestJestHelpersPluginApi slug: /kibana-dev-docs/api/kbn-test-jest-helpers -title: "@kbn/test-jest-helpers" +title: '@kbn/test-jest-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers'] --- -import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; - +import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 131 | 3 | 98 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 131 | 3 | 98 | 2 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx index ba9a3c450f029..2d73affc7b779 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -5,26 +5,25 @@ #### id: kibKbnTestSubjSelectorPluginApi slug: /kibana-dev-docs/api/kbn-test-subj-selector -title: "@kbn/test-subj-selector" +title: '@kbn/test-subj-selector' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- -import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; - +import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 1 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 923761973dfbf..a775ca697fa7f 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -5,26 +5,25 @@ #### id: kibKbnTimerangePluginApi slug: /kibana-dev-docs/api/kbn-timerange -title: "@kbn/timerange" +title: '@kbn/timerange' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- -import kbnTimerangeObj from './kbn_timerange.devdocs.json'; - +import kbnTimerangeObj from './kbn_timerange.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Common ### Functions - + diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index f06e07473d7e0..57f06d55aecde 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -5,35 +5,37 @@ #### id: kibKbnToolingLogPluginApi slug: /kibana-dev-docs/api/kbn-tooling-log -title: "@kbn/tooling-log" +title: '@kbn/tooling-log' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- -import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; - +import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 74 | 0 | 55 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 74 | 0 | 55 | 0 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index 6771ad8cfc576..fc047d293c0f6 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnTransposeUtilsPluginApi slug: /kibana-dev-docs/api/kbn-transpose-utils -title: "@kbn/transpose-utils" +title: '@kbn/transpose-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/transpose-utils'] --- -import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; - +import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 7 | 0 | ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 7c895b6f1144d..b82effd379da7 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -5,32 +5,33 @@ #### id: kibKbnTriggersActionsUiTypesPluginApi slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types -title: "@kbn/triggers-actions-ui-types" +title: '@kbn/triggers-actions-ui-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- -import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; - +import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 15 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 1767a684c6e5f..7977ab7527793 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -5,26 +5,25 @@ #### id: kibKbnTryInConsolePluginApi slug: /kibana-dev-docs/api/kbn-try-in-console -title: "@kbn/try-in-console" +title: '@kbn/try-in-console' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/try-in-console'] --- -import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; - +import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index ca6e9530efb8b..5b2ab03c3013b 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -5,32 +5,33 @@ #### id: kibKbnTsProjectsPluginApi slug: /kibana-dev-docs/api/kbn-ts-projects -title: "@kbn/ts-projects" +title: '@kbn/ts-projects' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects'] --- -import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; - +import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 39 | 0 | 25 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 39 | 0 | 25 | 1 | ## Common ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx index ec88678de0894..962f89f55e10e 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -5,35 +5,37 @@ #### id: kibKbnTypedReactRouterConfigPluginApi slug: /kibana-dev-docs/api/kbn-typed-react-router-config -title: "@kbn/typed-react-router-config" +title: '@kbn/typed-react-router-config' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- -import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; - +import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 86 | 0 | 86 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 86 | 0 | 86 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 07721bd3a0ef8..a94a4cff50770 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -5,32 +5,33 @@ #### id: kibKbnUiActionsBrowserPluginApi slug: /kibana-dev-docs/api/kbn-ui-actions-browser -title: "@kbn/ui-actions-browser" +title: '@kbn/ui-actions-browser' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- -import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; - +import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 42 | 0 | 28 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 42 | 0 | 28 | 0 | ## Common ### Objects - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index ef32510701ad2..7b23ce1b037c3 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -5,29 +5,29 @@ #### id: kibKbnUiSharedDepsSrcPluginApi slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src -title: "@kbn/ui-shared-deps-src" +title: '@kbn/ui-shared-deps-src' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- -import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; - +import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 59 | 0 | 50 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 59 | 0 | 50 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index 3213ed424a8e6..a361f57585eb5 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -5,32 +5,33 @@ #### id: kibKbnUiThemePluginApi slug: /kibana-dev-docs/api/kbn-ui-theme -title: "@kbn/ui-theme" +title: '@kbn/ui-theme' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- -import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; - +import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 8 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index add56a55346e4..c713ea9c66031 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -5,12 +5,13 @@ #### id: kibKbnUnifiedDataTablePluginApi slug: /kibana-dev-docs/api/kbn-unified-data-table -title: "@kbn/unified-data-table" +title: '@kbn/unified-data-table' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- + import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; Contains functionality for the unified data table which can be integrated into apps @@ -19,24 +20,28 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 183 | 0 | 108 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 183 | 0 | 108 | 1 | ## Client ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 9b061a1e1ca8a..2240eef0ece05 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -5,32 +5,33 @@ #### id: kibKbnUnifiedDocViewerPluginApi slug: /kibana-dev-docs/api/kbn-unified-doc-viewer -title: "@kbn/unified-doc-viewer" +title: '@kbn/unified-doc-viewer' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- -import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; - +import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 17 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 17 | 5 | ## Common ### Functions - + + ### Classes - + + ### Enums - + diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index a0f6cbbe7d100..4b91bfb63fa57 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -5,12 +5,13 @@ #### id: kibKbnUnifiedFieldListPluginApi slug: /kibana-dev-docs/api/kbn-unified-field-list -title: "@kbn/unified-field-list" +title: '@kbn/unified-field-list' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- + import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; Contains functionality for the field list and field stats which can be integrated into apps @@ -19,21 +20,24 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 315 | 0 | 286 | 8 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 315 | 0 | 286 | 8 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index c5622fe3e0882..ebede088ad631 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -5,29 +5,29 @@ #### id: kibKbnUnsavedChangesBadgePluginApi slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge -title: "@kbn/unsaved-changes-badge" +title: '@kbn/unsaved-changes-badge' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- -import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; - +import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 13 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 13 | 0 | 9 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 6da47d74b80e6..6b4bff1e04502 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -5,26 +5,25 @@ #### id: kibKbnUnsavedChangesPromptPluginApi slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt -title: "@kbn/unsaved-changes-prompt" +title: '@kbn/unsaved-changes-prompt' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- -import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; - +import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Functions - + diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 78b0ac0a4a874..7f1c7f490b826 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -5,26 +5,25 @@ #### id: kibKbnUseTrackedPromisePluginApi slug: /kibana-dev-docs/api/kbn-use-tracked-promise -title: "@kbn/use-tracked-promise" +title: '@kbn/use-tracked-promise' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- -import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; - +import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 2 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 950bdc2c650b0..b22c93ce44a42 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnUserProfileComponentsPluginApi slug: /kibana-dev-docs/api/kbn-user-profile-components -title: "@kbn/user-profile-components" +title: '@kbn/user-profile-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components'] --- -import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; - +import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 81 | 0 | 21 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 81 | 0 | 21 | 2 | ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index 18c43a8a5d0d3..6d84426ebbb88 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -5,29 +5,29 @@ #### id: kibKbnUtilityTypesPluginApi slug: /kibana-dev-docs/api/kbn-utility-types -title: "@kbn/utility-types" +title: '@kbn/utility-types' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types'] --- -import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; - +import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 16 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 37 | 0 | 16 | 1 | ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index 0f0eb6bb986c2..b8ffee611fcc9 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -5,26 +5,25 @@ #### id: kibKbnUtilityTypesJestPluginApi slug: /kibana-dev-docs/api/kbn-utility-types-jest -title: "@kbn/utility-types-jest" +title: '@kbn/utility-types-jest' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest'] --- -import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; - +import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index 767ed6170b2c9..1123399c6cdbf 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -5,29 +5,29 @@ #### id: kibKbnUtilsPluginApi slug: /kibana-dev-docs/api/kbn-utils -title: "@kbn/utils" +title: '@kbn/utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- -import kbnUtilsObj from './kbn_utils.devdocs.json'; - +import kbnUtilsObj from './kbn_utils.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 15 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 26 | 0 | 15 | 0 | ## Server ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 891d73b5e6818..f537e2d6187cd 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -5,32 +5,33 @@ #### id: kibKbnVisualizationUiComponentsPluginApi slug: /kibana-dev-docs/api/kbn-visualization-ui-components -title: "@kbn/visualization-ui-components" +title: '@kbn/visualization-ui-components' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- -import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; - +import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 144 | 0 | 138 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 144 | 0 | 138 | 4 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 674114b29518a..145d6185c6465 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -5,26 +5,25 @@ #### id: kibKbnVisualizationUtilsPluginApi slug: /kibana-dev-docs/api/kbn-visualization-utils -title: "@kbn/visualization-utils" +title: '@kbn/visualization-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- -import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; - +import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 17 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 17 | 1 | ## Common ### Functions - + diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index 52c728ec45892..be261f7dcf584 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -5,32 +5,33 @@ #### id: kibKbnXstateUtilsPluginApi slug: /kibana-dev-docs/api/kbn-xstate-utils -title: "@kbn/xstate-utils" +title: '@kbn/xstate-utils' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- -import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; - +import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 14 | 0 | 14 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index 2fb2eb3e929b5..693559dbc179c 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -5,29 +5,29 @@ #### id: kibKbnYarnLockValidatorPluginApi slug: /kibana-dev-docs/api/kbn-yarn-lock-validator -title: "@kbn/yarn-lock-validator" +title: '@kbn/yarn-lock-validator' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- -import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; - +import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 4 | 0 | ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx index a74d260b014a1..41e3e39050025 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -5,41 +5,45 @@ #### id: kibKbnZodPluginApi slug: /kibana-dev-docs/api/kbn-zod -title: "@kbn/zod" +title: '@kbn/zod' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] --- -import kbnZodObj from './kbn_zod.devdocs.json'; - +import kbnZodObj from './kbn_zod.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1254 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1254 | 0 | 4 | 0 | ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index f34f331d3dc6b..71b9b7c91d475 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -5,32 +5,33 @@ #### id: kibKbnZodHelpersPluginApi slug: /kibana-dev-docs/api/kbn-zod-helpers -title: "@kbn/zod-helpers" +title: '@kbn/zod-helpers' image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- -import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; - +import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; Contact [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 20 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 20 | 0 | 10 | 0 | ## Common ### Objects - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index 3d7661b275d3b..310f52662e123 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -5,34 +5,35 @@ #### id: kibKibanaOverviewPluginApi slug: /kibana-dev-docs/api/kibanaOverview -title: "kibanaOverview" +title: 'kibanaOverview' image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- -import kibanaOverviewObj from './kibana_overview.devdocs.json'; - +import kibanaOverviewObj from './kibana_overview.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index ed6e9e9f07f84..df6e6f5099005 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -5,46 +5,51 @@ #### id: kibKibanaReactPluginApi slug: /kibana-dev-docs/api/kibanaReact -title: "kibanaReact" +title: 'kibanaReact' image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- -import kibanaReactObj from './kibana_react.devdocs.json'; - +import kibanaReactObj from './kibana_react.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 153 | 0 | 121 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 153 | 0 | 121 | 3 | ## Client ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index ebfb1da0e91c4..656fd2c028523 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -5,72 +5,85 @@ #### id: kibKibanaUtilsPluginApi slug: /kibana-dev-docs/api/kibanaUtils -title: "kibanaUtils" +title: 'kibanaUtils' image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- -import kibanaUtilsObj from './kibana_utils.devdocs.json'; - +import kibanaUtilsObj from './kibana_utils.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 610 | 3 | 417 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 610 | 3 | 417 | 9 | ## Client ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Objects - + + ### Functions - + + ### Classes - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx index 2d655f2ded027..e02af5ac4321f 100644 --- a/api_docs/kubernetes_security.mdx +++ b/api_docs/kubernetes_security.mdx @@ -5,29 +5,29 @@ #### id: kibKubernetesSecurityPluginApi slug: /kibana-dev-docs/api/kubernetesSecurity -title: "kubernetesSecurity" +title: 'kubernetesSecurity' image: https://source.unsplash.com/400x175/?github description: API docs for the kubernetesSecurity plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity'] --- -import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; - +import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 1 | ## Client ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 22961b26c5223..f2ac6fa972932 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -5,12 +5,13 @@ #### id: kibLensPluginApi slug: /kibana-dev-docs/api/lens -title: "lens" +title: 'lens' image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- + import lensObj from './lens.devdocs.json'; Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. @@ -19,40 +20,48 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 692 | 0 | 590 | 63 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 692 | 0 | 590 | 63 | ## Client ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Interfaces - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index 2658a664efdfc..ce640d26a3cb9 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -5,26 +5,25 @@ #### id: kibLicenseApiGuardPluginApi slug: /kibana-dev-docs/api/licenseApiGuard -title: "licenseApiGuard" +title: 'licenseApiGuard' image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard'] --- -import licenseApiGuardObj from './license_api_guard.devdocs.json'; - +import licenseApiGuardObj from './license_api_guard.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 8 | 0 | 8 | 0 | ## Server ### Classes - + diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx index d43ad4533185c..b6733cd20a637 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -5,29 +5,29 @@ #### id: kibLicenseManagementPluginApi slug: /kibana-dev-docs/api/licenseManagement -title: "licenseManagement" +title: 'licenseManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- -import licenseManagementObj from './license_management.devdocs.json'; - +import licenseManagementObj from './license_management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Client ### Setup - + + ### Start - + diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index c699ab2d197ea..00a94ddceac97 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -5,55 +5,63 @@ #### id: kibLicensingPluginApi slug: /kibana-dev-docs/api/licensing -title: "licensing" +title: 'licensing' image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- -import licensingObj from './licensing.devdocs.json'; - +import licensingObj from './licensing.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 119 | 0 | 42 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 119 | 0 | 42 | 10 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/links.mdx b/api_docs/links.mdx index 9e222b7b09ef5..8bf0c99319edf 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -5,12 +5,13 @@ #### id: kibLinksPluginApi slug: /kibana-dev-docs/api/links -title: "links" +title: 'links' image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- + import linksObj from './links.devdocs.json'; A dashboard panel for creating links to dashboards or external links. @@ -19,12 +20,12 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 5 | 0 | 5 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 5 | 0 | 5 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index 44f48b1f96832..f7b838ac8a8f8 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -5,52 +5,59 @@ #### id: kibListsPluginApi slug: /kibana-dev-docs/api/lists -title: "lists" +title: 'lists' image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- -import listsObj from './lists.devdocs.json'; - +import listsObj from './lists.devdocs.json'; Contact [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 227 | 0 | 98 | 52 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 227 | 0 | 98 | 52 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ## Server ### Setup - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index d3d429ab163b8..a67b754ca2e01 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -5,43 +5,47 @@ #### id: kibLogsDataAccessPluginApi slug: /kibana-dev-docs/api/logsDataAccess -title: "logsDataAccess" +title: 'logsDataAccess' image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- -import logsDataAccessObj from './logs_data_access.devdocs.json'; - +import logsDataAccessObj from './logs_data_access.devdocs.json'; Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 13 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 13 | 7 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 52e072febf769..8cb0e75ae3fe3 100644 --- a/api_docs/logs_explorer.mdx +++ b/api_docs/logs_explorer.mdx @@ -5,12 +5,13 @@ #### id: kibLogsExplorerPluginApi slug: /kibana-dev-docs/api/logsExplorer -title: "logsExplorer" +title: 'logsExplorer' image: https://source.unsplash.com/400x175/?github description: API docs for the logsExplorer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- + import logsExplorerObj from './logs_explorer.devdocs.json'; This plugin provides a LogsExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. @@ -19,44 +20,54 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 120 | 4 | 120 | 23 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 120 | 4 | 120 | 23 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index c7f8e14265d78..6818d8e3017b5 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -5,12 +5,13 @@ #### id: kibLogsSharedPluginApi slug: /kibana-dev-docs/api/logsShared -title: "logsShared" +title: 'logsShared' image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- + import logsSharedObj from './logs_shared.devdocs.json'; Exposes the shared components and APIs to access and visualize logs. @@ -19,58 +20,72 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 314 | 0 | 285 | 34 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 314 | 0 | 285 | 34 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 402e48ef8add6..6ecd3b18ce783 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -5,43 +5,47 @@ #### id: kibManagementPluginApi slug: /kibana-dev-docs/api/management -title: "management" +title: 'management' image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- -import managementObj from './management.devdocs.json'; - +import managementObj from './management.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 44 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 44 | 0 | 44 | 7 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index 07affed39a8e9..099af943e47e1 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -5,49 +5,55 @@ #### id: kibMapsPluginApi slug: /kibana-dev-docs/api/maps -title: "maps" +title: 'maps' image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- -import mapsObj from './maps.devdocs.json'; - +import mapsObj from './maps.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 209 | 0 | 205 | 27 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 209 | 0 | 205 | 27 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index ba657f1b3e7b9..ad9b488043af4 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -5,54 +5,61 @@ #### id: kibMapsEmsPluginApi slug: /kibana-dev-docs/api/mapsEms -title: "mapsEms" +title: 'mapsEms' image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- -import mapsEmsObj from './maps_ems.devdocs.json'; - +import mapsEmsObj from './maps_ems.devdocs.json'; Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 60 | 0 | 60 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 60 | 0 | 60 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Classes - + + ## Common ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 8e52935d9fc45..bf3007f004860 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -5,12 +5,13 @@ #### id: kibMetricsDataAccessPluginApi slug: /kibana-dev-docs/api/metricsDataAccess -title: "metricsDataAccess" +title: 'metricsDataAccess' image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- + import metricsDataAccessObj from './metrics_data_access.devdocs.json'; Exposes utilities for accessing metrics data @@ -19,52 +20,64 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs- **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 137 | 8 | 137 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 137 | 8 | 137 | 5 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ## Server ### Setup - + + ### Objects - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index c1983a6a1a264..fb5906630fd4d 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -5,12 +5,13 @@ #### id: kibMlPluginApi slug: /kibana-dev-docs/api/ml -title: "ml" +title: 'ml' image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- + import mlObj from './ml.devdocs.json'; This plugin provides access to the machine learning features provided by Elastic. @@ -19,64 +20,80 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 148 | 3 | 63 | 104 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 148 | 3 | 63 | 104 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index 0f38f2b1e8adb..387015b3cc4f2 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -5,31 +5,31 @@ #### id: kibMockIdpPluginPluginApi slug: /kibana-dev-docs/api/mockIdpPlugin -title: "mockIdpPlugin" +title: 'mockIdpPlugin' image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- -import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; - +import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Server ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index bc65d5ec487c8..495f305b3497b 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -5,37 +5,39 @@ #### id: kibMonitoringPluginApi slug: /kibana-dev-docs/api/monitoring -title: "monitoring" +title: 'monitoring' image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring'] --- -import monitoringObj from './monitoring.devdocs.json'; - +import monitoringObj from './monitoring.devdocs.json'; Contact [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 3 | 13 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 3 | 13 | 1 | ## Server ### Setup - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx index d60bfad3473bd..77dd8ea5dc633 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -5,32 +5,33 @@ #### id: kibMonitoringCollectionPluginApi slug: /kibana-dev-docs/api/monitoringCollection -title: "monitoringCollection" +title: 'monitoringCollection' image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- -import monitoringCollectionObj from './monitoring_collection.devdocs.json'; - +import monitoringCollectionObj from './monitoring_collection.devdocs.json'; Contact [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 9 | 0 | ## Server ### Setup - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index e6beb3698f598..eac3ff36f80f4 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -5,49 +5,55 @@ #### id: kibNavigationPluginApi slug: /kibana-dev-docs/api/navigation -title: "navigation" +title: 'navigation' image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- -import navigationObj from './navigation.devdocs.json'; - +import navigationObj from './navigation.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 56 | 0 | 54 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 56 | 0 | 54 | 4 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index 53e1836ef934a..99d1de240bbce 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -5,35 +5,37 @@ #### id: kibNewsfeedPluginApi slug: /kibana-dev-docs/api/newsfeed -title: "newsfeed" +title: 'newsfeed' image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- -import newsfeedObj from './newsfeed.devdocs.json'; - +import newsfeedObj from './newsfeed.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 17 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 17 | 0 | 17 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Enums - + diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index f392c36a791bb..9ad8f905d8997 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -5,26 +5,25 @@ #### id: kibNoDataPagePluginApi slug: /kibana-dev-docs/api/noDataPage -title: "noDataPage" +title: 'noDataPage' image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- -import noDataPageObj from './no_data_page.devdocs.json'; - +import noDataPageObj from './no_data_page.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 0 | ## Client ### Start - + diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 2d06d3e92db3d..c7fb4a77a6281 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -5,31 +5,31 @@ #### id: kibNotificationsPluginApi slug: /kibana-dev-docs/api/notifications -title: "notifications" +title: 'notifications' image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- -import notificationsObj from './notifications.devdocs.json'; - +import notificationsObj from './notifications.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 1 | ## Server ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 3e666436e99f5..3deea14219582 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -5,78 +5,93 @@ #### id: kibObservabilityPluginApi slug: /kibana-dev-docs/api/observability -title: "observability" +title: 'observability' image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- -import observabilityObj from './observability.devdocs.json'; - +import observabilityObj from './observability.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 694 | 2 | 686 | 23 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 694 | 2 | 686 | 23 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 08af68688bd67..250dd55dc7536 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -5,78 +5,93 @@ #### id: kibObservabilityAIAssistantPluginApi slug: /kibana-dev-docs/api/observabilityAIAssistant -title: "observabilityAIAssistant" +title: 'observabilityAIAssistant' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- -import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; - +import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 296 | 1 | 294 | 27 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 296 | 1 | 294 | 27 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index b1ab44e540c26..4996c97fde2c5 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -5,32 +5,33 @@ #### id: kibObservabilityAIAssistantAppPluginApi slug: /kibana-dev-docs/api/observabilityAIAssistantApp -title: "observabilityAIAssistantApp" +title: 'observabilityAIAssistantApp' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistantApp'] --- -import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; - +import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 0 | ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + diff --git a/api_docs/observability_ai_assistant_management.mdx b/api_docs/observability_ai_assistant_management.mdx index 8f847ba6438ee..cab47c5031fd6 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -5,29 +5,29 @@ #### id: kibObservabilityAiAssistantManagementPluginApi slug: /kibana-dev-docs/api/observabilityAiAssistantManagement -title: "observabilityAiAssistantManagement" +title: 'observabilityAiAssistantManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- -import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; - +import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Setup - + + ### Start - + diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 470c9e5704cc2..0c572c3073472 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -5,12 +5,13 @@ #### id: kibObservabilityLogsExplorerPluginApi slug: /kibana-dev-docs/api/observabilityLogsExplorer -title: "observabilityLogsExplorer" +title: 'observabilityLogsExplorer' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- + import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; This plugin exposes and registers observability log consumption features. @@ -19,21 +20,24 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 19 | 1 | ## Common ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index b09cd01682d5f..f21928382bb3a 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -5,45 +5,49 @@ #### id: kibObservabilityOnboardingPluginApi slug: /kibana-dev-docs/api/observabilityOnboarding -title: "observabilityOnboarding" +title: 'observabilityOnboarding' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- -import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; - +import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 24 | 0 | ## Client ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 6b6976d8bb21e..15b47856044ed 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -5,58 +5,67 @@ #### id: kibObservabilitySharedPluginApi slug: /kibana-dev-docs/api/observabilityShared -title: "observabilityShared" +title: 'observabilityShared' image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- -import observabilitySharedObj from './observability_shared.devdocs.json'; - +import observabilitySharedObj from './observability_shared.devdocs.json'; Contact [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 507 | 1 | 501 | 19 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 507 | 1 | 501 | 19 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index 276026590a3dd..f05501fd52793 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -5,42 +5,45 @@ #### id: kibOsqueryPluginApi slug: /kibana-dev-docs/api/osquery -title: "osquery" +title: 'osquery' image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- -import osqueryObj from './osquery.devdocs.json'; - +import osqueryObj from './osquery.devdocs.json'; Contact [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 23 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 23 | 7 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index e9bb7c7b52702..e04f8a301fbdf 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -5,29 +5,29 @@ #### id: kibPainlessLabPluginApi slug: /kibana-dev-docs/api/painlessLab -title: "painlessLab" +title: 'painlessLab' image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- -import painlessLabObj from './painless_lab.devdocs.json'; - +import painlessLabObj from './painless_lab.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Server ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index a8a820eccc34f..c4f7fd2b9ff60 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -14,797 +14,796 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] ### Overall stats | Count | Plugins or Packages with a
public API | Number of teams | -|--------------|----------|------------------------| -| 879 | 752 | 45 | +| ----- | -------------------------------------------- | --------------- | +| 879 | 752 | 45 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | -|--------------|----------|-----------------|--------| -| 54179 | 242 | 40676 | 2007 | +| --------- | --------- | ---------------- | --------------- | +| 54179 | 242 | 40676 | 2007 | ## Plugin Directory -| Plugin name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | -|--------------|----------------|-----------|--------------|----------|---------------|--------| -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 322 | 0 | 316 | 37 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 4 | 0 | 4 | 1 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | AIOps plugin maintained by ML team. | 72 | 0 | 8 | 2 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 880 | 1 | 848 | 50 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | The user interface for Elastic APM | 29 | 0 | 29 | 119 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 93 | 0 | 93 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back. | 60 | 1 | 59 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Canvas application to Kibana | 9 | 0 | 8 | 3 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 115 | 0 | 95 | 28 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 268 | 2 | 253 | 10 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 83 | 0 | 20 | 1 | -| cloudChat | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Chat available on Elastic Cloud deployments for quicker assistance. | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | Static migration page where self-managed users can see text/copy about migrating to Elastic Cloud | 8 | 0 | 8 | 1 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | Defend for containers (D4C) | 52 | 0 | 43 | 2 | -| cloudExperiments | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Provides the necessary APIs to implement A/B testing scenarios, fetching the variations in configuration and reporting back metrics to track conversion rates of the experiments. | 0 | 0 | 0 | 0 | -| cloudFullStory | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | When Kibana runs on Elastic Cloud, this plugin registers FullStory as a shipper for telemetry. | 0 | 0 | 0 | 0 | -| cloudLinks | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Adds the links to the Elastic Cloud console | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | The cloud security posture plugin | 13 | 0 | 2 | 2 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 39 | 0 | 30 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Content management app | 149 | 0 | 125 | 6 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls | 135 | 0 | 131 | 14 | -| crossClusterReplication | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | -| customBranding | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Enables customization of Kibana | 0 | 0 | 0 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | Add custom data integrations so they can be displayed in the Fleet integrations app | 268 | 0 | 249 | 1 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 130 | 0 | 125 | 14 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 54 | 0 | 51 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3209 | 31 | 2594 | 24 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 6 | 0 | 6 | 0 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 9 | 0 | 9 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin provides the ability to create data views via a modal flyout inside Kibana apps | 35 | 0 | 25 | 5 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Reusable data view field editor across Kibana | 72 | 0 | 33 | 1 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data view management app | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 1224 | 0 | 443 | 4 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. | 31 | 3 | 25 | 4 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. | 14 | 0 | 14 | 8 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 15 | 0 | 9 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 148 | 0 | 100 | 24 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 35 | 0 | 33 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A stateful layer to register shared features and provide an access point to discover without a direct dependency | 16 | 0 | 15 | 2 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | APIs used to assess the quality of data in Elasticsearch indexes | 2 | 0 | 0 | 0 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | Server APIs for the Elastic AI Assistant | 52 | 0 | 37 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 578 | 1 | 468 | 9 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Extends embeddable plugin with more functionality | 19 | 0 | 19 | 2 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides encryption and decryption utilities for saved objects containing sensitive information. | 53 | 0 | 46 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Adds dashboards for discovering and managing Enterprise Search products. | 5 | 0 | 5 | 0 | -| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | Entity manager plugin for entity assets (inventory, topology, etc) | 20 | 0 | 20 | 3 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 99 | 3 | 97 | 3 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 25 | 0 | 9 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The Event Annotation service contains expressions for event annotations | 201 | 0 | 201 | 6 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The listing page for event annotations. | 15 | 0 | 15 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 116 | 0 | 116 | 11 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 126 | 0 | 126 | 12 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'error' renderer to expressions | 17 | 0 | 15 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Gauge plugin adds a `gauge` renderer and function to the expression plugin. The renderer will display the `gauge` chart. | 59 | 0 | 58 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Heatmap plugin adds a `heatmap` renderer and function to the expression plugin. The renderer will display the `heatmap` chart. | 112 | 0 | 108 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'image' function and renderer to expressions | 26 | 0 | 26 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds a `metric` renderer and function to the expression plugin. The renderer will display the `legacy metric` chart. | 51 | 0 | 51 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'metric' function and renderer to expressions | 32 | 0 | 27 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds a `metric` renderer and function to the expression plugin. The renderer will display the `metric` chart. | 75 | 0 | 75 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Partition Visualization plugin adds a `partitionVis` renderer and `pieVis`, `mosaicVis`, `treemapVis`, `waffleVis` functions to the expression plugin. The renderer will display the `pie`, `waffle`, `treemap` and `mosaic` charts. | 73 | 0 | 73 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'repeatImage' function and renderer to expressions | 32 | 0 | 32 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'revealImage' function and renderer to expressions | 14 | 0 | 14 | 3 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'shape' function and renderer to expressions | 148 | 0 | 146 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Tagcloud plugin adds a `tagcloud` renderer and function to the expression plugin. The renderer will display the `Wordcloud` chart. | 6 | 0 | 6 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression XY plugin adds a `xy` renderer and function to the expression plugin. The renderer will display the `xy` chart. | 182 | 0 | 171 | 13 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds expression runtime to Kibana | 2241 | 17 | 1769 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 270 | 0 | 110 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Index pattern fields and ambiguous values formatters | 292 | 5 | 253 | 3 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes services for async usage and search of fields metadata. | 44 | 0 | 44 | 9 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. | 89 | 0 | 89 | 8 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | File upload, download, sharing, and serving over HTTP implementation in Kibana. | 240 | 0 | 24 | 9 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Simple UI for managing files in Kibana | 3 | 0 | 3 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1423 | 5 | 1300 | 80 | -| ftrApis | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 14 | 5 | -| globalSearchBar | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | -| globalSearchProviders | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | -| graph | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 0 | 0 | 0 | 0 | -| grokdebugger | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Guided onboarding framework | 59 | 0 | 58 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 149 | 0 | 111 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Image embeddable | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 241 | 0 | 236 | 1 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 33 | 0 | 28 | 4 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions | 24 | 0 | 24 | 5 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | -| inputControlVis | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Input Control visualization to Kibana | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 127 | 2 | 100 | 4 | -| | [@elastic/security-scalability](https://github.com/orgs/elastic/teams/security-scalability) | Plugin implementing the Integration Assistant API and UI | 71 | 0 | 56 | 4 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides UI and APIs for the interactive setup mode. | 28 | 0 | 18 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 4 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 43 | 0 | 43 | 4 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 5 | 0 | 5 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 153 | 0 | 121 | 3 | -| kibanaUsageCollection | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 610 | 3 | 417 | 9 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 5 | 0 | 5 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 692 | 0 | 590 | 63 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 119 | 0 | 42 | 10 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | A dashboard panel for creating links to dashboards or external links. | 5 | 0 | 5 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 227 | 0 | 98 | 52 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 15 | 0 | 13 | 7 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogsExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 120 | 4 | 120 | 23 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes the shared components and APIs to access and visualize logs. | 314 | 0 | 285 | 34 | -| logstash | [@elastic/logstash](https://github.com/orgs/elastic/teams/logstash) | - | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 44 | 0 | 44 | 7 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 209 | 0 | 205 | 27 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 60 | 0 | 60 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | Exposes utilities for accessing metrics data | 137 | 8 | 137 | 5 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the machine learning features provided by Elastic. | 148 | 3 | 63 | 104 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 2 | 0 | 2 | 0 | -| | [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) | - | 15 | 3 | 13 | 1 | -| | [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) | - | 9 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 56 | 0 | 54 | 4 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 694 | 2 | 686 | 23 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 296 | 1 | 294 | 27 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 4 | 0 | 4 | 0 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 19 | 0 | 19 | 1 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 24 | 0 | 24 | 0 | -| | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 507 | 1 | 501 | 19 | -| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 7 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds a standardized Presentation panel which allows any forward ref component to interface with various Kibana systems. | 11 | 0 | 11 | 4 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). | 160 | 2 | 130 | 10 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 16 | 1 | 16 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 22 | 0 | 22 | 7 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 23 | 0 | 23 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Reporting Services enables applications to feature reports that the user can automate with Watcher and download later. | 9 | 0 | 2 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 21 | 0 | 21 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 263 | 0 | 226 | 10 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 0 | 19 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 114 | 2 | 109 | 5 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 25 | 0 | 25 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 148 | 0 | 139 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 36 | 0 | 30 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 105 | 0 | 58 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the definition and helper methods around saved searches, used by discover and visualizations. | 61 | 0 | 60 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 13 | 0 | -| | [@elastic/kibana-reporting-services](https://github.com/orgs/elastic/teams/kibana-reporting-services) | Kibana Screenshotting Plugin | 32 | 0 | 8 | 3 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | AI Assistant for Search | 6 | 0 | 6 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin hosting shared features for connectors | 19 | 0 | 19 | 3 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 10 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 18 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 11 | 0 | 7 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin to provide access to and rendering of python notebooks for use in the persistent developer console. | 10 | 0 | 10 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 15 | 1 | -| searchprofiler | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user. | 455 | 0 | 238 | 0 | -| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 186 | 0 | 118 | 33 | -| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | ESS customizations for Security Solution. | 6 | 0 | 6 | 0 | -| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | Serverless customizations for security. | 7 | 0 | 7 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | The core Serverless plugin, providing APIs to Serverless Project plugins. | 25 | 0 | 24 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | Serverless customizations for observability. | 6 | 0 | 6 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Serverless customizations for search. | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 134 | 0 | 134 | 8 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds URL Service and sharing capabilities to Kibana | 136 | 0 | 73 | 15 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 59 | 0 | 59 | 1 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 22 | 1 | 22 | 1 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 269 | 0 | 73 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 25 | 0 | 25 | 3 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 0 | -| synthetics | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 108 | 0 | 64 | 7 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 45 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | Elastic threat intelligence helps you see if you are open to or have been subject to current or historical known threats | 30 | 0 | 14 | 4 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 226 | 1 | 182 | 17 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 | -| translations | [@elastic/kibana-localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 594 | 1 | 568 | 51 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 156 | 0 | 110 | 9 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 212 | 0 | 145 | 11 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). | 15 | 0 | 10 | 3 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | The `unifiedHistogram` plugin provides UI components to create a layout including a resizable histogram and a main display. | 72 | 0 | 37 | 6 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. | 149 | 2 | 112 | 21 | -| upgradeAssistant | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Heartbeat, and integrates with other Observability solutions. | 1 | 0 | 1 | 0 | -| urlDrilldown | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds drilldown implementations to Kibana | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 12 | 0 | 12 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 52 | 0 | 14 | 5 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The default editor used in most aggregation-based visualizations. | 70 | 0 | 63 | 4 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the gauge chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. | 7 | 0 | 7 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the heatmap implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy heatmap charts library advanced setting. | 3 | 0 | 3 | 2 | -| visTypeMarkdown | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds a markdown visualization type | 0 | 0 | 0 | 0 | -| visTypeMetric | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the Metric aggregation-based visualization. | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the pie chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. | 11 | 0 | 11 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the datatable aggregation-based visualization. | 12 | 0 | 12 | 0 | -| visTypeTagcloud | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the tagcloud visualization. It is based on elastic-charts wordcloud. | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the timelion visualization. Also contains the backend for both timelion app and timelion visualization. | 2 | 0 | 2 | 2 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the TSVB visualization. TSVB has its one editor, works with index patterns and index strings and contains 6 types of charts: timeseries, topN, table. markdown, metric and gauge. | 10 | 1 | 10 | 3 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the vega visualization. Is the elastic version of vega and vega-lite libraries. | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the vislib visualizations. These are the classical area/line/bar, gauge/goal and heatmap charts. We want to replace them with elastic-charts. | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line. | 52 | 0 | 50 | 5 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the shared architecture among all the legacy visualizations, e.g. the visualization type registry or the visualization embeddable. | 872 | 12 | 841 | 20 | -| watcher | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | +| Plugin name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------- | --------------------- | -------------------- | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 322 | 0 | 316 | 37 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 4 | 0 | 4 | 1 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | AIOps plugin maintained by ML team. | 72 | 0 | 8 | 2 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 880 | 1 | 848 | 50 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | The user interface for Elastic APM | 29 | 0 | 29 | 119 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 93 | 0 | 93 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back. | 60 | 1 | 59 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Canvas application to Kibana | 9 | 0 | 8 | 3 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | The Case management system in Kibana | 115 | 0 | 95 | 28 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 268 | 2 | 253 | 10 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 83 | 0 | 20 | 1 | +| cloudChat | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Chat available on Elastic Cloud deployments for quicker assistance. | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | Static migration page where self-managed users can see text/copy about migrating to Elastic Cloud | 8 | 0 | 8 | 1 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | Defend for containers (D4C) | 52 | 0 | 43 | 2 | +| cloudExperiments | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Provides the necessary APIs to implement A/B testing scenarios, fetching the variations in configuration and reporting back metrics to track conversion rates of the experiments. | 0 | 0 | 0 | 0 | +| cloudFullStory | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | When Kibana runs on Elastic Cloud, this plugin registers FullStory as a shipper for telemetry. | 0 | 0 | 0 | 0 | +| cloudLinks | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | Adds the links to the Elastic Cloud console | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | The cloud security posture plugin | 13 | 0 | 2 | 2 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 39 | 0 | 30 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Content management app | 149 | 0 | 125 | 6 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls | 135 | 0 | 131 | 14 | +| crossClusterReplication | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | +| customBranding | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Enables customization of Kibana | 0 | 0 | 0 | 0 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | Add custom data integrations so they can be displayed in the Fleet integrations app | 268 | 0 | 249 | 1 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 130 | 0 | 125 | 14 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 54 | 0 | 51 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3209 | 31 | 2594 | 24 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 6 | 0 | 6 | 0 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 9 | 0 | 9 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin provides the ability to create data views via a modal flyout inside Kibana apps | 35 | 0 | 25 | 5 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Reusable data view field editor across Kibana | 72 | 0 | 33 | 1 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data view management app | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 1224 | 0 | 443 | 4 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. | 31 | 3 | 25 | 4 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. | 14 | 0 | 14 | 8 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 15 | 0 | 9 | 2 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 148 | 0 | 100 | 24 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 35 | 0 | 33 | 2 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A stateful layer to register shared features and provide an access point to discover without a direct dependency | 16 | 0 | 15 | 2 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | APIs used to assess the quality of data in Elasticsearch indexes | 2 | 0 | 0 | 0 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | Server APIs for the Elastic AI Assistant | 52 | 0 | 37 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 578 | 1 | 468 | 9 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Extends embeddable plugin with more functionality | 19 | 0 | 19 | 2 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides encryption and decryption utilities for saved objects containing sensitive information. | 53 | 0 | 46 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Adds dashboards for discovering and managing Enterprise Search products. | 5 | 0 | 5 | 0 | +| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | Entity manager plugin for entity assets (inventory, topology, etc) | 20 | 0 | 20 | 3 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 99 | 3 | 97 | 3 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 25 | 0 | 9 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The Event Annotation service contains expressions for event annotations | 201 | 0 | 201 | 6 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The listing page for event annotations. | 15 | 0 | 15 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 116 | 0 | 116 | 11 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 126 | 0 | 126 | 12 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'error' renderer to expressions | 17 | 0 | 15 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Gauge plugin adds a `gauge` renderer and function to the expression plugin. The renderer will display the `gauge` chart. | 59 | 0 | 58 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Heatmap plugin adds a `heatmap` renderer and function to the expression plugin. The renderer will display the `heatmap` chart. | 112 | 0 | 108 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'image' function and renderer to expressions | 26 | 0 | 26 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds a `metric` renderer and function to the expression plugin. The renderer will display the `legacy metric` chart. | 51 | 0 | 51 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'metric' function and renderer to expressions | 32 | 0 | 27 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds a `metric` renderer and function to the expression plugin. The renderer will display the `metric` chart. | 75 | 0 | 75 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Partition Visualization plugin adds a `partitionVis` renderer and `pieVis`, `mosaicVis`, `treemapVis`, `waffleVis` functions to the expression plugin. The renderer will display the `pie`, `waffle`, `treemap` and `mosaic` charts. | 73 | 0 | 73 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'repeatImage' function and renderer to expressions | 32 | 0 | 32 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'revealImage' function and renderer to expressions | 14 | 0 | 14 | 3 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds 'shape' function and renderer to expressions | 148 | 0 | 146 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression Tagcloud plugin adds a `tagcloud` renderer and function to the expression plugin. The renderer will display the `Wordcloud` chart. | 6 | 0 | 6 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Expression XY plugin adds a `xy` renderer and function to the expression plugin. The renderer will display the `xy` chart. | 182 | 0 | 171 | 13 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Adds expression runtime to Kibana | 2241 | 17 | 1769 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 270 | 0 | 110 | 2 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Index pattern fields and ambiguous values formatters | 292 | 5 | 253 | 3 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes services for async usage and search of fields metadata. | 44 | 0 | 44 | 9 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. | 89 | 0 | 89 | 8 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | File upload, download, sharing, and serving over HTTP implementation in Kibana. | 240 | 0 | 24 | 9 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Simple UI for managing files in Kibana | 3 | 0 | 3 | 0 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1423 | 5 | 1300 | 80 | +| ftrApis | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 14 | 5 | +| globalSearchBar | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | +| globalSearchProviders | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 0 | 0 | 0 | 0 | +| graph | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 0 | 0 | 0 | 0 | +| grokdebugger | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Guided onboarding framework | 59 | 0 | 58 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 149 | 0 | 111 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Image embeddable | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 241 | 0 | 236 | 1 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 33 | 0 | 28 | 4 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions | 24 | 0 | 24 | 5 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | +| inputControlVis | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds Input Control visualization to Kibana | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 127 | 2 | 100 | 4 | +| | [@elastic/security-scalability](https://github.com/orgs/elastic/teams/security-scalability) | Plugin implementing the Integration Assistant API and UI | 71 | 0 | 56 | 4 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides UI and APIs for the interactive setup mode. | 28 | 0 | 18 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 4 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 43 | 0 | 43 | 4 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 5 | 0 | 5 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 153 | 0 | 121 | 3 | +| kibanaUsageCollection | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 610 | 3 | 417 | 9 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 5 | 0 | 5 | 1 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 692 | 0 | 590 | 63 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 119 | 0 | 42 | 10 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | A dashboard panel for creating links to dashboards or external links. | 5 | 0 | 5 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 227 | 0 | 98 | 52 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 15 | 0 | 13 | 7 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogsExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 120 | 4 | 120 | 23 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes the shared components and APIs to access and visualize logs. | 314 | 0 | 285 | 34 | +| logstash | [@elastic/logstash](https://github.com/orgs/elastic/teams/logstash) | - | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 44 | 0 | 44 | 7 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 209 | 0 | 205 | 27 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 60 | 0 | 60 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | Exposes utilities for accessing metrics data | 137 | 8 | 137 | 5 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the machine learning features provided by Elastic. | 148 | 3 | 63 | 104 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 2 | 0 | 2 | 0 | +| | [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) | - | 15 | 3 | 13 | 1 | +| | [@elastic/stack-monitoring](https://github.com/orgs/elastic/teams/stack-monitoring) | - | 9 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 56 | 0 | 54 | 4 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 694 | 2 | 686 | 23 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 296 | 1 | 294 | 27 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 4 | 0 | 4 | 0 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 19 | 0 | 19 | 1 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 24 | 0 | 24 | 0 | +| | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 507 | 1 | 501 | 19 | +| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 7 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds a standardized Presentation panel which allows any forward ref component to interface with various Kibana systems. | 11 | 0 | 11 | 4 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). | 160 | 2 | 130 | 10 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 16 | 1 | 16 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 22 | 0 | 22 | 7 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 23 | 0 | 23 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Reporting Services enables applications to feature reports that the user can automate with Watcher and download later. | 9 | 0 | 2 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 21 | 0 | 21 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 263 | 0 | 226 | 10 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 0 | 19 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 114 | 2 | 109 | 5 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 25 | 0 | 25 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 148 | 0 | 139 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 36 | 0 | 30 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 105 | 0 | 58 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the definition and helper methods around saved searches, used by discover and visualizations. | 61 | 0 | 60 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 13 | 0 | +| | [@elastic/kibana-reporting-services](https://github.com/orgs/elastic/teams/kibana-reporting-services) | Kibana Screenshotting Plugin | 32 | 0 | 8 | 3 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | AI Assistant for Search | 6 | 0 | 6 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin hosting shared features for connectors | 19 | 0 | 19 | 3 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 10 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 18 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 11 | 0 | 7 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin to provide access to and rendering of python notebooks for use in the persistent developer console. | 10 | 0 | 10 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 15 | 1 | +| searchprofiler | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user. | 455 | 0 | 238 | 0 | +| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 186 | 0 | 118 | 33 | +| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | ESS customizations for Security Solution. | 6 | 0 | 6 | 0 | +| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | Serverless customizations for security. | 7 | 0 | 7 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | The core Serverless plugin, providing APIs to Serverless Project plugins. | 25 | 0 | 24 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | Serverless customizations for observability. | 6 | 0 | 6 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Serverless customizations for search. | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 134 | 0 | 134 | 8 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds URL Service and sharing capabilities to Kibana | 136 | 0 | 73 | 15 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 59 | 0 | 59 | 1 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 22 | 1 | 22 | 1 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 269 | 0 | 73 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 25 | 0 | 25 | 3 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 0 | +| synthetics | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 108 | 0 | 64 | 7 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 45 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | Elastic threat intelligence helps you see if you are open to or have been subject to current or historical known threats | 30 | 0 | 14 | 4 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 226 | 1 | 182 | 17 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 | +| translations | [@elastic/kibana-localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 594 | 1 | 568 | 51 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 156 | 0 | 110 | 9 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 212 | 0 | 145 | 11 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). | 15 | 0 | 10 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | The `unifiedHistogram` plugin provides UI components to create a layout including a resizable histogram and a main display. | 72 | 0 | 37 | 6 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. | 149 | 2 | 112 | 21 | +| upgradeAssistant | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Heartbeat, and integrates with other Observability solutions. | 1 | 0 | 1 | 0 | +| urlDrilldown | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds drilldown implementations to Kibana | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 12 | 0 | 12 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 52 | 0 | 14 | 5 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | The default editor used in most aggregation-based visualizations. | 70 | 0 | 63 | 4 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the gauge chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. | 7 | 0 | 7 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the heatmap implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy heatmap charts library advanced setting. | 3 | 0 | 3 | 2 | +| visTypeMarkdown | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds a markdown visualization type | 0 | 0 | 0 | 0 | +| visTypeMetric | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the Metric aggregation-based visualization. | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the pie chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. | 11 | 0 | 11 | 1 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the datatable aggregation-based visualization. | 12 | 0 | 12 | 0 | +| visTypeTagcloud | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the tagcloud visualization. It is based on elastic-charts wordcloud. | 0 | 0 | 0 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the timelion visualization. Also contains the backend for both timelion app and timelion visualization. | 2 | 0 | 2 | 2 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the TSVB visualization. TSVB has its one editor, works with index patterns and index strings and contains 6 types of charts: timeseries, topN, table. markdown, metric and gauge. | 10 | 1 | 10 | 3 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the vega visualization. Is the elastic version of vega and vega-lite libraries. | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the vislib visualizations. These are the classical area/line/bar, gauge/goal and heatmap charts. We want to replace them with elastic-charts. | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line. | 52 | 0 | 50 | 5 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the shared architecture among all the legacy visualizations, e.g. the visualization type registry or the visualization embeddable. | 872 | 12 | 841 | 20 | +| watcher | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | ## Package Directory -| Package name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | -|--------------|----------------|-----------|--------------|----------|---------------|--------| -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 14 | 0 | 14 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 64 | 0 | 64 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 66 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 27 | 3 | 27 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 5 | 0 | 5 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 23 | 0 | 22 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 243 | 0 | 240 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 33 | 0 | 33 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 31 | 0 | 15 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 320 | 0 | 304 | 8 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 73 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 18 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 4 | 0 | 4 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 86 | 0 | 86 | 11 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 268 | 0 | 268 | 38 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 337 | 0 | 336 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 11 | 0 | 11 | 0 | -| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) | - | 12 | 0 | 12 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 1 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 7 | 0 | 7 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 19 | 0 | 16 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 2 | 9 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 44 | 1 | 30 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 25 | 0 | 21 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 90 | 0 | 90 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 2 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 62 | 0 | 17 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 89 | 1 | 89 | 0 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 109 | 0 | 107 | 1 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 18 | 0 | 17 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 17 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 9 | 0 | 4 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 227 | 0 | 188 | 9 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 79 | 0 | 50 | 9 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 149 | 2 | 143 | 20 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 8 | 4 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 28 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 6 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 45 | 0 | 44 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 7 | 0 | 7 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 51 | 0 | 33 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 30 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 195 | 1 | 128 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 100 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 99 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 103 | 0 | 27 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 17 | 3 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 23 | 0 | 22 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 211 | 0 | 104 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 5 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 4 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 11 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 9 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 13 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 13 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 1 | 34 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 118 | 0 | 56 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 43 | 0 | 38 | 3 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 13 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 2 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 116 | 4 | 36 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 1 | 10 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 3 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 54 | 7 | 54 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 552 | 2 | 232 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 96 | 0 | 83 | 10 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 46 | 0 | 45 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 13 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 42 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 41 | 0 | 34 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 61 | 0 | 34 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 5 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 25 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 1 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 56 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 39 | 4 | 27 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 32 | 0 | 11 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 51 | 0 | 26 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 53 | 0 | 19 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 12 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 113 | 1 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 357 | 1 | 5 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 226 | 0 | 183 | 11 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 40 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 26 | 0 | 23 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 128 | 0 | 94 | 44 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 12 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 562 | 1 | 134 | 4 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 72 | 5 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 14 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 146 | 1 | 63 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 21 | 0 | 20 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 3 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 62 | 1 | 55 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 14 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 33 | 2 | 20 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 1 | 11 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 1 | 24 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 1 | 19 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 165 | 0 | 154 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 6 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 13 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 16 | 0 | 16 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 19 | 0 | 17 | 6 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 52 | 0 | 52 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 19 | 0 | 14 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 80 | 0 | 80 | 1 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 7 | 0 | 5 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 44 | 0 | 43 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 5 | 0 | 5 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 65 | 0 | 53 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 0 | -| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 5 | 0 | 5 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 1 | 9 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 102 | 0 | 86 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 15 | 0 | 9 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 38 | 2 | 33 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 37 | 0 | 34 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 284 | 0 | 234 | 4 | -| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 79 | 0 | 79 | 2 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 5 | 0 | 5 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 57 | 0 | 30 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 28 | 2 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 16 | 0 | 8 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 42 | 0 | 41 | 0 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 169 | 0 | 140 | 10 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 403 | 0 | 372 | 0 | -| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 43 | 0 | 43 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 55 | 0 | 40 | 7 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 32 | 0 | 19 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 6 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 271 | 1 | 210 | 14 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 30 | 0 | 30 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 270 | 1 | 211 | 35 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 29 | 0 | 12 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 79 | 0 | 71 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 202 | 0 | 190 | 12 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 40 | 0 | 40 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 0 | 52 | 1 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 44 | 0 | 17 | 3 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 18 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 49 | 0 | 40 | 2 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 0 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 111 | 2 | 86 | 1 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 560 | 6 | 520 | 7 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 0 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 26 | 0 | 26 | 1 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 16 | 0 | 16 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 17 | 0 | 12 | 11 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 0 | 47 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 33 | 3 | 24 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 22 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 27 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 7 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 47 | 0 | 40 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 124 | 3 | 124 | 0 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 99 | 0 | 39 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 7 | 1 | 7 | 1 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 9 | 0 | 9 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 12 | 43 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 82 | 0 | 82 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 60 | 0 | 60 | 4 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 44 | 0 | 44 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 23 | 0 | 14 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 0 | 13 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 87 | 0 | 79 | 6 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 35 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 9 | 0 | 7 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 116 | 0 | 115 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 11 | 0 | 7 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 193 | 0 | 190 | 6 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 172 | 0 | 172 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 28 | 0 | 2 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 1 | 1 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 13 | 0 | 12 | 2 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 9 | 0 | 6 | 2 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 0 | 4 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 1 | 9 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 23 | 0 | 7 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 2 | 3 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 45 | 0 | 0 | 0 | -| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 140 | 0 | 139 | 0 | -| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 20 | 0 | 11 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 88 | 0 | 10 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 56 | 0 | 6 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 592 | 1 | 1 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 2 | 0 | 2 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 95 | 1 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 209 | 3 | 1 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 0 | 8 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 37 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 12 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 152 | 1 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 141 | 0 | 6 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 50 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 11 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 4 | 8 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 29 | 0 | 3 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 12 | 0 | 1 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 2 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 3 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 3 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 2 | 8 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 29 | 0 | 1 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 30 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 1 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 34 | 0 | 0 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 47 | 0 | 41 | 1 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 18 | 0 | 18 | 0 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 42 | 1 | 35 | 1 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 32 | 0 | 0 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 22 | 0 | 16 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 123 | 0 | 123 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 2 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 5 | 0 | 5 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 99 | 1 | 99 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 6 | 0 | 6 | 1 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 29 | 0 | 27 | 4 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 4 | 0 | 4 | 1 | -| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 12 | 0 | 12 | 0 | -| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 15 | 0 | 15 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 45 | 10 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 51 | 5 | 34 | 0 | -| | [@elastic/security-asset-management](https://github.com/orgs/elastic/teams/security-asset-management) | - | 66 | 0 | 66 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 5 | 0 | 5 | 0 | -| | [@elastic/kibana-performance-testing](https://github.com/orgs/elastic/teams/kibana-performance-testing) | - | 3 | 0 | 3 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 0 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 92 | 0 | 80 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 224 | 0 | 188 | 6 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 1 | 0 | 1 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 168 | 0 | 55 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 13 | 0 | 7 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 9 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 8 | 0 | 7 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 4 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 0 | 3 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 7 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 18 | 0 | 18 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 40 | 0 | 38 | 5 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 0 | 9 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 6 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 99 | 0 | 89 | 13 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 13 | 0 | 13 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 52 | 0 | 52 | 3 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 21 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 33 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 11 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 16 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 113 | 0 | 106 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 92 | 0 | 91 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A component for creating resizable layouts containing a fixed width panel and a flexible panel, with support for horizontal and vertical layouts. | 18 | 0 | 5 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 3 | 0 | 3 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 2 | 8 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 3 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 1 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 2 | 0 | 1 | 1 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 16 | 0 | 16 | 1 | -| | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 138 | 0 | 135 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 35 | 0 | 34 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 8 | 0 | 8 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 76 | 0 | 76 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3929 | 0 | 3929 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 1 | 17 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 36 | 0 | 34 | 3 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 20 | 0 | 18 | 1 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 50 | 0 | 25 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 66 | 0 | 63 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 21 | 0 | 17 | 7 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 4 | 0 | 0 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 35 | 0 | 25 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 7 | 0 | 7 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 125 | 0 | 66 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 67 | 0 | 40 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 281 | 1 | 160 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 74 | 0 | 73 | 0 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 59 | 0 | 38 | 5 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 7 | 0 | 0 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 15 | 0 | 15 | 7 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 54 | 0 | 49 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 29 | 0 | 23 | 0 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 2 | 0 | 0 | 0 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 48 | 0 | 13 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 56 | 1 | 41 | 1 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 92 | 0 | 70 | 6 | -| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 341 | 1 | 337 | 32 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 87 | 0 | 76 | 1 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 107 | 0 | 96 | 1 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 15 | 0 | 7 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 147 | 0 | 125 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 534 | 0 | 521 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 68 | 0 | 38 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 21 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 103 | 0 | 99 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 35 | 0 | 23 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 94 | 0 | 81 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 211 | 0 | 162 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 25 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 120 | 0 | 116 | 0 | -| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 60 | 0 | 54 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 69 | 0 | 64 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 42 | 0 | 42 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 15 | 0 | 15 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 30 | 0 | 30 | 2 | -| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 7 | 1 | -| | [@elastic/search-kibana @elastic/kibana-management](https://github.com/orgs/elastic/teams/search-kibana ) | - | 1 | 0 | 1 | 0 | -| | [@elastic/security-solution @elastic/kibana-management](https://github.com/orgs/elastic/teams/security-solution ) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 8 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 4 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 28 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 38 | 0 | 29 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 2 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 4 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 7 | 0 | 7 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 15 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 40 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 0 | 9 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 21 | 0 | 20 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 3 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 24 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 6 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 43 | 5 | 43 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 5 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 9 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 24 | 0 | 24 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 27 | 0 | 26 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 3 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 36 | 1 | 14 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 26 | 0 | 25 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 13 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 15 | 0 | 4 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 4 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 2 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 16 | 0 | 6 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 182 | 0 | 182 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 20 | 0 | 12 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 4 | 0 | 4 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 19 | 0 | 19 | 3 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 1 | 0 | 1 | 1 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 108 | 2 | 70 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 21 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 32 | 2 | 32 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 19 | 0 | 19 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 5 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 316 | 4 | 268 | 14 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 37 | 1 | 19 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 131 | 3 | 98 | 2 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 74 | 0 | 55 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 9 | 0 | 7 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 15 | 0 | 15 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 39 | 0 | 25 | 1 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 86 | 0 | 86 | 1 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 0 | 28 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 59 | 0 | 50 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 8 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 183 | 0 | 108 | 1 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 0 | 17 | 5 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 315 | 0 | 286 | 8 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 13 | 0 | 9 | 0 | -| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 3 | 0 | 2 | 1 | -| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 81 | 0 | 21 | 2 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 16 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 26 | 0 | 15 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 144 | 0 | 138 | 4 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 19 | 0 | 17 | 1 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 14 | 0 | 14 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1254 | 0 | 4 | 0 | -| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 20 | 0 | 10 | 0 | - +| Package name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | +| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------- | --------------------- | -------------------- | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 14 | 0 | 14 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 64 | 0 | 64 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 66 | 0 | 0 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 27 | 3 | 27 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 5 | 0 | 5 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 23 | 0 | 22 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 243 | 0 | 240 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 33 | 0 | 33 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 31 | 0 | 15 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 320 | 0 | 304 | 8 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 73 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 18 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 4 | 0 | 4 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 86 | 0 | 86 | 11 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 268 | 0 | 268 | 38 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 337 | 0 | 336 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 11 | 0 | 11 | 0 | +| | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-qa](https://github.com/orgs/elastic/teams/kibana-qa) | - | 12 | 0 | 12 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 1 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 7 | 0 | 7 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 19 | 0 | 16 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 2 | 9 | 0 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 44 | 1 | 30 | 1 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 25 | 0 | 21 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 90 | 0 | 90 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 2 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 62 | 0 | 17 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 89 | 1 | 89 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 109 | 0 | 107 | 1 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 18 | 0 | 17 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 17 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 9 | 0 | 4 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 227 | 0 | 188 | 9 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 79 | 0 | 50 | 9 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 149 | 2 | 143 | 20 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 8 | 4 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 28 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 6 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 45 | 0 | 44 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 7 | 0 | 7 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 10 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 51 | 0 | 33 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 30 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 195 | 1 | 128 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 100 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 99 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 103 | 0 | 27 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 17 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 23 | 0 | 22 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 211 | 0 | 104 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 5 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 4 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 11 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 9 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 13 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 13 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 1 | 34 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 118 | 0 | 56 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 43 | 0 | 38 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 13 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 2 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 8 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 116 | 4 | 36 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 1 | 10 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 54 | 7 | 54 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 552 | 2 | 232 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 96 | 0 | 83 | 10 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 46 | 0 | 45 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 13 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 42 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 41 | 0 | 34 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 61 | 0 | 34 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 5 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 25 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 1 | 11 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 56 | 0 | 8 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 39 | 4 | 27 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 32 | 0 | 11 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 51 | 0 | 26 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 11 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 53 | 0 | 19 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 12 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 113 | 1 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 357 | 1 | 5 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 226 | 0 | 183 | 11 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 1 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 40 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 26 | 0 | 23 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 128 | 0 | 94 | 44 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 12 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 562 | 1 | 134 | 4 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 72 | 5 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 14 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 146 | 1 | 63 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 21 | 0 | 20 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 62 | 1 | 55 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 14 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 33 | 2 | 20 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 1 | 11 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 1 | 24 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 1 | 19 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 165 | 0 | 154 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 6 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 13 | 0 | 7 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 16 | 0 | 16 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 19 | 0 | 17 | 6 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 52 | 0 | 52 | 1 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 19 | 0 | 14 | 0 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 80 | 0 | 80 | 1 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 7 | 0 | 5 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 44 | 0 | 43 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 5 | 0 | 5 | 0 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 65 | 0 | 53 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 0 | +| | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 5 | 0 | 5 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 1 | 9 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 102 | 0 | 86 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 15 | 0 | 9 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 38 | 2 | 33 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 37 | 0 | 34 | 2 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 284 | 0 | 234 | 4 | +| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 79 | 0 | 79 | 2 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 5 | 0 | 5 | 1 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 57 | 0 | 30 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 28 | 2 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 16 | 0 | 8 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 42 | 0 | 41 | 0 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 169 | 0 | 140 | 10 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 403 | 0 | 372 | 0 | +| | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 43 | 0 | 43 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 55 | 0 | 40 | 7 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 32 | 0 | 19 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 6 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 271 | 1 | 210 | 14 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 30 | 0 | 30 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 270 | 1 | 211 | 35 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 29 | 0 | 12 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 79 | 0 | 71 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 202 | 0 | 190 | 12 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 40 | 0 | 40 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 0 | 52 | 1 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 44 | 0 | 17 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 18 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 49 | 0 | 40 | 2 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 0 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 111 | 2 | 86 | 1 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 560 | 6 | 520 | 7 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 0 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 26 | 0 | 26 | 1 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 16 | 0 | 16 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 17 | 0 | 12 | 11 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 0 | 47 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 33 | 3 | 24 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 22 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 27 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 7 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 47 | 0 | 40 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 124 | 3 | 124 | 0 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 99 | 0 | 39 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 7 | 1 | 7 | 1 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 9 | 0 | 9 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 12 | 43 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 82 | 0 | 82 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 60 | 0 | 60 | 4 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 44 | 0 | 44 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 23 | 0 | 14 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 0 | 13 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 87 | 0 | 79 | 6 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 35 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 9 | 0 | 7 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 116 | 0 | 115 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 11 | 0 | 7 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 193 | 0 | 190 | 6 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 172 | 0 | 172 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 28 | 0 | 2 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 1 | 1 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 13 | 0 | 12 | 2 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 9 | 0 | 6 | 2 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 0 | 4 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 24 | 1 | 9 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 23 | 0 | 7 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 2 | 3 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 45 | 0 | 0 | 0 | +| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 140 | 0 | 139 | 0 | +| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 0 | 11 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 88 | 0 | 10 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 56 | 0 | 6 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 592 | 1 | 1 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 2 | 0 | 2 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 95 | 1 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 209 | 3 | 1 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 0 | 8 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 37 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 12 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 152 | 1 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 141 | 0 | 6 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 50 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 11 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 36 | 4 | 8 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 29 | 0 | 3 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 12 | 0 | 1 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 2 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 3 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 3 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 2 | 8 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 29 | 0 | 1 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 30 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 5 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 8 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 1 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 34 | 0 | 0 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 47 | 0 | 41 | 1 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 18 | 0 | 18 | 0 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 42 | 1 | 35 | 1 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 32 | 0 | 0 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 22 | 0 | 16 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 123 | 0 | 123 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 2 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 5 | 0 | 5 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 99 | 1 | 99 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 6 | 0 | 6 | 1 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 29 | 0 | 27 | 4 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 4 | 0 | 4 | 1 | +| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 12 | 0 | 12 | 0 | +| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 15 | 0 | 15 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 45 | 10 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 51 | 5 | 34 | 0 | +| | [@elastic/security-asset-management](https://github.com/orgs/elastic/teams/security-asset-management) | - | 66 | 0 | 66 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 5 | 0 | 5 | 0 | +| | [@elastic/kibana-performance-testing](https://github.com/orgs/elastic/teams/kibana-performance-testing) | - | 3 | 0 | 3 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 0 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 92 | 0 | 80 | 0 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 224 | 0 | 188 | 6 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 1 | 0 | 1 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 168 | 0 | 55 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 13 | 0 | 7 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 9 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 8 | 0 | 7 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 4 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 0 | 3 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 7 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 18 | 0 | 18 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 40 | 0 | 38 | 5 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 0 | 9 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 6 | 0 | 6 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 99 | 0 | 89 | 13 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 13 | 0 | 13 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 52 | 0 | 52 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 21 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 33 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 11 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 16 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 113 | 0 | 106 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 92 | 0 | 91 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A component for creating resizable layouts containing a fixed width panel and a flexible panel, with support for horizontal and vertical layouts. | 18 | 0 | 5 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 3 | 0 | 3 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 13 | 2 | 8 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 3 | 0 | 3 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 10 | 1 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 2 | 0 | 1 | 1 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 16 | 0 | 16 | 1 | +| | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 138 | 0 | 135 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 35 | 0 | 34 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 8 | 0 | 8 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 76 | 0 | 76 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3929 | 0 | 3929 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 1 | 17 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 36 | 0 | 34 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 20 | 0 | 18 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 50 | 0 | 25 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 66 | 0 | 63 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 21 | 0 | 17 | 7 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 4 | 0 | 0 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 35 | 0 | 25 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 7 | 0 | 7 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 125 | 0 | 66 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 67 | 0 | 40 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 281 | 1 | 160 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 74 | 0 | 73 | 0 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 59 | 0 | 38 | 5 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 7 | 0 | 0 | 0 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 15 | 0 | 15 | 7 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 54 | 0 | 49 | 0 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 29 | 0 | 23 | 0 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 2 | 0 | 0 | 0 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 48 | 0 | 13 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 56 | 1 | 41 | 1 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 92 | 0 | 70 | 6 | +| | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 341 | 1 | 337 | 32 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 87 | 0 | 76 | 1 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 107 | 0 | 96 | 1 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 15 | 0 | 7 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 147 | 0 | 125 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 534 | 0 | 521 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 68 | 0 | 38 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 21 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 103 | 0 | 99 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 35 | 0 | 23 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 94 | 0 | 81 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 211 | 0 | 162 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 28 | 0 | 25 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 120 | 0 | 116 | 0 | +| | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 60 | 0 | 54 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 69 | 0 | 64 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 42 | 0 | 42 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 15 | 0 | 15 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 30 | 0 | 30 | 2 | +| | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 7 | 1 | +| | [@elastic/search-kibana @elastic/kibana-management](https://github.com/orgs/elastic/teams/search-kibana) | - | 1 | 0 | 1 | 0 | +| | [@elastic/security-solution @elastic/kibana-management](https://github.com/orgs/elastic/teams/security-solution) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 2 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 4 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 32 | 0 | 28 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 38 | 0 | 29 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 2 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 4 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 6 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 7 | 0 | 7 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 15 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 40 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 0 | 9 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 21 | 0 | 20 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 3 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 25 | 0 | 24 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 6 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 43 | 5 | 43 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 5 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 9 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 24 | 0 | 24 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 27 | 0 | 26 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 3 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 36 | 1 | 14 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 26 | 0 | 25 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 13 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 0 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 15 | 0 | 4 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 4 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 2 | 2 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 16 | 0 | 6 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 182 | 0 | 182 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 20 | 0 | 12 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 4 | 0 | 4 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 19 | 0 | 19 | 3 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 1 | 0 | 1 | 1 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 108 | 2 | 70 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 21 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 32 | 2 | 32 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 19 | 0 | 19 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 5 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 316 | 4 | 268 | 14 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 37 | 1 | 19 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 131 | 3 | 98 | 2 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 8 | 0 | 8 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 74 | 0 | 55 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 9 | 0 | 7 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 15 | 0 | 15 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 39 | 0 | 25 | 1 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 86 | 0 | 86 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 0 | 28 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 59 | 0 | 50 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 8 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 183 | 0 | 108 | 1 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 0 | 17 | 5 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 315 | 0 | 286 | 8 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 13 | 0 | 9 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 3 | 0 | 2 | 1 | +| | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 81 | 0 | 21 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 37 | 0 | 16 | 1 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 26 | 0 | 15 | 0 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 144 | 0 | 138 | 4 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 19 | 0 | 17 | 1 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 14 | 0 | 14 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1254 | 0 | 4 | 0 | +| | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 20 | 0 | 10 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 7c104054ab01e..c0d574a47817c 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -5,12 +5,13 @@ #### id: kibPresentationPanelPluginApi slug: /kibana-dev-docs/api/presentationPanel -title: "presentationPanel" +title: 'presentationPanel' image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- + import presentationPanelObj from './presentation_panel.devdocs.json'; Adds a standardized Presentation panel which allows any forward ref component to interface with various Kibana systems. @@ -19,20 +20,22 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 4 | ## Client ### Functions - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 2d700b7f81f00..e22b7fea67a38 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -5,12 +5,13 @@ #### id: kibPresentationUtilPluginApi slug: /kibana-dev-docs/api/presentationUtil -title: "presentationUtil" +title: 'presentationUtil' image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- + import presentationUtilObj from './presentation_util.devdocs.json'; The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). @@ -19,46 +20,56 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 160 | 2 | 130 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 160 | 2 | 130 | 10 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index 29733204d1888..2996a68cf6b49 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -5,45 +5,49 @@ #### id: kibProfilingPluginApi slug: /kibana-dev-docs/api/profiling -title: "profiling" +title: 'profiling' image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- -import profilingObj from './profiling.devdocs.json'; - +import profilingObj from './profiling.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 16 | 1 | 16 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 16 | 1 | 16 | 0 | ## Client ### Start - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index f2ffa0f5fa0d9..d910988ea7a58 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -5,40 +5,43 @@ #### id: kibProfilingDataAccessPluginApi slug: /kibana-dev-docs/api/profilingDataAccess -title: "profilingDataAccess" +title: 'profilingDataAccess' image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- -import profilingDataAccessObj from './profiling_data_access.devdocs.json'; - +import profilingDataAccessObj from './profiling_data_access.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 22 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 0 | 22 | 7 | ## Server ### Start - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index f0a4eb0efae5a..f1de6b7396552 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -5,37 +5,39 @@ #### id: kibRemoteClustersPluginApi slug: /kibana-dev-docs/api/remoteClusters -title: "remoteClusters" +title: 'remoteClusters' image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- -import remoteClustersObj from './remote_clusters.devdocs.json'; - +import remoteClustersObj from './remote_clusters.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 23 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 23 | 0 | 23 | 0 | ## Client ### Setup - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index 7c241bf34671e..316b9e25f8982 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -5,12 +5,13 @@ #### id: kibReportingPluginApi slug: /kibana-dev-docs/api/reporting -title: "reporting" +title: 'reporting' image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- + import reportingObj from './reporting.devdocs.json'; Reporting Services enables applications to feature reports that the user can automate with Watcher and download later. @@ -19,17 +20,18 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 9 | 0 | 2 | 0 | ## Client ### Start - + + ## Server ### Start - + diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index 10356c7719f0b..243d08731c6d8 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -5,29 +5,29 @@ #### id: kibRollupPluginApi slug: /kibana-dev-docs/api/rollup -title: "rollup" +title: 'rollup' image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- -import rollupObj from './rollup.devdocs.json'; - +import rollupObj from './rollup.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 21 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 21 | 0 | ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 1448ec5b51b11..b2c46458a5392 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -5,58 +5,67 @@ #### id: kibRuleRegistryPluginApi slug: /kibana-dev-docs/api/ruleRegistry -title: "ruleRegistry" +title: 'ruleRegistry' image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- -import ruleRegistryObj from './rule_registry.devdocs.json'; - +import ruleRegistryObj from './rule_registry.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 263 | 0 | 226 | 10 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 263 | 0 | 226 | 10 | ## Server ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index 05ffdcf6766fe..23e9cebc5b648 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -5,35 +5,37 @@ #### id: kibRuntimeFieldsPluginApi slug: /kibana-dev-docs/api/runtimeFields -title: "runtimeFields" +title: 'runtimeFields' image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- -import runtimeFieldsObj from './runtime_fields.devdocs.json'; - +import runtimeFieldsObj from './runtime_fields.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 19 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 24 | 0 | 19 | 2 | ## Client ### Setup - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 1b91056866edd..1e97ad5f47081 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -5,35 +5,37 @@ #### id: kibSavedObjectsPluginApi slug: /kibana-dev-docs/api/savedObjects -title: "savedObjects" +title: 'savedObjects' image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- -import savedObjectsObj from './saved_objects.devdocs.json'; - +import savedObjectsObj from './saved_objects.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 114 | 2 | 109 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 114 | 2 | 109 | 5 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index f1c4d163ae51b..bc594ae347534 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -5,40 +5,43 @@ #### id: kibSavedObjectsFinderPluginApi slug: /kibana-dev-docs/api/savedObjectsFinder -title: "savedObjectsFinder" +title: 'savedObjectsFinder' image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- -import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; - +import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 25 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 25 | 0 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index e3a7e1d99cfc3..438f9ae6b9941 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -5,57 +5,65 @@ #### id: kibSavedObjectsManagementPluginApi slug: /kibana-dev-docs/api/savedObjectsManagement -title: "savedObjectsManagement" +title: 'savedObjectsManagement' image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- -import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; - +import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 148 | 0 | 139 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 148 | 0 | 139 | 2 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index 21ed9dbd073e8..76ff53ba629c7 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -5,48 +5,53 @@ #### id: kibSavedObjectsTaggingPluginApi slug: /kibana-dev-docs/api/savedObjectsTagging -title: "savedObjectsTagging" +title: 'savedObjectsTagging' image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- -import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; - +import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 36 | 0 | 30 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 36 | 0 | 30 | 3 | ## Client ### Start - + + ## Server ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index d1466d6ca5133..050a8d8895e2a 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -5,43 +5,47 @@ #### id: kibSavedObjectsTaggingOssPluginApi slug: /kibana-dev-docs/api/savedObjectsTaggingOss -title: "savedObjectsTaggingOss" +title: 'savedObjectsTaggingOss' image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- -import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; - +import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 105 | 0 | 58 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 105 | 0 | 58 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index d4b63ba6af9d0..ac0f84c7c2bd3 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -5,12 +5,13 @@ #### id: kibSavedSearchPluginApi slug: /kibana-dev-docs/api/savedSearch -title: "savedSearch" +title: 'savedSearch' image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- + import savedSearchObj from './saved_search.devdocs.json'; This plugin contains the definition and helper methods around saved searches, used by discover and visualizations. @@ -19,43 +20,52 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 61 | 0 | 60 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 61 | 0 | 60 | 3 | ## Client ### Start - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Functions - + + ## Common ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index ce6a1ab7a25ce..e085dba81e2c9 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -5,54 +5,61 @@ #### id: kibScreenshotModePluginApi slug: /kibana-dev-docs/api/screenshotMode -title: "screenshotMode" +title: 'screenshotMode' image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode'] --- -import screenshotModeObj from './screenshot_mode.devdocs.json'; - +import screenshotModeObj from './screenshot_mode.devdocs.json'; Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 13 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 13 | 0 | ## Client ### Start - + + ### Functions - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx index c33ea4c05b417..a3c67e52a4394 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -5,12 +5,13 @@ #### id: kibScreenshottingPluginApi slug: /kibana-dev-docs/api/screenshotting -title: "screenshotting" +title: 'screenshotting' image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- + import screenshottingObj from './screenshotting.devdocs.json'; Kibana Screenshotting Plugin @@ -19,31 +20,36 @@ Contact [@elastic/kibana-reporting-services](https://github.com/orgs/elastic/tea **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 8 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 32 | 0 | 8 | 3 | ## Client ### Consts, variables and types - + + ## Server ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/search_assistant.mdx b/api_docs/search_assistant.mdx index 6d02a113b8e36..9c3176de3c5dc 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -5,12 +5,13 @@ #### id: kibSearchAssistantPluginApi slug: /kibana-dev-docs/api/searchAssistant -title: "searchAssistant" +title: 'searchAssistant' image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- + import searchAssistantObj from './search_assistant.devdocs.json'; AI Assistant for Search @@ -19,28 +20,32 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/search_connectors.mdx b/api_docs/search_connectors.mdx index b12e1419898ce..0a4a94ecafbfa 100644 --- a/api_docs/search_connectors.mdx +++ b/api_docs/search_connectors.mdx @@ -5,12 +5,13 @@ #### id: kibSearchConnectorsPluginApi slug: /kibana-dev-docs/api/searchConnectors -title: "searchConnectors" +title: 'searchConnectors' image: https://source.unsplash.com/400x175/?github description: API docs for the searchConnectors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchConnectors'] --- + import searchConnectorsObj from './search_connectors.devdocs.json'; Plugin hosting shared features for connectors @@ -19,32 +20,38 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 19 | 0 | 19 | 3 | ## Client ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index 2c52dbd5c0f27..8a33ca931176a 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -5,45 +5,49 @@ #### id: kibSearchHomepagePluginApi slug: /kibana-dev-docs/api/searchHomepage -title: "searchHomepage" +title: 'searchHomepage' image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- -import searchHomepageObj from './search_homepage.devdocs.json'; - +import searchHomepageObj from './search_homepage.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 10 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index 97b9520a9296c..1e0e462b8312e 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -5,45 +5,49 @@ #### id: kibSearchIndicesPluginApi slug: /kibana-dev-docs/api/searchIndices -title: "searchIndices" +title: 'searchIndices' image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchIndices'] --- -import searchIndicesObj from './search_indices.devdocs.json'; - +import searchIndicesObj from './search_indices.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 18 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 18 | 0 | 18 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index bf5da806831a5..537197a583f1c 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -5,40 +5,43 @@ #### id: kibSearchInferenceEndpointsPluginApi slug: /kibana-dev-docs/api/searchInferenceEndpoints -title: "searchInferenceEndpoints" +title: 'searchInferenceEndpoints' image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- -import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; - +import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 7 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 7 | 1 | ## Client ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index 8a2ac4dd64f4b..b2ec22a6e56c9 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -5,12 +5,13 @@ #### id: kibSearchNotebooksPluginApi slug: /kibana-dev-docs/api/searchNotebooks -title: "searchNotebooks" +title: 'searchNotebooks' image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- + import searchNotebooksObj from './search_notebooks.devdocs.json'; Plugin to provide access to and rendering of python notebooks for use in the persistent developer console. @@ -19,28 +20,32 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 1 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index 4bd180bc3ade4..d09f4f1d57213 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -5,45 +5,49 @@ #### id: kibSearchPlaygroundPluginApi slug: /kibana-dev-docs/api/searchPlayground -title: "searchPlayground" +title: 'searchPlayground' image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- -import searchPlaygroundObj from './search_playground.devdocs.json'; - +import searchPlaygroundObj from './search_playground.devdocs.json'; Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 21 | 0 | 15 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 21 | 0 | 15 | 1 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/security.mdx b/api_docs/security.mdx index 7aa45a32cc250..9057f1dfab6e1 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -5,12 +5,13 @@ #### id: kibSecurityPluginApi slug: /kibana-dev-docs/api/security -title: "security" +title: 'security' image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security'] --- + import securityObj from './security.devdocs.json'; This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user. @@ -19,49 +20,60 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 455 | 0 | 238 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 455 | 0 | 238 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 664af77ccc1c4..85383a94064f4 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -5,63 +5,73 @@ #### id: kibSecuritySolutionPluginApi slug: /kibana-dev-docs/api/securitySolution -title: "securitySolution" +title: 'securitySolution' image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- -import securitySolutionObj from './security_solution.devdocs.json'; - +import securitySolutionObj from './security_solution.devdocs.json'; Contact [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 186 | 0 | 118 | 33 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 186 | 0 | 118 | 33 | ## Client ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index 29e1ea381be08..5c9b34232b673 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -5,12 +5,13 @@ #### id: kibSecuritySolutionEssPluginApi slug: /kibana-dev-docs/api/securitySolutionEss -title: "securitySolutionEss" +title: 'securitySolutionEss' image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- + import securitySolutionEssObj from './security_solution_ess.devdocs.json'; ESS customizations for Security Solution. @@ -19,28 +20,32 @@ Contact [@elastic/security-solution](https://github.com/orgs/elastic/teams/secur **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index be9ab37206a36..8653a728e3dbd 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -5,12 +5,13 @@ #### id: kibSecuritySolutionServerlessPluginApi slug: /kibana-dev-docs/api/securitySolutionServerless -title: "securitySolutionServerless" +title: 'securitySolutionServerless' image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- + import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; Serverless customizations for security. @@ -19,28 +20,32 @@ Contact [@elastic/security-solution](https://github.com/orgs/elastic/teams/secur **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index 7b2570ddd1158..d5200a6115a2b 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -5,12 +5,13 @@ #### id: kibServerlessPluginApi slug: /kibana-dev-docs/api/serverless -title: "serverless" +title: 'serverless' image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- + import serverlessObj from './serverless.devdocs.json'; The core Serverless plugin, providing APIs to Serverless Project plugins. @@ -19,28 +20,32 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 24 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 24 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 3e6fa936a254a..bb81485586cc4 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -5,12 +5,13 @@ #### id: kibServerlessObservabilityPluginApi slug: /kibana-dev-docs/api/serverlessObservability -title: "serverlessObservability" +title: 'serverlessObservability' image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- + import serverlessObservabilityObj from './serverless_observability.devdocs.json'; Serverless customizations for observability. @@ -19,28 +20,32 @@ Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/ **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 6 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index 53de970961c57..3b40d73792812 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -5,12 +5,13 @@ #### id: kibServerlessSearchPluginApi slug: /kibana-dev-docs/api/serverlessSearch -title: "serverlessSearch" +title: 'serverlessSearch' image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- + import serverlessSearchObj from './serverless_search.devdocs.json'; Serverless customizations for search. @@ -19,28 +20,32 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 0 | ## Client ### Setup - + + ### Start - + + ## Server ### Setup - + + ### Start - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index 3ffd1db3b5e15..b6bc2d2bfe3e1 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -5,37 +5,39 @@ #### id: kibSessionViewPluginApi slug: /kibana-dev-docs/api/sessionView -title: "sessionView" +title: 'sessionView' image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- -import sessionViewObj from './session_view.devdocs.json'; - +import sessionViewObj from './session_view.devdocs.json'; Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 134 | 0 | 134 | 8 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 134 | 0 | 134 | 8 | ## Client ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/share.mdx b/api_docs/share.mdx index 6448e9572d796..7cd6f976778ed 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -5,12 +5,13 @@ #### id: kibSharePluginApi slug: /kibana-dev-docs/api/share -title: "share" +title: 'share' image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- + import shareObj from './share.devdocs.json'; Adds URL Service and sharing capabilities to Kibana @@ -19,43 +20,52 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 136 | 0 | 73 | 15 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 136 | 0 | 73 | 15 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Consts, variables and types - + + ## Common ### Functions - + + ### Interfaces - + diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index cbc49e79b91de..7bbe780d12227 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -5,45 +5,49 @@ #### id: kibSloPluginApi slug: /kibana-dev-docs/api/slo -title: "slo" +title: 'slo' image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'slo'] --- -import sloObj from './slo.devdocs.json'; - +import sloObj from './slo.devdocs.json'; Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 59 | 0 | 59 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 59 | 0 | 59 | 1 | ## Client ### Start - + + ### Interfaces - + + ## Server ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Consts, variables and types - + diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index e56d76f12fa94..3023be5b433ce 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -5,32 +5,33 @@ #### id: kibSnapshotRestorePluginApi slug: /kibana-dev-docs/api/snapshotRestore -title: "snapshotRestore" +title: 'snapshotRestore' image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- -import snapshotRestoreObj from './snapshot_restore.devdocs.json'; - +import snapshotRestoreObj from './snapshot_restore.devdocs.json'; Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 22 | 1 | 22 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 22 | 1 | 22 | 1 | ## Common ### Objects - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index d28a9c8219ba0..3e7b0511a5a46 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -5,12 +5,13 @@ #### id: kibSpacesPluginApi slug: /kibana-dev-docs/api/spaces -title: "spaces" +title: 'spaces' image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- + import spacesObj from './spaces.devdocs.json'; This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. @@ -19,58 +20,72 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 269 | 0 | 73 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 269 | 0 | 73 | 1 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index 9daa75021f9e6..8439944e910cc 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -5,48 +5,53 @@ #### id: kibStackAlertsPluginApi slug: /kibana-dev-docs/api/stackAlerts -title: "stackAlerts" +title: 'stackAlerts' image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts'] --- -import stackAlertsObj from './stack_alerts.devdocs.json'; - +import stackAlertsObj from './stack_alerts.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 25 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 25 | 0 | 25 | 3 | ## Client ### Functions - + + ## Server ### Objects - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx index 85b1dd981e2fa..63d59ab5ff979 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -5,34 +5,35 @@ #### id: kibStackConnectorsPluginApi slug: /kibana-dev-docs/api/stackConnectors -title: "stackConnectors" +title: 'stackConnectors' image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- -import stackConnectorsObj from './stack_connectors.devdocs.json'; - +import stackConnectorsObj from './stack_connectors.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 0 | 10 | 0 | ## Server ### Objects - + + ## Common ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 64875265cd0e8..fca942ed23d18 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -5,52 +5,59 @@ #### id: kibTaskManagerPluginApi slug: /kibana-dev-docs/api/taskManager -title: "taskManager" +title: 'taskManager' image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- -import taskManagerObj from './task_manager.devdocs.json'; - +import taskManagerObj from './task_manager.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 108 | 0 | 64 | 7 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 108 | 0 | 64 | 7 | ## Server ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Enums - + diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index 4e19c7302c8da..3c462cf684454 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -5,46 +5,51 @@ #### id: kibTelemetryPluginApi slug: /kibana-dev-docs/api/telemetry -title: "telemetry" +title: 'telemetry' image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- -import telemetryObj from './telemetry.devdocs.json'; - +import telemetryObj from './telemetry.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 45 | 0 | 1 | 0 | ## Client ### Setup - + + ### Start - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index 7c31e3c123aa0..6253d1c4da006 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -5,40 +5,43 @@ #### id: kibTelemetryCollectionManagerPluginApi slug: /kibana-dev-docs/api/telemetryCollectionManager -title: "telemetryCollectionManager" +title: 'telemetryCollectionManager' image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- -import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; - +import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 31 | 0 | 26 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 31 | 0 | 26 | 6 | ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/telemetry_collection_xpack.mdx b/api_docs/telemetry_collection_xpack.mdx index b4fb210cd68ba..6dcc6721f7c9b 100644 --- a/api_docs/telemetry_collection_xpack.mdx +++ b/api_docs/telemetry_collection_xpack.mdx @@ -5,26 +5,25 @@ #### id: kibTelemetryCollectionXpackPluginApi slug: /kibana-dev-docs/api/telemetryCollectionXpack -title: "telemetryCollectionXpack" +title: 'telemetryCollectionXpack' image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionXpack plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionXpack'] --- -import telemetryCollectionXpackObj from './telemetry_collection_xpack.devdocs.json'; - +import telemetryCollectionXpackObj from './telemetry_collection_xpack.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Server ### Consts, variables and types - + diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index 73d7520b8b453..6aae858415549 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -5,34 +5,35 @@ #### id: kibTelemetryManagementSectionPluginApi slug: /kibana-dev-docs/api/telemetryManagementSection -title: "telemetryManagementSection" +title: 'telemetryManagementSection' image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- -import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; - +import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 0 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 6 | 0 | 0 | 0 | ## Client ### Functions - + + ### Interfaces - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx index 96837d1723a31..d8197d4bc0742 100644 --- a/api_docs/threat_intelligence.mdx +++ b/api_docs/threat_intelligence.mdx @@ -5,12 +5,13 @@ #### id: kibThreatIntelligencePluginApi slug: /kibana-dev-docs/api/threatIntelligence -title: "threatIntelligence" +title: 'threatIntelligence' image: https://source.unsplash.com/400x175/?github description: API docs for the threatIntelligence plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- + import threatIntelligenceObj from './threat_intelligence.devdocs.json'; Elastic threat intelligence helps you see if you are open to or have been subject to current or historical known threats @@ -19,18 +20,20 @@ Contact [@elastic/security-threat-hunting-investigations](https://github.com/org **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 14 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 30 | 0 | 14 | 4 | ## Client ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 486b335ac90e0..919d3c9ea0411 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -5,57 +5,65 @@ #### id: kibTimelinesPluginApi slug: /kibana-dev-docs/api/timelines -title: "timelines" +title: 'timelines' image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines'] --- -import timelinesObj from './timelines.devdocs.json'; - +import timelinesObj from './timelines.devdocs.json'; Contact [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 226 | 1 | 182 | 17 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 226 | 1 | 182 | 17 | ## Client ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx index 80d061d0108ff..77a685bdd9ebb 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -5,12 +5,13 @@ #### id: kibTransformPluginApi slug: /kibana-dev-docs/api/transform -title: "transform" +title: 'transform' image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- + import transformObj from './transform.devdocs.json'; This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. @@ -19,22 +20,24 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 4 | 0 | 4 | 1 | ## Client ### Functions - + + ## Server ### Functions - + + ## Common ### Objects - + diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index fc68cccfeb3ca..9427b5fe5865e 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -5,75 +5,89 @@ #### id: kibTriggersActionsUiPluginApi slug: /kibana-dev-docs/api/triggersActionsUi -title: "triggersActionsUi" +title: 'triggersActionsUi' image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- -import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; - +import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 594 | 1 | 568 | 51 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 594 | 1 | 568 | 51 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Start - + + ### Objects - + + ### Functions - + + ### Consts, variables and types - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index e41c22d1c5856..a241bedcef43a 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -5,12 +5,13 @@ #### id: kibUiActionsPluginApi slug: /kibana-dev-docs/api/uiActions -title: "uiActions" +title: 'uiActions' image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- + import uiActionsObj from './ui_actions.devdocs.json'; Adds UI Actions service to Kibana @@ -19,30 +20,36 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 156 | 0 | 110 | 9 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 156 | 0 | 110 | 9 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index 1ad5dbea88ab5..84875d1f13983 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -5,12 +5,13 @@ #### id: kibUiActionsEnhancedPluginApi slug: /kibana-dev-docs/api/uiActionsEnhanced -title: "uiActionsEnhanced" +title: 'uiActionsEnhanced' image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- + import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; Extends UI Actions plugin with more functionality @@ -19,52 +20,64 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 212 | 0 | 145 | 11 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 212 | 0 | 145 | 11 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index 56b67780dff52..a4b1629ea87aa 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -5,12 +5,13 @@ #### id: kibUnifiedDocViewerPluginApi slug: /kibana-dev-docs/api/unifiedDocViewer -title: "unifiedDocViewer" +title: 'unifiedDocViewer' image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- + import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). @@ -19,21 +20,24 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 10 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 15 | 0 | 10 | 3 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 879cb718b2ae0..6ec79467da7a6 100644 --- a/api_docs/unified_histogram.mdx +++ b/api_docs/unified_histogram.mdx @@ -5,12 +5,13 @@ #### id: kibUnifiedHistogramPluginApi slug: /kibana-dev-docs/api/unifiedHistogram -title: "unifiedHistogram" +title: 'unifiedHistogram' image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedHistogram plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- + import unifiedHistogramObj from './unified_histogram.devdocs.json'; The `unifiedHistogram` plugin provides UI components to create a layout including a resizable histogram and a main display. @@ -19,21 +20,24 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 72 | 0 | 37 | 6 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 72 | 0 | 37 | 6 | ## Client ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 62d54ceccf017..0c8a400cadb76 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -5,12 +5,13 @@ #### id: kibUnifiedSearchPluginApi slug: /kibana-dev-docs/api/unifiedSearch -title: "unifiedSearch" +title: 'unifiedSearch' image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch'] --- + import unifiedSearchObj from './unified_search.devdocs.json'; Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. @@ -19,35 +20,42 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 149 | 2 | 112 | 21 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 149 | 2 | 112 | 21 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Classes - + + ### Interfaces - + diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx index 7745d49880b84..e3163b4a8bf20 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -5,12 +5,13 @@ #### id: kibUnifiedSearchAutocompletePluginApi slug: /kibana-dev-docs/api/unifiedSearch-autocomplete -title: "unifiedSearch.autocomplete" +title: 'unifiedSearch.autocomplete' image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- + import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 149 | 2 | 112 | 21 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 149 | 2 | 112 | 21 | ## Client ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index 9f5e5f148642c..1a2710c6864ef 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -5,12 +5,13 @@ #### id: kibUptimePluginApi slug: /kibana-dev-docs/api/uptime -title: "uptime" +title: 'uptime' image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- + import uptimeObj from './uptime.devdocs.json'; This plugin visualizes data from Heartbeat, and integrates with other Observability solutions. @@ -19,12 +20,12 @@ Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/ **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index f3cdf962b6bb0..861c030fde8df 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -5,32 +5,33 @@ #### id: kibUrlForwardingPluginApi slug: /kibana-dev-docs/api/urlForwarding -title: "urlForwarding" +title: 'urlForwarding' image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- -import urlForwardingObj from './url_forwarding.devdocs.json'; - +import urlForwardingObj from './url_forwarding.devdocs.json'; Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 12 | 0 | ## Client ### Classes - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index 7fee2b11eb6d5..74f792ee99314 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -5,49 +5,55 @@ #### id: kibUsageCollectionPluginApi slug: /kibana-dev-docs/api/usageCollection -title: "usageCollection" +title: 'usageCollection' image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection'] --- -import usageCollectionObj from './usage_collection.devdocs.json'; - +import usageCollectionObj from './usage_collection.devdocs.json'; Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 14 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 14 | 5 | ## Client ### Setup - + + ### Start - + + ### Functions - + + ### Interfaces - + + ## Server ### Setup - + + ### Start - + + ### Interfaces - + + ### Consts, variables and types - + diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx index 705b4d9b7fbb7..2dc9c8df68004 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -5,26 +5,25 @@ #### id: kibUxPluginApi slug: /kibana-dev-docs/api/ux -title: "ux" +title: 'ux' image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux'] --- -import uxObj from './ux.devdocs.json'; - +import uxObj from './ux.devdocs.json'; Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) for questions regarding this plugin. **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Client ### Start - + diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx index 9a925d2bc2b45..69b4285ea4017 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -5,12 +5,13 @@ #### id: kibVisDefaultEditorPluginApi slug: /kibana-dev-docs/api/visDefaultEditor -title: "visDefaultEditor" +title: 'visDefaultEditor' image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor'] --- + import visDefaultEditorObj from './vis_default_editor.devdocs.json'; The default editor used in most aggregation-based visualizations. @@ -19,24 +20,28 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 70 | 0 | 63 | 4 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 70 | 0 | 63 | 4 | ## Client ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx index 0b0516ad9ec76..8047a5b69e088 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeGaugePluginApi slug: /kibana-dev-docs/api/visTypeGauge -title: "visTypeGauge" +title: 'visTypeGauge' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge'] --- + import visTypeGaugeObj from './vis_type_gauge.devdocs.json'; Contains the gauge chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. @@ -19,20 +20,22 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 7 | 0 | 7 | 2 | ## Client ### Functions - + + ### Interfaces - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx index 796bf55d0803f..2cb3bbef874ed 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeHeatmapPluginApi slug: /kibana-dev-docs/api/visTypeHeatmap -title: "visTypeHeatmap" +title: 'visTypeHeatmap' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap'] --- + import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json'; Contains the heatmap implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy heatmap charts library advanced setting. @@ -19,17 +20,18 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 3 | 0 | 3 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 3 | 0 | 3 | 2 | ## Client ### Functions - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx index f9ae4d26758a8..1755221c07eef 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypePiePluginApi slug: /kibana-dev-docs/api/visTypePie -title: "visTypePie" +title: 'visTypePie' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie'] --- + import visTypePieObj from './vis_type_pie.devdocs.json'; Contains the pie chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting. @@ -19,20 +20,22 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 11 | 1 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 11 | 0 | 11 | 1 | ## Client ### Functions - + + ### Interfaces - + + ## Common ### Consts, variables and types - + diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx index b11f313d24442..8a48e5db50caa 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeTablePluginApi slug: /kibana-dev-docs/api/visTypeTable -title: "visTypeTable" +title: 'visTypeTable' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable'] --- + import visTypeTableObj from './vis_type_table.devdocs.json'; Registers the datatable aggregation-based visualization. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 12 | 0 | 12 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 12 | 0 | 12 | 0 | ## Common ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx index 24264a4e5d63e..980e30d3742d5 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeTimelionPluginApi slug: /kibana-dev-docs/api/visTypeTimelion -title: "visTypeTimelion" +title: 'visTypeTimelion' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- + import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; Registers the timelion visualization. Also contains the backend for both timelion app and timelion visualization. @@ -19,12 +20,12 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 2 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 2 | ## Client ### Start - + diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index ec4c2ed047431..ec375891e22bf 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeTimeseriesPluginApi slug: /kibana-dev-docs/api/visTypeTimeseries -title: "visTypeTimeseries" +title: 'visTypeTimeseries' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries'] --- + import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json'; Registers the TSVB visualization. TSVB has its one editor, works with index patterns and index strings and contains 6 types of charts: timeseries, topN, table. markdown, metric and gauge. @@ -19,18 +20,20 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 10 | 1 | 10 | 3 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 10 | 1 | 10 | 3 | ## Server ### Setup - + + ### Functions - + + ### Consts, variables and types - + diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx index cb4de0567a7f8..c328b737aba75 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeVegaPluginApi slug: /kibana-dev-docs/api/visTypeVega -title: "visTypeVega" +title: 'visTypeVega' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega'] --- + import visTypeVegaObj from './vis_type_vega.devdocs.json'; Registers the vega visualization. Is the elastic version of vega and vega-lite libraries. @@ -19,15 +20,16 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 2 | 0 | 2 | 0 | ## Server ### Setup - + + ### Start - + diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx index 18437b47789a4..482d3dd8d6f41 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeVislibPluginApi slug: /kibana-dev-docs/api/visTypeVislib -title: "visTypeVislib" +title: 'visTypeVislib' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib'] --- + import visTypeVislibObj from './vis_type_vislib.devdocs.json'; Contains the vislib visualizations. These are the classical area/line/bar, gauge/goal and heatmap charts. We want to replace them with elastic-charts. @@ -19,12 +20,12 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 0 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 1 | 0 | 1 | 0 | ## Common ### Consts, variables and types - + diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx index 5a3c02adbc34b..19eef71705893 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -5,12 +5,13 @@ #### id: kibVisTypeXyPluginApi slug: /kibana-dev-docs/api/visTypeXy -title: "visTypeXy" +title: 'visTypeXy' image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- + import visTypeXyObj from './vis_type_xy.devdocs.json'; Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line. @@ -19,29 +20,34 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 52 | 0 | 50 | 5 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 52 | 0 | 50 | 5 | ## Client ### Setup - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Common ### Enums - + diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index f559074bce8fc..72c8eacf06835 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -5,12 +5,13 @@ #### id: kibVisualizationsPluginApi slug: /kibana-dev-docs/api/visualizations -title: "visualizations" +title: 'visualizations' image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin date: 2024-11-03 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- + import visualizationsObj from './visualizations.devdocs.json'; Contains the shared architecture among all the legacy visualizations, e.g. the visualization type registry or the visualization embeddable. @@ -19,58 +20,72 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k **Code health stats** -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 872 | 12 | 841 | 20 | +| Public API count | Any count | Items lacking comments | Missing exports | +| ---------------- | --------- | ---------------------- | --------------- | +| 872 | 12 | 841 | 20 | ## Client ### Setup - + + ### Start - + + ### Objects - + + ### Functions - + + ### Classes - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + + ## Server ### Setup - + + ### Start - + + ## Common ### Objects - + + ### Functions - + + ### Interfaces - + + ### Enums - + + ### Consts, variables and types - + diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index 6122607df925f..8ca23031b4cf5 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -88,9 +88,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: >- A filter to limit the retrieved connector types to those that @@ -106,23 +106,23 @@ paths: - connectors /api/actions/connector/{id}: delete: - description: 'WARNING: When you delete a connector, it cannot be recovered.' + description: "WARNING: When you delete a connector, it cannot be recovered." operationId: delete-actions-connector-id parameters: - description: The version of the API to use in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: An identifier for the connector. in: path @@ -131,7 +131,7 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. summary: Delete a connector tags: @@ -143,9 +143,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: An identifier for the connector. in: path @@ -154,7 +154,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -180,7 +180,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -188,7 +188,7 @@ paths: actions. type: boolean name: - description: ' The name of the rule.' + description: " The name of the rule." type: string required: - id @@ -208,16 +208,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: An identifier for the connector. in: path @@ -250,7 +250,7 @@ paths: - name - connector_type_id responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -276,7 +276,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -284,7 +284,7 @@ paths: actions. type: boolean name: - description: ' The name of the rule.' + description: " The name of the rule." type: string required: - id @@ -304,16 +304,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: An identifier for the connector. in: path @@ -342,7 +342,7 @@ paths: required: - name responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -368,7 +368,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -376,7 +376,7 @@ paths: actions. type: boolean name: - description: ' The name of the rule.' + description: " The name of the rule." type: string required: - id @@ -400,16 +400,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: An identifier for the connector. in: path @@ -430,7 +430,7 @@ paths: required: - params responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -456,7 +456,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -464,7 +464,7 @@ paths: actions. type: boolean name: - description: ' The name of the rule.' + description: " The name of the rule." type: string required: - id @@ -485,9 +485,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: {} summary: Get all connectors @@ -501,12 +501,12 @@ paths: > Machine Learning**, **Observability**, or **Security** features. operationId: getAlertingHealth responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getAlertingHealthResponse: - $ref: '#/components/examples/Alerting_get_health_response' + $ref: "#/components/examples/Alerting_get_health_response" schema: type: object properties: @@ -529,7 +529,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string execution_health: @@ -544,7 +544,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string read_health: @@ -559,7 +559,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string has_permanent_encryption_key: @@ -573,11 +573,11 @@ paths: example: true type: boolean description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get the alerting framework health tags: @@ -594,12 +594,12 @@ paths: `monitoring_user` built-in role. operationId: getRuleTypes responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getRuleTypesResponse: - $ref: '#/components/examples/Alerting_get_rule_types_response' + $ref: "#/components/examples/Alerting_get_rule_types_response" schema: items: type: object @@ -680,10 +680,10 @@ paths: dynamic: description: Indicates whether new fields are added dynamically. enum: - - 'false' + - "false" - runtime - strict - - 'true' + - "true" type: string isSpaceAware: description: > @@ -872,11 +872,11 @@ paths: type: string type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get the rule types tags: @@ -889,16 +889,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -907,13 +907,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Delete a rule tags: @@ -925,9 +925,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: The identifier for the rule. in: path @@ -936,7 +936,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -1455,11 +1455,11 @@ paths: type: boolean muted_alert_ids: items: - description: 'List of identifiers of muted alerts. ' + description: "List of identifiers of muted alerts. " type: string type: array name: - description: ' The name of the rule.' + description: " The name of the rule." type: string next_run: description: Date and time of the next run of the rule. @@ -1707,11 +1707,11 @@ paths: - execution_status - revision description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Get rule details tags: @@ -1723,16 +1723,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: >- The identifier for the rule. If it is omitted, an ID is randomly @@ -2059,7 +2059,7 @@ paths: - consumer - schedule responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -2578,11 +2578,11 @@ paths: type: boolean muted_alert_ids: items: - description: 'List of identifiers of muted alerts. ' + description: "List of identifiers of muted alerts. " type: string type: array name: - description: ' The name of the rule.' + description: " The name of the rule." type: string next_run: description: Date and time of the next run of the rule. @@ -2830,11 +2830,11 @@ paths: - execution_status - revision description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '409': + "409": description: Indicates that the rule id is already in use. summary: Create a rule tags: @@ -2846,16 +2846,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -3153,7 +3153,7 @@ paths: - name - schedule responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -3672,11 +3672,11 @@ paths: type: boolean muted_alert_ids: items: - description: 'List of identifiers of muted alerts. ' + description: "List of identifiers of muted alerts. " type: string type: array name: - description: ' The name of the rule.' + description: " The name of the rule." type: string next_run: description: Date and time of the next run of the rule. @@ -3924,13 +3924,13 @@ paths: - execution_status - revision description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. - '409': + "409": description: Indicates that the rule has already been updated by another user. summary: Update a rule tags: @@ -3943,16 +3943,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -3973,13 +3973,13 @@ paths: type: boolean x-oas-optional: true responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Disable a rule tags: @@ -3992,16 +3992,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4010,13 +4010,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Enable a rule tags: @@ -4029,16 +4029,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4047,13 +4047,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Mute all alerts tags: @@ -4066,16 +4066,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4084,13 +4084,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. summary: Unmute all alerts tags: @@ -4103,16 +4103,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4121,15 +4121,15 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule with the given ID does not exist. - '409': + "409": description: Indicates that the rule has already been updated by another user. summary: Update the API key for a rule tags: @@ -4142,16 +4142,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4166,13 +4166,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule or alert with the given ID does not exist. summary: Mute an alert tags: @@ -4185,16 +4185,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The identifier for the rule. in: path @@ -4209,13 +4209,13 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. - '404': + "404": description: Indicates a rule or alert with the given ID does not exist. summary: Unmute an alert tags: @@ -4228,9 +4228,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: The number of rules to return per page. in: query @@ -4339,7 +4339,7 @@ paths: type: string type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -4858,11 +4858,11 @@ paths: type: boolean muted_alert_ids: items: - description: 'List of identifiers of muted alerts. ' + description: "List of identifiers of muted alerts. " type: string type: array name: - description: ' The name of the rule.' + description: " The name of the rule." type: string next_run: description: Date and time of the next run of the rule. @@ -5110,9 +5110,9 @@ paths: - execution_status - revision description: Indicates a successful call. - '400': + "400": description: Indicates an invalid schema or parameters. - '403': + "403": description: Indicates that this call is forbidden. summary: Get information about rules tags: @@ -5125,7 +5125,7 @@ paths: you delete an alert, you cannot recover it. operationId: legaryDeleteAlert parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5134,13 +5134,13 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Delete an alert tags: @@ -5158,17 +5158,17 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_alert_response_properties' + $ref: "#/components/schemas/Alerting_alert_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get an alert by identifier tags: @@ -5178,7 +5178,7 @@ paths: description: Deprecated in 7.13.0. Use the create rule API instead. operationId: legacyCreateAlert parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: >- An UUID v1 or v4 identifier for the alert. If this parameter is omitted, the identifier is randomly generated. @@ -5291,17 +5291,17 @@ paths: - schedule required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_alert_response_properties' + $ref: "#/components/schemas/Alerting_alert_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Create an alert tags: @@ -5311,7 +5311,7 @@ paths: description: Deprecated in 7.13.0. Use the update rule API instead. operationId: legacyUpdateAlert parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5404,17 +5404,17 @@ paths: - schedule required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_alert_response_properties' + $ref: "#/components/schemas/Alerting_alert_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Update an alert tags: @@ -5425,7 +5425,7 @@ paths: description: Deprecated in 7.13.0. Use the disable rule API instead. operationId: legacyDisableAlert parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5434,13 +5434,13 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Disable an alert tags: @@ -5451,7 +5451,7 @@ paths: description: Deprecated in 7.13.0. Use the enable rule API instead. operationId: legacyEnableAlert parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5460,13 +5460,13 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Enable an alert tags: @@ -5477,7 +5477,7 @@ paths: description: Deprecated in 7.13.0. Use the mute all alerts API instead. operationId: legacyMuteAllAlertInstances parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5486,13 +5486,13 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Mute all alert instances tags: @@ -5503,7 +5503,7 @@ paths: description: Deprecated in 7.13.0. Use the unmute all alerts API instead. operationId: legacyUnmuteAllAlertInstances parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: The identifier for the alert. in: path name: alertId @@ -5512,13 +5512,13 @@ paths: example: 41893910-6bca-11eb-9e0d-85d233e3ee35 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Unmute all alert instances tags: @@ -5529,7 +5529,7 @@ paths: description: Deprecated in 7.13.0. Use the mute alert API instead. operationId: legacyMuteAlertInstance parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: An identifier for the alert. in: path name: alertId @@ -5545,13 +5545,13 @@ paths: example: dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Mute an alert instance tags: @@ -5562,7 +5562,7 @@ paths: description: Deprecated in 7.13.0. Use the unmute alert API instead. operationId: legacyUnmuteAlertInstance parameters: - - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: "#/components/parameters/Alerting_kbn_xsrf" - description: An identifier for the alert. in: path name: alertId @@ -5578,13 +5578,13 @@ paths: example: dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2 type: string responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Unmute an alert instance tags: @@ -5686,7 +5686,7 @@ paths: - desc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -5694,7 +5694,7 @@ paths: properties: data: items: - $ref: '#/components/schemas/Alerting_alert_response_properties' + $ref: "#/components/schemas/Alerting_alert_response_properties" type: array page: type: integer @@ -5703,11 +5703,11 @@ paths: total: type: integer description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get a paginated set of alerts tags: @@ -5718,7 +5718,7 @@ paths: description: Deprecated in 7.13.0. Use the get alerting framework health API instead. operationId: legacyGetAlertingHealth responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -5743,7 +5743,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string executionHealth: @@ -5758,7 +5758,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string readHealth: @@ -5773,7 +5773,7 @@ paths: example: ok type: string timestamp: - example: '2023-01-13T01:28:00.280Z' + example: "2023-01-13T01:28:00.280Z" format: date-time type: string hasPermanentEncryptionKey: @@ -5787,11 +5787,11 @@ paths: example: true type: boolean description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get the alerting framework health tags: @@ -5802,7 +5802,7 @@ paths: description: Deprecated in 7.13.0. Use the get rule types API instead. operationId: legacyGetAlertTypes responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -5904,11 +5904,11 @@ paths: type: string type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Alerting_401_response' + $ref: "#/components/schemas/Alerting_401_response" description: Authorization information is missing or invalid. summary: Get the alert types tags: @@ -5918,44 +5918,44 @@ paths: description: Create a new agent key for APM. operationId: createAgentKey parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_agent_keys_object' + $ref: "#/components/schemas/APM_UI_agent_keys_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_agent_keys_response' + $ref: "#/components/schemas/APM_UI_agent_keys_response" description: Agent key created successfully - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_500_response' + $ref: "#/components/schemas/APM_UI_500_response" description: Internal Server Error response summary: Create an APM agent key tags: @@ -5964,8 +5964,8 @@ paths: post: operationId: saveApmServerSchema parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -5980,36 +5980,36 @@ paths: type: object required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: additionalProperties: false type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Save APM server schema tags: @@ -6019,8 +6019,8 @@ paths: description: Create a new annotation for a specific service. operationId: createAnnotation parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" - description: The name of the service in: path name: serviceName @@ -6031,38 +6031,38 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_create_annotation_object' + $ref: "#/components/schemas/APM_UI_create_annotation_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_create_annotation_response' + $ref: "#/components/schemas/APM_UI_create_annotation_response" description: Annotation created successfully - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Create a service annotation tags: @@ -6072,7 +6072,7 @@ paths: description: Search for annotations related to a specific service. operationId: getAnnotation parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" - description: The name of the service in: path name: serviceName @@ -6098,29 +6098,29 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_annotation_search_response' + $ref: "#/components/schemas/APM_UI_annotation_search_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_500_response' + $ref: "#/components/schemas/APM_UI_500_response" description: Internal Server Error response summary: Search for annotations tags: @@ -6129,45 +6129,45 @@ paths: delete: operationId: deleteAgentConfiguration parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_service_object' + $ref: "#/components/schemas/APM_UI_service_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/APM_UI_delete_agent_configurations_response description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Delete agent configuration tags: @@ -6175,31 +6175,31 @@ paths: get: operationId: getAgentConfigurations parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_agent_configurations_response' + $ref: "#/components/schemas/APM_UI_agent_configurations_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Get a list of agent configurations tags: @@ -6207,8 +6207,8 @@ paths: put: operationId: createUpdateAgentConfiguration parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" - description: If the config exists ?overwrite=true is required in: query name: overwrite @@ -6218,39 +6218,39 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_agent_configuration_intake_object' + $ref: "#/components/schemas/APM_UI_agent_configuration_intake_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: additionalProperties: false type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Create or update agent configuration tags: @@ -6260,7 +6260,7 @@ paths: description: Retrieve `agentName` for a service. operationId: getAgentNameForService parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" - description: The name of the service example: node in: query @@ -6269,29 +6269,29 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_service_agent_name_response' + $ref: "#/components/schemas/APM_UI_service_agent_name_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Get agent name for service tags: @@ -6300,36 +6300,36 @@ paths: get: operationId: getEnvironmentsForService parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" - description: The name of the service in: query name: serviceName schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_service_environments_response' + $ref: "#/components/schemas/APM_UI_service_environments_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Get environments for service tags: @@ -6341,39 +6341,39 @@ paths: 'applied_by_agent' field. operationId: searchSingleConfiguration parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_search_agent_configuration_object' + $ref: "#/components/schemas/APM_UI_search_agent_configuration_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/APM_UI_search_agent_configuration_response description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Lookup single agent configuration tags: @@ -6382,7 +6382,7 @@ paths: get: operationId: getSingleAgentConfiguration parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" - description: Service name example: node in: query @@ -6396,30 +6396,30 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/APM_UI_single_agent_configuration_response description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_404_response' + $ref: "#/components/schemas/APM_UI_404_response" description: Not found response summary: Get single agent configuration tags: @@ -6429,7 +6429,7 @@ paths: description: Returns an array of Fleet artifacts, including source map uploads. operationId: getSourceMaps parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" - description: Page number in: query name: page @@ -6441,35 +6441,35 @@ paths: schema: type: number responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_source_maps_response' + $ref: "#/components/schemas/APM_UI_source_maps_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_500_response' + $ref: "#/components/schemas/APM_UI_500_response" description: Internal Server Error response - '501': + "501": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_501_response' + $ref: "#/components/schemas/APM_UI_501_response" description: Not Implemented response summary: Get source maps tags: @@ -6478,50 +6478,50 @@ paths: description: Upload a source map for a specific service and version. operationId: uploadSourceMap parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" requestBody: content: multipart/form-data; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_upload_source_map_object' + $ref: "#/components/schemas/APM_UI_upload_source_map_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_upload_source_maps_response' + $ref: "#/components/schemas/APM_UI_upload_source_maps_response" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_500_response' + $ref: "#/components/schemas/APM_UI_500_response" description: Internal Server Error response - '501': + "501": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_501_response' + $ref: "#/components/schemas/APM_UI_501_response" description: Not Implemented response summary: Upload source map tags: @@ -6531,8 +6531,8 @@ paths: description: Delete a previously uploaded source map. operationId: deleteSourceMap parameters: - - $ref: '#/components/parameters/APM_UI_elastic_api_version' - - $ref: '#/components/parameters/APM_UI_kbn_xsrf' + - $ref: "#/components/parameters/APM_UI_elastic_api_version" + - $ref: "#/components/parameters/APM_UI_kbn_xsrf" - description: Source map identifier in: path name: id @@ -6540,42 +6540,42 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: additionalProperties: false type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_400_response' + $ref: "#/components/schemas/APM_UI_400_response" description: Bad Request response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_401_response' + $ref: "#/components/schemas/APM_UI_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_403_response' + $ref: "#/components/schemas/APM_UI_403_response" description: Forbidden response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_500_response' + $ref: "#/components/schemas/APM_UI_500_response" description: Internal Server Error response - '501': + "501": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/APM_UI_501_response' + $ref: "#/components/schemas/APM_UI_501_response" description: Not Implemented response summary: Delete source map tags: @@ -6597,7 +6597,7 @@ paths: name: id_field required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_IdField' + $ref: "#/components/schemas/Security_Entity_Analytics_API_IdField" - description: If 'wait_for' the request will wait for the index refresh. in: query name: refresh @@ -6607,7 +6607,7 @@ paths: - wait_for type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -6625,7 +6625,7 @@ paths: required: - deleted description: Successful response - '400': + "400": description: Invalid request summary: Delete an asset criticality record tags: @@ -6646,18 +6646,18 @@ paths: name: id_field required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_IdField' + $ref: "#/components/schemas/Security_Entity_Analytics_API_IdField" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Entity_Analytics_API_AssetCriticalityRecord description: Successful response - '400': + "400": description: Invalid request - '404': + "404": description: Criticality record not found summary: Get an asset criticality record tags: @@ -6689,14 +6689,14 @@ paths: type: string required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Entity_Analytics_API_AssetCriticalityRecord description: Successful response - '400': + "400": description: Invalid request summary: Upsert an asset criticality record tags: @@ -6736,7 +6736,7 @@ paths: required: - records responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -6762,7 +6762,7 @@ paths: - errors - stats description: Bulk upload successful - '413': + "413": description: File too large summary: Bulk upsert asset criticality records tags: @@ -6814,7 +6814,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -6853,16 +6853,16 @@ paths: privileges, depending on the owner of the cases you're deleting. operationId: deleteCaseDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_ids' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_ids" responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Delete cases tags: @@ -6875,32 +6875,32 @@ paths: updating. operationId: updateCaseDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: "#/components/parameters/Cases_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateCaseRequest: - $ref: '#/components/examples/Cases_update_case_request' + $ref: "#/components/examples/Cases_update_case_request" schema: - $ref: '#/components/schemas/Cases_update_case_request' + $ref: "#/components/schemas/Cases_update_case_request" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: updateCaseResponse: - $ref: '#/components/examples/Cases_update_case_response' + $ref: "#/components/examples/Cases_update_case_response" schema: items: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Update cases tags: @@ -6913,31 +6913,31 @@ paths: creating. operationId: createCaseDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: "#/components/parameters/Cases_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: createCaseRequest: - $ref: '#/components/examples/Cases_create_case_request' + $ref: "#/components/examples/Cases_create_case_request" schema: - $ref: '#/components/schemas/Cases_create_case_request' + $ref: "#/components/schemas/Cases_create_case_request" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: createCaseResponse: - $ref: '#/components/examples/Cases_create_case_response' + $ref: "#/components/examples/Cases_create_case_response" schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Create a case tags: @@ -6950,35 +6950,35 @@ paths: feature privileges, depending on the owner of the cases you're seeking. operationId: findCasesDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_assignees_filter' - - $ref: '#/components/parameters/Cases_category' - - $ref: '#/components/parameters/Cases_defaultSearchOperator' - - $ref: '#/components/parameters/Cases_from' - - $ref: '#/components/parameters/Cases_owner_filter' - - $ref: '#/components/parameters/Cases_page_index' - - $ref: '#/components/parameters/Cases_page_size' - - $ref: '#/components/parameters/Cases_reporters' - - $ref: '#/components/parameters/Cases_search' - - $ref: '#/components/parameters/Cases_searchFields' - - $ref: '#/components/parameters/Cases_severity' - - $ref: '#/components/parameters/Cases_sortField' - - $ref: '#/components/parameters/Cases_sort_order' - - $ref: '#/components/parameters/Cases_status' - - $ref: '#/components/parameters/Cases_tags' - - $ref: '#/components/parameters/Cases_to' - responses: - '200': + - $ref: "#/components/parameters/Cases_assignees_filter" + - $ref: "#/components/parameters/Cases_category" + - $ref: "#/components/parameters/Cases_defaultSearchOperator" + - $ref: "#/components/parameters/Cases_from" + - $ref: "#/components/parameters/Cases_owner_filter" + - $ref: "#/components/parameters/Cases_page_index" + - $ref: "#/components/parameters/Cases_page_size" + - $ref: "#/components/parameters/Cases_reporters" + - $ref: "#/components/parameters/Cases_search" + - $ref: "#/components/parameters/Cases_searchFields" + - $ref: "#/components/parameters/Cases_severity" + - $ref: "#/components/parameters/Cases_sortField" + - $ref: "#/components/parameters/Cases_sort_order" + - $ref: "#/components/parameters/Cases_status" + - $ref: "#/components/parameters/Cases_tags" + - $ref: "#/components/parameters/Cases_to" + responses: + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: findCaseResponse: - $ref: '#/components/examples/Cases_find_case_response' + $ref: "#/components/examples/Cases_find_case_response" schema: type: object properties: cases: items: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" maxItems: 10000 type: array count_closed_cases: @@ -6994,11 +6994,11 @@ paths: total: type: integer description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Search cases tags: @@ -7011,25 +7011,25 @@ paths: feature privileges, depending on the owner of the case you're seeking. operationId: getCaseDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_includeComments' + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_includeComments" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getDefaultCaseResponse: - $ref: '#/components/examples/Cases_get_case_response' + $ref: "#/components/examples/Cases_get_case_response" getDefaultObservabilityCaseReponse: - $ref: '#/components/examples/Cases_get_case_observability_response' + $ref: "#/components/examples/Cases_get_case_observability_response" schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case information tags: @@ -7042,24 +7042,24 @@ paths: feature privileges, depending on the owner of the cases you're seeking. operationId: getCaseAlertsDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_case_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getCaseAlertsResponse: - $ref: '#/components/examples/Cases_get_case_alerts_response' + $ref: "#/components/examples/Cases_get_case_alerts_response" schema: items: - $ref: '#/components/schemas/Cases_alert_response_properties' + $ref: "#/components/schemas/Cases_alert_response_properties" type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get all alerts for a case tags: @@ -7074,16 +7074,16 @@ paths: privileges, depending on the owner of the cases you're deleting. operationId: deleteCaseCommentsDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_case_id" responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Delete all case comments and alerts tags: @@ -7099,19 +7099,19 @@ paths: owner of the cases with the comments you're seeking. operationId: getAllCaseCommentsDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_case_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get all case comments tags: @@ -7124,32 +7124,32 @@ paths: NOTE: You cannot change the comment type or the owner of a comment. operationId: updateCaseCommentDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_case_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateCaseCommentRequest: - $ref: '#/components/examples/Cases_update_comment_request' + $ref: "#/components/examples/Cases_update_comment_request" schema: - $ref: '#/components/schemas/Cases_update_case_comment_request' + $ref: "#/components/schemas/Cases_update_case_comment_request" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: updateCaseCommentResponse: - $ref: '#/components/examples/Cases_update_comment_response' + $ref: "#/components/examples/Cases_update_comment_response" schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Update a case comment or alert tags: @@ -7162,32 +7162,32 @@ paths: NOTE: Each case can have a maximum of 1,000 alerts. operationId: addCaseCommentDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_case_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: createCaseCommentRequest: - $ref: '#/components/examples/Cases_add_comment_request' + $ref: "#/components/examples/Cases_add_comment_request" schema: - $ref: '#/components/schemas/Cases_add_case_comment_request' + $ref: "#/components/schemas/Cases_add_case_comment_request" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: createCaseCommentResponse: - $ref: '#/components/examples/Cases_add_comment_response' + $ref: "#/components/examples/Cases_add_comment_response" schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Add a case comment or alert tags: @@ -7202,22 +7202,22 @@ paths: seeking. operationId: findCaseCommentsDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_page_index' - - $ref: '#/components/parameters/Cases_page_size' - - $ref: '#/components/parameters/Cases_sort_order' + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_page_index" + - $ref: "#/components/parameters/Cases_page_size" + - $ref: "#/components/parameters/Cases_sort_order" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Find case comments and alerts tags: @@ -7230,17 +7230,17 @@ paths: feature privileges, depending on the owner of the cases you're deleting. operationId: deleteCaseCommentDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_comment_id' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_comment_id" responses: - '204': + "204": description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Delete a case comment or alert tags: @@ -7253,15 +7253,15 @@ paths: comments you're seeking. operationId: getCaseCommentDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_comment_id' + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_comment_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getCaseCommentResponse: - $ref: '#/components/examples/Cases_get_comment_response' + $ref: "#/components/examples/Cases_get_comment_response" schema: oneOf: - $ref: >- @@ -7269,11 +7269,11 @@ paths: - $ref: >- #/components/schemas/Cases_user_comment_response_properties description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get a case comment or alert tags: @@ -7288,9 +7288,9 @@ paths: feature privileges, depending on the owner of the case you're pushing. operationId: pushCaseDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_connector_id' - - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_connector_id" + - $ref: "#/components/parameters/Cases_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -7298,20 +7298,20 @@ paths: nullable: true type: object responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: pushCaseResponse: - $ref: '#/components/examples/Cases_push_case_response' + $ref: "#/components/examples/Cases_push_case_response" schema: - $ref: '#/components/schemas/Cases_case_response_properties' + $ref: "#/components/schemas/Cases_case_response_properties" description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Push a case to an external service tags: @@ -7328,21 +7328,21 @@ paths: case you're seeking. operationId: getCaseActivityDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' + - $ref: "#/components/parameters/Cases_case_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: items: - $ref: '#/components/schemas/Cases_user_actions_response_properties' + $ref: "#/components/schemas/Cases_user_actions_response_properties" type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case activity tags: @@ -7356,18 +7356,18 @@ paths: privileges, depending on the owner of the case you're seeking. operationId: findCaseActivityDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_case_id' - - $ref: '#/components/parameters/Cases_page_index' - - $ref: '#/components/parameters/Cases_page_size' - - $ref: '#/components/parameters/Cases_sort_order' - - $ref: '#/components/parameters/Cases_user_action_types' + - $ref: "#/components/parameters/Cases_case_id" + - $ref: "#/components/parameters/Cases_page_index" + - $ref: "#/components/parameters/Cases_page_size" + - $ref: "#/components/parameters/Cases_sort_order" + - $ref: "#/components/parameters/Cases_user_action_types" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: findCaseActivityResponse: - $ref: '#/components/examples/Cases_find_case_activity_response' + $ref: "#/components/examples/Cases_find_case_activity_response" schema: type: object properties: @@ -7384,11 +7384,11 @@ paths: maxItems: 10000 type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Find case activity tags: @@ -7401,10 +7401,10 @@ paths: feature privileges, depending on the owner of the cases you're seeking. operationId: getCasesByAlertDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_alert_id' - - $ref: '#/components/parameters/Cases_owner_filter' + - $ref: "#/components/parameters/Cases_alert_id" + - $ref: "#/components/parameters/Cases_owner_filter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -7423,11 +7423,11 @@ paths: maxItems: 10000 type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get cases for an alert tags: @@ -7443,20 +7443,20 @@ paths: where the cases were created. operationId: getCaseConfigurationDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_owner_filter' + - $ref: "#/components/parameters/Cases_owner_filter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getConfigurationResponse: - $ref: '#/components/examples/Cases_get_case_configuration_response' + $ref: "#/components/examples/Cases_get_case_configuration_response" schema: items: type: object properties: closure_type: - $ref: '#/components/schemas/Cases_closure_types' + $ref: "#/components/schemas/Cases_closure_types" connector: type: object properties: @@ -7482,9 +7482,9 @@ paths: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" created_at: - example: '2022-06-01T17:07:17.767Z' + example: "2022-06-01T17:07:17.767Z" format: date-time type: string created_by: @@ -7574,11 +7574,11 @@ paths: type: string type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" templates: - $ref: '#/components/schemas/Cases_templates' + $ref: "#/components/schemas/Cases_templates" updated_at: - example: '2022-06-01T19:58:48.169Z' + example: "2022-06-01T19:58:48.169Z" format: date-time nullable: true type: string @@ -7610,11 +7610,11 @@ paths: type: string type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case settings tags: @@ -7632,27 +7632,27 @@ paths: where you are creating cases. operationId: setCaseConfigurationDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: "#/components/parameters/Cases_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: setCaseConfigRequest: - $ref: '#/components/examples/Cases_set_case_configuration_request' + $ref: "#/components/examples/Cases_set_case_configuration_request" schema: - $ref: '#/components/schemas/Cases_set_case_configuration_request' + $ref: "#/components/schemas/Cases_set_case_configuration_request" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: setCaseConfigResponse: - $ref: '#/components/examples/Cases_set_case_configuration_response' + $ref: "#/components/examples/Cases_set_case_configuration_response" schema: type: object properties: closure_type: - $ref: '#/components/schemas/Cases_closure_types' + $ref: "#/components/schemas/Cases_closure_types" connector: type: object properties: @@ -7678,9 +7678,9 @@ paths: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" created_at: - example: '2022-06-01T17:07:17.767Z' + example: "2022-06-01T17:07:17.767Z" format: date-time type: string created_by: @@ -7770,11 +7770,11 @@ paths: type: string type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" templates: - $ref: '#/components/schemas/Cases_templates' + $ref: "#/components/schemas/Cases_templates" updated_at: - example: '2022-06-01T19:58:48.169Z' + example: "2022-06-01T19:58:48.169Z" format: date-time nullable: true type: string @@ -7805,11 +7805,11 @@ paths: example: WzIwNzMsMV0= type: string description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Add case settings tags: @@ -7826,18 +7826,18 @@ paths: where the case was created. operationId: updateCaseConfigurationDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_kbn_xsrf' - - $ref: '#/components/parameters/Cases_configuration_id' + - $ref: "#/components/parameters/Cases_kbn_xsrf" + - $ref: "#/components/parameters/Cases_configuration_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateCaseConfigurationRequest: - $ref: '#/components/examples/Cases_update_case_configuration_request' + $ref: "#/components/examples/Cases_update_case_configuration_request" schema: - $ref: '#/components/schemas/Cases_update_case_configuration_request' + $ref: "#/components/schemas/Cases_update_case_configuration_request" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: @@ -7848,7 +7848,7 @@ paths: type: object properties: closure_type: - $ref: '#/components/schemas/Cases_closure_types' + $ref: "#/components/schemas/Cases_closure_types" connector: type: object properties: @@ -7874,9 +7874,9 @@ paths: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" created_at: - example: '2022-06-01T17:07:17.767Z' + example: "2022-06-01T17:07:17.767Z" format: date-time type: string created_by: @@ -7966,11 +7966,11 @@ paths: type: string type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" templates: - $ref: '#/components/schemas/Cases_templates' + $ref: "#/components/schemas/Cases_templates" updated_at: - example: '2022-06-01T19:58:48.169Z' + example: "2022-06-01T19:58:48.169Z" format: date-time nullable: true type: string @@ -8001,11 +8001,11 @@ paths: example: WzIwNzMsMV0= type: string description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Update case settings tags: @@ -8018,18 +8018,18 @@ paths: feature in the **Management** section of the Kibana feature privileges. operationId: findCaseConnectorsDefaultSpace responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: findConnectorResponse: - $ref: '#/components/examples/Cases_find_connector_response' + $ref: "#/components/examples/Cases_find_connector_response" schema: items: type: object properties: actionTypeId: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" config: additionalProperties: true type: object @@ -8053,11 +8053,11 @@ paths: maxItems: 1000 type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case connectors tags: @@ -8075,14 +8075,14 @@ paths: returned by this API is unchanged. operationId: getCaseReportersDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_owner_filter' + - $ref: "#/components/parameters/Cases_owner_filter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getReportersResponse: - $ref: '#/components/examples/Cases_get_reporters_response' + $ref: "#/components/examples/Cases_get_reporters_response" schema: items: type: object @@ -8109,11 +8109,11 @@ paths: maxItems: 10000 type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case creators tags: @@ -8130,9 +8130,9 @@ paths: privileges, depending on the owner of the cases you're seeking. operationId: getCaseStatusDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_owner_filter' + - $ref: "#/components/parameters/Cases_owner_filter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8145,11 +8145,11 @@ paths: count_open_cases: type: integer description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case status summary tags: @@ -8163,25 +8163,25 @@ paths: privileges, depending on the owner of the cases you're seeking. operationId: getCaseTagsDefaultSpace parameters: - - $ref: '#/components/parameters/Cases_owner_filter' + - $ref: "#/components/parameters/Cases_owner_filter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getTagsResponse: - $ref: '#/components/examples/Cases_get_tags_response' + $ref: "#/components/examples/Cases_get_tags_response" schema: items: type: string maxItems: 10000 type: array description: Indicates a successful call. - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Cases_4xx_response' + $ref: "#/components/schemas/Cases_4xx_response" description: Authorization information is missing or invalid. summary: Get case tags tags: @@ -8190,12 +8190,12 @@ paths: get: operationId: getAllDataViewsDefault responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getAllDataViewsResponse: - $ref: '#/components/examples/Data_views_get_data_views_response' + $ref: "#/components/examples/Data_views_get_data_views_response" schema: type: object properties: @@ -8217,11 +8217,11 @@ paths: type: object type: array description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Get all data views tags: @@ -8230,28 +8230,28 @@ paths: post: operationId: createDataViewDefaultw parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: createDataViewRequest: - $ref: '#/components/examples/Data_views_create_data_view_request' + $ref: "#/components/examples/Data_views_create_data_view_request" schema: - $ref: '#/components/schemas/Data_views_create_data_view_request_object' + $ref: "#/components/schemas/Data_views_create_data_view_request_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' + $ref: "#/components/schemas/Data_views_data_view_response_object" description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Create a data view tags: @@ -8262,16 +8262,16 @@ paths: WARNING: When you delete a data view, it cannot be recovered. operationId: deleteDataViewDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" + - $ref: "#/components/parameters/Data_views_view_id" responses: - '204': + "204": description: Indicates a successful call. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_404_response' + $ref: "#/components/schemas/Data_views_404_response" description: Object is not found. summary: Delete a data view tags: @@ -8279,22 +8279,22 @@ paths: get: operationId: getDataViewDefault parameters: - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_view_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getDataViewResponse: - $ref: '#/components/examples/Data_views_get_data_view_response' + $ref: "#/components/examples/Data_views_get_data_view_response" schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' + $ref: "#/components/schemas/Data_views_data_view_response_object" description: Indicates a successful call. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_404_response' + $ref: "#/components/schemas/Data_views_404_response" description: Object is not found. summary: Get a data view tags: @@ -8302,29 +8302,29 @@ paths: post: operationId: updateDataViewDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" + - $ref: "#/components/parameters/Data_views_view_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateDataViewRequest: - $ref: '#/components/examples/Data_views_update_data_view_request' + $ref: "#/components/examples/Data_views_update_data_view_request" schema: - $ref: '#/components/schemas/Data_views_update_data_view_request_object' + $ref: "#/components/schemas/Data_views_update_data_view_request_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' + $ref: "#/components/schemas/Data_views_data_view_response_object" description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Update a data view tags: @@ -8336,14 +8336,14 @@ paths: customDescription, and format. operationId: updateFieldsMetadataDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" + - $ref: "#/components/parameters/Data_views_view_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateFieldsMetadataRequest: - $ref: '#/components/examples/Data_views_update_field_metadata_request' + $ref: "#/components/examples/Data_views_update_field_metadata_request" schema: type: object properties: @@ -8354,7 +8354,7 @@ paths: - fields required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8363,11 +8363,11 @@ paths: acknowledged: type: boolean description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Update data view fields metadata tags: @@ -8376,14 +8376,14 @@ paths: post: operationId: createRuntimeFieldDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" + - $ref: "#/components/parameters/Data_views_view_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: createRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_create_runtime_field_request' + $ref: "#/components/examples/Data_views_create_runtime_field_request" schema: type: object properties: @@ -8400,7 +8400,7 @@ paths: - runtimeField required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8412,7 +8412,7 @@ paths: put: operationId: createUpdateRuntimeFieldDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" - description: | The ID of the data view fields you want to update. in: path @@ -8425,7 +8425,7 @@ paths: application/json; Elastic-Api-Version=2023-10-31: examples: updateRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_create_runtime_field_request' + $ref: "#/components/examples/Data_views_create_runtime_field_request" schema: type: object properties: @@ -8442,7 +8442,7 @@ paths: - runtimeField required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8455,11 +8455,11 @@ paths: type: object type: array description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Create or update a runtime field tags: @@ -8468,16 +8468,16 @@ paths: delete: operationId: deleteRuntimeFieldDefault parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_field_name" + - $ref: "#/components/parameters/Data_views_view_id" responses: - '200': + "200": description: Indicates a successful call. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_404_response' + $ref: "#/components/schemas/Data_views_404_response" description: Object is not found. summary: Delete a runtime field from a data view tags: @@ -8485,15 +8485,15 @@ paths: get: operationId: getRuntimeFieldDefault parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_field_name" + - $ref: "#/components/parameters/Data_views_view_id" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: getRuntimeFieldResponse: - $ref: '#/components/examples/Data_views_get_runtime_field_response' + $ref: "#/components/examples/Data_views_get_runtime_field_response" schema: type: object properties: @@ -8504,11 +8504,11 @@ paths: type: object type: array description: Indicates a successful call. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_404_response' + $ref: "#/components/schemas/Data_views_404_response" description: Object is not found. summary: Get a runtime field tags: @@ -8516,14 +8516,14 @@ paths: post: operationId: updateRuntimeFieldDefault parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: "#/components/parameters/Data_views_field_name" + - $ref: "#/components/parameters/Data_views_view_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: updateRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_update_runtime_field_request' + $ref: "#/components/examples/Data_views_update_runtime_field_request" schema: type: object properties: @@ -8540,13 +8540,13 @@ paths: - runtimeField required: true responses: - '200': + "200": description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Update a runtime field tags: @@ -8555,7 +8555,7 @@ paths: get: operationId: getDefaultDataViewDefault responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: @@ -8568,11 +8568,11 @@ paths: data_view_id: type: string description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Get the default data view tags: @@ -8580,13 +8580,13 @@ paths: post: operationId: setDefaultDatailViewDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: setDefaultDataViewRequest: - $ref: '#/components/examples/Data_views_set_default_data_view_request' + $ref: "#/components/examples/Data_views_set_default_data_view_request" schema: type: object properties: @@ -8605,7 +8605,7 @@ paths: - data_view_id required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8614,11 +8614,11 @@ paths: acknowledged: type: boolean description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: "#/components/schemas/Data_views_400_response" description: Bad request summary: Set the default data view tags: @@ -8631,18 +8631,18 @@ paths: Practicing with a backup is recommended. operationId: swapDataViewsDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: swapDataViewRequest: - $ref: '#/components/examples/Data_views_swap_data_view_request' + $ref: "#/components/examples/Data_views_swap_data_view_request" schema: - $ref: '#/components/schemas/Data_views_swap_data_view_request_object' + $ref: "#/components/schemas/Data_views_swap_data_view_request_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8677,7 +8677,7 @@ paths: view identifier to another. operationId: previewSwapDataViewsDefault parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: "#/components/parameters/Data_views_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -8686,10 +8686,10 @@ paths: $ref: >- #/components/examples/Data_views_preview_swap_data_view_request schema: - $ref: '#/components/schemas/Data_views_swap_data_view_request_object' + $ref: "#/components/schemas/Data_views_swap_data_view_request_object" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8714,7 +8714,7 @@ paths: delete: operationId: DeleteAlertsIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8725,30 +8725,30 @@ paths: required: - acknowledged description: Successful response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Not enough permissions response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: string description: Index does not exist response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Delete an alerts index tags: @@ -8757,7 +8757,7 @@ paths: get: operationId: ReadAlertsIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8772,30 +8772,30 @@ paths: - name - index_mapping_outdated description: Successful response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Not enough permissions response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Reads the alert index name if it exists tags: @@ -8804,7 +8804,7 @@ paths: post: operationId: CreateAlertsIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8815,30 +8815,30 @@ paths: required: - acknowledged description: Successful response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Not enough permissions response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Create an alerts index tags: @@ -8857,7 +8857,7 @@ paths: detection engine rules. operationId: ReadPrivileges responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -8871,18 +8871,18 @@ paths: - is_authenticated - has_encryption_key description: Successful response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Returns user privileges for the Kibana space tags: @@ -8898,19 +8898,19 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" - description: The rule's `rule_id` value. in: query name: rule_id required: false schema: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" description: Indicates a successful call. summary: Delete a detection rule tags: @@ -8925,19 +8925,19 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" - description: The rule's `rule_id` value. in: query name: rule_id required: false schema: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" description: Indicates a successful call. summary: Retrieve a detection rule tags: @@ -8952,14 +8952,14 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RulePatchProps' + $ref: "#/components/schemas/Security_Detections_API_RulePatchProps" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" description: Indicates a successful call. summary: Patch a detection rule tags: @@ -8972,14 +8972,14 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleCreateProps' + $ref: "#/components/schemas/Security_Detections_API_RuleCreateProps" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" description: Indicates a successful call. summary: Create a detection rule tags: @@ -8998,14 +8998,14 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleUpdateProps' + $ref: "#/components/schemas/Security_Detections_API_RuleUpdateProps" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" description: Indicates a successful call. summary: Update a detection rule tags: @@ -9030,18 +9030,18 @@ paths: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - - $ref: '#/components/schemas/Security_Detections_API_BulkDeleteRules' + - $ref: "#/components/schemas/Security_Detections_API_BulkDeleteRules" - $ref: >- #/components/schemas/Security_Detections_API_BulkDisableRules - - $ref: '#/components/schemas/Security_Detections_API_BulkEnableRules' - - $ref: '#/components/schemas/Security_Detections_API_BulkExportRules' + - $ref: "#/components/schemas/Security_Detections_API_BulkEnableRules" + - $ref: "#/components/schemas/Security_Detections_API_BulkExportRules" - $ref: >- #/components/schemas/Security_Detections_API_BulkDuplicateRules - $ref: >- #/components/schemas/Security_Detections_API_BulkManualRuleRun - - $ref: '#/components/schemas/Security_Detections_API_BulkEditRules' + - $ref: "#/components/schemas/Security_Detections_API_BulkEditRules" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9065,12 +9065,12 @@ paths: application/json; Elastic-Api-Version=2023-10-31: schema: items: - $ref: '#/components/schemas/Security_Detections_API_RuleCreateProps' + $ref: "#/components/schemas/Security_Detections_API_RuleCreateProps" type: array description: A JSON array of rules, where each rule contains the required fields. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9094,7 +9094,7 @@ paths: type: object properties: id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" rule_id: $ref: >- #/components/schemas/Security_Detections_API_RuleSignatureId @@ -9104,14 +9104,14 @@ paths: delete. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_BulkCrudRulesResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9121,18 +9121,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Delete multiple detection rules tags: @@ -9150,7 +9150,7 @@ paths: type: object properties: id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" rule_id: $ref: >- #/components/schemas/Security_Detections_API_RuleSignatureId @@ -9160,14 +9160,14 @@ paths: delete. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_BulkCrudRulesResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9177,18 +9177,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Delete multiple detection rules tags: @@ -9206,12 +9206,12 @@ paths: application/json; Elastic-Api-Version=2023-10-31: schema: items: - $ref: '#/components/schemas/Security_Detections_API_RulePatchProps' + $ref: "#/components/schemas/Security_Detections_API_RulePatchProps" type: array description: A JSON array of rules, where each rule contains the required fields. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9237,14 +9237,14 @@ paths: application/json; Elastic-Api-Version=2023-10-31: schema: items: - $ref: '#/components/schemas/Security_Detections_API_RuleUpdateProps' + $ref: "#/components/schemas/Security_Detections_API_RuleUpdateProps" type: array description: >- A JSON array where each element includes the `id` or `rule_id` field of the rule you want to update and the fields you want to modify. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9308,7 +9308,7 @@ paths: - objects required: false responses: - '200': + "200": content: application/ndjson; Elastic-Api-Version=2023-10-31: schema: @@ -9345,13 +9345,13 @@ paths: name: sort_field required: false schema: - $ref: '#/components/schemas/Security_Detections_API_FindRulesSortField' + $ref: "#/components/schemas/Security_Detections_API_FindRulesSortField" - description: Sort order in: query name: sort_order required: false schema: - $ref: '#/components/schemas/Security_Detections_API_SortOrder' + $ref: "#/components/schemas/Security_Detections_API_SortOrder" - description: Page number in: query name: page @@ -9369,7 +9369,7 @@ paths: minimum: 0 type: integer responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9453,7 +9453,7 @@ paths: type: string required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9462,7 +9462,7 @@ paths: properties: action_connectors_errors: items: - $ref: '#/components/schemas/Security_Detections_API_ErrorSchema' + $ref: "#/components/schemas/Security_Detections_API_ErrorSchema" type: array action_connectors_success: type: boolean @@ -9476,11 +9476,11 @@ paths: type: array errors: items: - $ref: '#/components/schemas/Security_Detections_API_ErrorSchema' + $ref: "#/components/schemas/Security_Detections_API_ErrorSchema" type: array exceptions_errors: items: - $ref: '#/components/schemas/Security_Detections_API_ErrorSchema' + $ref: "#/components/schemas/Security_Detections_API_ErrorSchema" type: array exceptions_success: type: boolean @@ -9522,7 +9522,7 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Exceptions_API_RuleId' + $ref: "#/components/schemas/Security_Exceptions_API_RuleId" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -9539,7 +9539,7 @@ paths: description: Rule exception list items required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9548,7 +9548,7 @@ paths: #/components/schemas/Security_Exceptions_API_ExceptionListItem type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9558,25 +9558,25 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Create rule exception list items tags: @@ -9586,7 +9586,7 @@ paths: description: Install and update all Elastic prebuilt detection rules and Timelines. operationId: InstallPrebuiltRulesAndTimelines responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9626,7 +9626,7 @@ paths: Timelines. operationId: ReadPrebuiltRulesAndTimelinesStatus responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9742,7 +9742,7 @@ paths: will be applied required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9761,7 +9761,7 @@ paths: required: - logs description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9771,18 +9771,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Preview rule alerts generated on specified time range tags: @@ -9802,19 +9802,19 @@ paths: type: object properties: assignees: - $ref: '#/components/schemas/Security_Detections_API_AlertAssignees' + $ref: "#/components/schemas/Security_Detections_API_AlertAssignees" description: Details about the assignees to assign and unassign. ids: - $ref: '#/components/schemas/Security_Detections_API_AlertIds' + $ref: "#/components/schemas/Security_Detections_API_AlertIds" description: List of alerts ids to assign and unassign passed assignees. required: - assignees - ids required: true responses: - '200': + "200": description: Indicates a successful call. - '400': + "400": description: Invalid request. summary: Assign and unassign users from detection alerts tags: @@ -9846,7 +9846,7 @@ paths: description: Array of `migration_id`s to finalize required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9855,7 +9855,7 @@ paths: #/components/schemas/Security_Detections_API_MigrationFinalizationResult type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9865,18 +9865,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Finalize detection alert migrations tags: @@ -9918,7 +9918,7 @@ paths: description: Array of `migration_id`s to cleanup required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9927,7 +9927,7 @@ paths: #/components/schemas/Security_Detections_API_MigrationCleanupResult type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -9937,18 +9937,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Clean up detection alert migrations tags: @@ -9983,7 +9983,7 @@ paths: description: Alerts migration parameters required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10002,7 +10002,7 @@ paths: required: - indices description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10012,18 +10012,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Initiate a detection alert migration tags: @@ -10050,7 +10050,7 @@ paths: format: date-math type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10064,7 +10064,7 @@ paths: required: - indices description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10074,18 +10074,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Retrieve the status of detection alert migrations tags: @@ -10126,13 +10126,13 @@ paths: minimum: 0 type: integer sort: - $ref: '#/components/schemas/Security_Detections_API_AlertsSort' + $ref: "#/components/schemas/Security_Detections_API_AlertsSort" track_total_hits: type: boolean description: Search and/or aggregation query required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10140,7 +10140,7 @@ paths: description: Elasticsearch search response type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10150,18 +10150,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Find and/or aggregate detection alerts tags: @@ -10185,7 +10185,7 @@ paths: to select alerts required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10193,7 +10193,7 @@ paths: description: Elasticsearch update by query response type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10203,18 +10203,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Set a detection alert status tags: @@ -10234,9 +10234,9 @@ paths: type: object properties: ids: - $ref: '#/components/schemas/Security_Detections_API_AlertIds' + $ref: "#/components/schemas/Security_Detections_API_AlertIds" tags: - $ref: '#/components/schemas/Security_Detections_API_SetAlertTags' + $ref: "#/components/schemas/Security_Detections_API_SetAlertTags" required: - ids - tags @@ -10245,7 +10245,7 @@ paths: will be applied required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10253,7 +10253,7 @@ paths: description: Elasticsearch update by query response type: object description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10263,18 +10263,18 @@ paths: - $ref: >- #/components/schemas/Security_Detections_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Detections_API_PlatformErrorResponse description: Unsuccessful authentication response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Detections_API_SiemErrorResponse" description: Internal server error response summary: Add and remove detection alert tags tags: @@ -10285,11 +10285,11 @@ paths: description: List all unique tags from all detection rules. operationId: ReadTags responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" description: Indicates a successful call summary: List all detection rule tags tags: @@ -10339,12 +10339,12 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: rotateEncryptionKeyResponse: - $ref: '#/components/examples/Saved_objects_key_rotation_response' + $ref: "#/components/examples/Saved_objects_key_rotation_response" schema: type: object properties: @@ -10373,13 +10373,13 @@ paths: of the key Kibana used for encryption. type: number description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request - '429': + "429": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10396,14 +10396,14 @@ paths: is returned. operationId: CreateEndpointList responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_EndpointList description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10413,21 +10413,21 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10459,14 +10459,14 @@ paths: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemHumanId responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_EndpointListItem description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10476,28 +10476,28 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Endpoint list item not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10528,7 +10528,7 @@ paths: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemHumanId responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10537,7 +10537,7 @@ paths: #/components/schemas/Security_Endpoint_Exceptions_API_EndpointListItem type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10547,28 +10547,28 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Endpoint list item not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10627,14 +10627,14 @@ paths: description: Exception list item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_EndpointListItem description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10644,28 +10644,28 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Endpoint list item already exists - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10730,14 +10730,14 @@ paths: description: Exception list item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_EndpointListItem description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10747,28 +10747,28 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Endpoint list item not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10825,7 +10825,7 @@ paths: - asc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10853,7 +10853,7 @@ paths: - per_page - total description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10863,28 +10863,28 @@ paths: - $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Invalid input data - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_PlatformErrorResponse description: Insufficient privileges - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_SiemErrorResponse description: Endpoint list not found - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10906,7 +10906,7 @@ paths: $ref: >- #/components/schemas/Security_Endpoint_Management_API_GetEndpointActionListRouteQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10926,7 +10926,7 @@ paths: name: agent_id required: true schema: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentId' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentId" - in: query name: query required: true @@ -10934,7 +10934,7 @@ paths: $ref: >- #/components/schemas/Security_Endpoint_Management_API_ActionLogRequestQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10956,9 +10956,9 @@ paths: type: object properties: agent_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentIds" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -10979,7 +10979,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11005,7 +11005,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11031,7 +11031,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11053,7 +11053,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_ExecuteRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11075,7 +11075,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_GetFileRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11099,7 +11099,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_IsolateRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11121,7 +11121,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_KillProcessRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11143,7 +11143,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_GetProcessesRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11165,7 +11165,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_ScanRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11182,7 +11182,7 @@ paths: enabled. operationId: EndpointGetActionsState responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11204,7 +11204,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_SuspendProcessRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11226,7 +11226,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_UnisolateRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11248,7 +11248,7 @@ paths: #/components/schemas/Security_Endpoint_Management_API_UploadRouteRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11297,14 +11297,14 @@ paths: - endpoint_ids required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Management_API_SuccessResponse description: OK - '308': + "308": description: Permanent Redirect headers: Location: @@ -11326,7 +11326,7 @@ paths: $ref: >- #/components/schemas/Security_Endpoint_Management_API_ListRequestQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11346,7 +11346,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11361,7 +11361,7 @@ paths: deprecated: true operationId: GetEndpointMetadataTransform responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11382,9 +11382,9 @@ paths: type: object properties: agentId: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentId' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11411,7 +11411,7 @@ paths: nullable: true type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11431,7 +11431,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11459,7 +11459,7 @@ paths: type: string required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11497,7 +11497,7 @@ paths: - parameters required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11546,14 +11546,14 @@ paths: - endpoint_ids required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Endpoint_Management_API_SuccessResponse description: OK - '308': + "308": description: Permanent Redirect headers: Location: @@ -11568,7 +11568,7 @@ paths: get: operationId: ListEntityEngines responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11594,7 +11594,7 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" - description: Control flag to also delete the entity data. in: query name: data @@ -11602,7 +11602,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11622,9 +11622,9 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11643,7 +11643,7 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -11662,7 +11662,7 @@ paths: description: Schema for the engine initialization required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11681,9 +11681,9 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11704,9 +11704,9 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11742,9 +11742,9 @@ paths: name: entityType required: true schema: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11760,7 +11760,7 @@ paths: post: operationId: ApplyEntityEngineDataviewIndices responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11774,7 +11774,7 @@ paths: success: type: boolean description: Successful response - '207': + "207": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11792,7 +11792,7 @@ paths: success: type: boolean description: Partial successful response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11848,10 +11848,10 @@ paths: required: true schema: items: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11894,13 +11894,13 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" - description: Either `id` or `list_id` must be specified in: query name: list_id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" - in: query name: namespace_type required: false @@ -11909,13 +11909,13 @@ paths: #/components/schemas/Security_Exceptions_API_ExceptionNamespaceType default: single responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11925,31 +11925,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Delete an exception list tags: @@ -11963,13 +11963,13 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" - description: Either `id` or `list_id` must be specified in: query name: list_id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" - in: query name: namespace_type required: false @@ -11978,13 +11978,13 @@ paths: #/components/schemas/Security_Exceptions_API_ExceptionNamespaceType default: single responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -11994,31 +11994,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Get exception list details tags: @@ -12081,13 +12081,13 @@ paths: description: Exception list's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12097,31 +12097,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list already exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Create an exception list tags: @@ -12141,7 +12141,7 @@ paths: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListDescription id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" list_id: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListHumanId @@ -12175,13 +12175,13 @@ paths: description: Exception list's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12191,31 +12191,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Update an exception list tags: @@ -12230,7 +12230,7 @@ paths: name: list_id required: true schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" - in: query name: namespace_type required: true @@ -12244,19 +12244,19 @@ paths: name: include_expired_exceptions required: true schema: - default: 'true' + default: "true" enum: - - 'true' - - 'false' + - "true" + - "false" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12266,31 +12266,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '405': + "405": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list to duplicate not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Duplicate an exception list tags: @@ -12305,13 +12305,13 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" - description: Exception list's human identifier in: query name: list_id required: true schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" - in: query name: namespace_type required: true @@ -12325,13 +12325,13 @@ paths: name: include_expired_exceptions required: true schema: - default: 'true' + default: "true" enum: - - 'true' - - 'false' + - "true" + - "false" type: string responses: - '200': + "200": content: application/ndjson; Elastic-Api-Version=2023-10-31: schema: @@ -12341,7 +12341,7 @@ paths: format: binary type: string description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12351,31 +12351,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Export an exception list tags: @@ -12449,7 +12449,7 @@ paths: - asc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12475,7 +12475,7 @@ paths: - per_page - total description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12485,25 +12485,25 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Get exception lists tags: @@ -12563,7 +12563,7 @@ paths: type: string required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12596,7 +12596,7 @@ paths: - success_exception_list_items - success_count_exception_list_items description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12606,25 +12606,25 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Import an exception list tags: @@ -12639,7 +12639,7 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemId" - description: Either `id` or `item_id` must be specified in: query name: item_id @@ -12655,13 +12655,13 @@ paths: #/components/schemas/Security_Exceptions_API_ExceptionNamespaceType default: single responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItem' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12671,31 +12671,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Delete an exception list item tags: @@ -12711,7 +12711,7 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemId" - description: Either `id` or `item_id` must be specified in: query name: item_id @@ -12727,13 +12727,13 @@ paths: #/components/schemas/Security_Exceptions_API_ExceptionNamespaceType default: single responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItem' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12743,31 +12743,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Get an exception list item tags: @@ -12836,13 +12836,13 @@ paths: description: Exception list item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItem' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12852,31 +12852,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list item already exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Create an exception list item tags: @@ -12944,13 +12944,13 @@ paths: description: Exception list item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItem' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -12960,31 +12960,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Update an exception list item tags: @@ -13056,7 +13056,7 @@ paths: name: sort_field required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" - description: Determines the sort order, which can be `desc` or `asc` in: query name: sort_order @@ -13067,7 +13067,7 @@ paths: - asc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13095,7 +13095,7 @@ paths: - per_page - total description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13105,31 +13105,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Get exception list items tags: @@ -13144,13 +13144,13 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" - description: Exception list's human readable identifier in: query name: list_id required: false schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" - in: query name: namespace_type required: false @@ -13165,7 +13165,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13184,7 +13184,7 @@ paths: minimum: 0 type: integer description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13194,31 +13194,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Get an exception list summary tags: @@ -13256,13 +13256,13 @@ paths: - description required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionList' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionList" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13272,31 +13272,31 @@ paths: - $ref: >- #/components/schemas/Security_Exceptions_API_SiemErrorResponse description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Exceptions_API_PlatformErrorResponse description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Exception list already exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Exceptions_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Exceptions_API_SiemErrorResponse" description: Internal server error response summary: Create a shared exception list tags: @@ -13310,12 +13310,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13359,7 +13359,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13375,7 +13375,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent binary download sources post: @@ -13386,16 +13386,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -13424,7 +13424,7 @@ paths: - name - host responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13457,7 +13457,7 @@ paths: - host required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13473,7 +13473,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent binary download sources /api/fleet/agent_download_sources/{sourceId}: @@ -13485,16 +13485,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: sourceId @@ -13502,7 +13502,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13513,7 +13513,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13529,7 +13529,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent binary download sources get: @@ -13540,9 +13540,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: sourceId @@ -13550,7 +13550,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13583,7 +13583,7 @@ paths: - host required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13599,7 +13599,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent binary download sources put: @@ -13610,16 +13610,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: sourceId @@ -13653,7 +13653,7 @@ paths: - name - host responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13686,7 +13686,7 @@ paths: - host required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -13702,7 +13702,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent binary download sources /api/fleet/agent_policies: @@ -13714,9 +13714,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -13779,7 +13779,7 @@ paths: - legacy type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -14301,7 +14301,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -14317,7 +14317,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies post: @@ -14328,16 +14328,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: sys_monitoring @@ -14524,7 +14524,7 @@ paths: - name - namespace responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -15035,7 +15035,7 @@ paths: - revision required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -15051,7 +15051,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/_bulk_get: @@ -15063,16 +15063,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: format @@ -15102,7 +15102,7 @@ paths: required: - ids responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -15615,7 +15615,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -15631,7 +15631,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/{agentPolicyId}: @@ -15643,9 +15643,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentPolicyId @@ -15661,7 +15661,7 @@ paths: - legacy type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -16172,7 +16172,7 @@ paths: - revision required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -16188,7 +16188,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies put: @@ -16199,16 +16199,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentPolicyId @@ -16403,7 +16403,7 @@ paths: - name - namespace responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -16914,7 +16914,7 @@ paths: - revision required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -16930,7 +16930,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/{agentPolicyId}/copy: @@ -16942,16 +16942,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentPolicyId @@ -16981,7 +16981,7 @@ paths: required: - name responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17492,7 +17492,7 @@ paths: - revision required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17508,7 +17508,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/{agentPolicyId}/download: @@ -17520,9 +17520,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentPolicyId @@ -17545,12 +17545,12 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: string - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17566,7 +17566,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17582,7 +17582,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/{agentPolicyId}/full: @@ -17594,9 +17594,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentPolicyId @@ -17619,7 +17619,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17898,7 +17898,7 @@ paths: - inputs required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -17914,7 +17914,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/{agentPolicyId}/outputs: @@ -17926,9 +17926,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentPolicyId @@ -17936,7 +17936,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18002,7 +18002,7 @@ paths: - data required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18018,7 +18018,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/delete: @@ -18030,16 +18030,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -18058,7 +18058,7 @@ paths: required: - agentPolicyId responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18072,7 +18072,7 @@ paths: required: - id - name - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18088,7 +18088,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_policies/outputs: @@ -18100,16 +18100,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -18126,7 +18126,7 @@ paths: required: - ids responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18194,7 +18194,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18210,7 +18210,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/agent_status: @@ -18222,9 +18222,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: policyId @@ -18246,7 +18246,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18290,7 +18290,7 @@ paths: - active required: - results - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18306,7 +18306,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent status /api/fleet/agent_status/data: @@ -18318,9 +18318,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: agentsIds @@ -18338,7 +18338,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18363,7 +18363,7 @@ paths: required: - items - dataPreview - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18379,7 +18379,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents: @@ -18391,9 +18391,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -18450,7 +18450,7 @@ paths: - desc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18750,7 +18750,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18766,7 +18766,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents post: @@ -18777,16 +18777,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -18802,7 +18802,7 @@ paths: required: - actionIds responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18815,7 +18815,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18831,7 +18831,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/{agentId}: @@ -18843,16 +18843,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -18860,7 +18860,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18873,7 +18873,7 @@ paths: type: string required: - action - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -18889,7 +18889,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents get: @@ -18900,9 +18900,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentId @@ -18916,7 +18916,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19201,7 +19201,7 @@ paths: - local_metadata required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19217,7 +19217,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents put: @@ -19228,16 +19228,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19259,7 +19259,7 @@ paths: additionalProperties: {} type: object responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19544,7 +19544,7 @@ paths: - local_metadata required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19560,7 +19560,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/{agentId}/actions: @@ -19572,16 +19572,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19639,7 +19639,7 @@ paths: required: - action responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19689,7 +19689,7 @@ paths: - agents required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19705,7 +19705,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/{agentId}/reassign: @@ -19717,16 +19717,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19745,14 +19745,14 @@ paths: required: - policy_id responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: additionalProperties: false type: object properties: {} - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19768,7 +19768,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/{agentId}/request_diagnostics: @@ -19780,16 +19780,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19811,7 +19811,7 @@ paths: type: string type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19822,7 +19822,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19838,7 +19838,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/{agentId}/unenroll: @@ -19850,16 +19850,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19879,7 +19879,7 @@ paths: revoke: type: boolean responses: {} - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/{agentId}/upgrade: @@ -19891,16 +19891,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: agentId @@ -19925,14 +19925,14 @@ paths: required: - version responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: additionalProperties: false type: object properties: {} - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -19948,7 +19948,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/{agentId}/uploads: @@ -19960,9 +19960,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: agentId @@ -19970,7 +19970,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20013,7 +20013,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20029,7 +20029,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/action_status: @@ -20041,9 +20041,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -20074,7 +20074,7 @@ paths: default: 5 type: number responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20181,7 +20181,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20197,7 +20197,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/actions/{actionId}/cancel: @@ -20209,16 +20209,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: actionId @@ -20226,7 +20226,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20276,7 +20276,7 @@ paths: - agents required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20292,7 +20292,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/available_versions: @@ -20304,12 +20304,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20322,7 +20322,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20338,7 +20338,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/bulk_reassign: @@ -20350,16 +20350,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -20385,7 +20385,7 @@ paths: - policy_id - agents responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20396,7 +20396,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20412,7 +20412,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/bulk_request_diagnostics: @@ -20424,16 +20424,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -20459,7 +20459,7 @@ paths: required: - agents responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20470,7 +20470,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20486,7 +20486,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/bulk_unenroll: @@ -20498,16 +20498,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -20540,7 +20540,7 @@ paths: required: - agents responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20551,7 +20551,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20567,7 +20567,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/bulk_update_agent_tags: @@ -20579,16 +20579,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -20619,7 +20619,7 @@ paths: required: - agents responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20630,7 +20630,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20646,7 +20646,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/bulk_upgrade: @@ -20658,16 +20658,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -20704,7 +20704,7 @@ paths: - agents - version responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20715,7 +20715,7 @@ paths: type: string required: - actionId - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20731,7 +20731,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent actions /api/fleet/agents/files/{fileId}: @@ -20743,16 +20743,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: fileId @@ -20760,7 +20760,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20774,7 +20774,7 @@ paths: required: - id - deleted - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20790,7 +20790,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/files/{fileId}/{fileName}: @@ -20802,9 +20802,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: fileId @@ -20817,12 +20817,12 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20838,7 +20838,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/setup: @@ -20850,12 +20850,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20894,7 +20894,7 @@ paths: - isReady - missing_requirements - missing_optional_features - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20910,7 +20910,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents post: @@ -20921,19 +20921,19 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20963,7 +20963,7 @@ paths: required: - isInitialized - nonFatalErrors - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -20979,7 +20979,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/agents/tags: @@ -20991,9 +20991,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: kuery @@ -21007,7 +21007,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21020,7 +21020,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21036,7 +21036,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agents /api/fleet/check-permissions: @@ -21048,9 +21048,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: fleetServerSetup @@ -21058,7 +21058,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21075,7 +21075,7 @@ paths: type: boolean required: - success - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21091,7 +21091,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet internals /api/fleet/data_streams: @@ -21103,12 +21103,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21180,7 +21180,7 @@ paths: type: array required: - data_streams - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21196,7 +21196,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Data streams /api/fleet/enrollment_api_keys: @@ -21208,9 +21208,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -21230,7 +21230,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21324,7 +21324,7 @@ paths: - page - perPage - list - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21340,7 +21340,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet enrollment API keys post: @@ -21351,16 +21351,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -21378,7 +21378,7 @@ paths: required: - policy_id responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21427,7 +21427,7 @@ paths: required: - item - action - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21443,7 +21443,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet enrollment API keys /api/fleet/enrollment_api_keys/{keyId}: @@ -21455,16 +21455,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: keyId @@ -21472,7 +21472,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21485,7 +21485,7 @@ paths: type: string required: - action - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21501,7 +21501,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet enrollment API keys get: @@ -21512,9 +21512,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: keyId @@ -21522,7 +21522,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21566,7 +21566,7 @@ paths: - created_at required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21582,7 +21582,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet enrollment API keys /api/fleet/enrollment-api-keys: @@ -21593,9 +21593,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -21615,7 +21615,7 @@ paths: schema: type: string responses: {} - summary: '' + summary: "" tags: [] post: operationId: post-fleet-enrollment-api-keys-2 @@ -21624,16 +21624,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -21651,7 +21651,7 @@ paths: required: - policy_id responses: {} - summary: '' + summary: "" tags: [] /api/fleet/enrollment-api-keys/{keyId}: delete: @@ -21661,16 +21661,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: keyId @@ -21678,7 +21678,7 @@ paths: schema: type: string responses: {} - summary: '' + summary: "" tags: [] get: operationId: get-fleet-enrollment-api-keys-keyid-2 @@ -21687,9 +21687,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: keyId @@ -21697,7 +21697,7 @@ paths: schema: type: string responses: {} - summary: '' + summary: "" tags: [] /api/fleet/epm/bulk_assets: post: @@ -21708,16 +21708,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -21742,7 +21742,7 @@ paths: required: - assetIds responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21779,7 +21779,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21795,7 +21795,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/categories: @@ -21807,9 +21807,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: prerelease @@ -21827,7 +21827,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21877,7 +21877,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -21893,7 +21893,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/custom_integrations: @@ -21905,16 +21905,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -21950,7 +21950,7 @@ paths: - integrationName - datasets responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22073,7 +22073,7 @@ paths: required: - items - _meta - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22089,7 +22089,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/data_streams: @@ -22101,9 +22101,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: type @@ -22137,7 +22137,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22156,7 +22156,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22172,7 +22172,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Data streams /api/fleet/epm/packages: @@ -22184,9 +22184,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: category @@ -22209,7 +22209,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22911,7 +22911,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -22927,7 +22927,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) post: @@ -22938,16 +22938,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: ignoreMappingUpdateErrors @@ -22968,7 +22968,7 @@ paths: format: binary type: string responses: - '200': + "200": content: application/gzip; application/zip; Elastic-Api-Version=2023-10-31: schema: @@ -23091,7 +23091,7 @@ paths: required: - items - _meta - '400': + "400": content: application/gzip; application/zip; Elastic-Api-Version=2023-10-31: schema: @@ -23107,7 +23107,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/_bulk: @@ -23119,16 +23119,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: prerelease @@ -23166,7 +23166,7 @@ paths: required: - packages responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -23374,7 +23374,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -23390,7 +23390,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/{pkgkey}: @@ -23401,16 +23401,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgkey @@ -23430,7 +23430,7 @@ paths: required: - force responses: {} - summary: '' + summary: "" tags: [] get: operationId: get-fleet-epm-packages-pkgkey @@ -23439,9 +23439,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: pkgkey @@ -23470,7 +23470,7 @@ paths: default: false type: boolean responses: {} - summary: '' + summary: "" tags: [] post: operationId: post-fleet-epm-packages-pkgkey @@ -23479,16 +23479,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgkey @@ -23525,7 +23525,7 @@ paths: required: - force responses: {} - summary: '' + summary: "" tags: [] put: operationId: put-fleet-epm-packages-pkgkey @@ -23534,16 +23534,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgkey @@ -23562,7 +23562,7 @@ paths: required: - keepPoliciesUpToDate responses: {} - summary: '' + summary: "" tags: [] /api/fleet/epm/packages/{pkgName}/{pkgVersion}: delete: @@ -23573,16 +23573,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgName @@ -23612,7 +23612,7 @@ paths: required: - force responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -23726,7 +23726,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -23742,7 +23742,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) get: @@ -23753,9 +23753,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: pkgName @@ -23789,7 +23789,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -24611,7 +24611,7 @@ paths: - assets required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -24627,7 +24627,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) post: @@ -24638,16 +24638,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgName @@ -24691,7 +24691,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -24814,7 +24814,7 @@ paths: required: - items - _meta - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -24830,7 +24830,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) put: @@ -24841,16 +24841,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgName @@ -24874,7 +24874,7 @@ paths: required: - keepPoliciesUpToDate responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25688,7 +25688,7 @@ paths: - assets required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25704,7 +25704,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath*}: @@ -25716,9 +25716,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: pkgName @@ -25736,11 +25736,11 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: {} - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25756,7 +25756,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/{pkgName}/{pkgVersion}/transforms/authorize: @@ -25768,16 +25768,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: pkgName @@ -25814,7 +25814,7 @@ paths: required: - transforms responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25833,7 +25833,7 @@ paths: - success - error type: array - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25849,7 +25849,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/{pkgName}/stats: @@ -25861,9 +25861,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: pkgName @@ -25871,7 +25871,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25888,7 +25888,7 @@ paths: - agent_policy_count required: - response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -25904,7 +25904,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/installed: @@ -25916,9 +25916,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: dataStreamType @@ -25966,7 +25966,7 @@ paths: - desc type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26042,7 +26042,7 @@ paths: required: - items - total - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26058,7 +26058,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/packages/limited: @@ -26070,12 +26070,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26093,7 +26093,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26109,7 +26109,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs: @@ -26121,9 +26121,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: pkgName @@ -26156,7 +26156,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26201,7 +26201,7 @@ paths: type: array required: - inputs - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26217,7 +26217,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/epm/verification_key_id: @@ -26229,12 +26229,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26246,7 +26246,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26262,7 +26262,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Package Manager (EPM) /api/fleet/fleet_server_hosts: @@ -26274,12 +26274,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26327,7 +26327,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26343,7 +26343,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet Server hosts post: @@ -26354,16 +26354,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -26396,7 +26396,7 @@ paths: - name - host_urls responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26433,7 +26433,7 @@ paths: - host_urls required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26449,7 +26449,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet Server hosts /api/fleet/fleet_server_hosts/{itemId}: @@ -26461,16 +26461,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: itemId @@ -26478,7 +26478,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26489,7 +26489,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26505,7 +26505,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet Server hosts get: @@ -26516,9 +26516,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: itemId @@ -26526,7 +26526,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26563,7 +26563,7 @@ paths: - host_urls required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26579,7 +26579,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet Server hosts put: @@ -26590,16 +26590,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: itemId @@ -26630,7 +26630,7 @@ paths: required: - proxy_id responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26667,7 +26667,7 @@ paths: - host_urls required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26683,7 +26683,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet Server hosts /api/fleet/health_check: @@ -26695,16 +26695,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -26721,7 +26721,7 @@ paths: required: - id responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26739,7 +26739,7 @@ paths: type: string required: - status - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26755,7 +26755,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26771,7 +26771,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet internals /api/fleet/kubernetes: @@ -26783,9 +26783,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: download @@ -26803,7 +26803,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26814,7 +26814,7 @@ paths: type: string required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26830,7 +26830,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/kubernetes/download: @@ -26841,9 +26841,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: download @@ -26861,12 +26861,12 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: string - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26882,7 +26882,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26898,7 +26898,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Elastic Agent policies /api/fleet/logstash_api_keys: @@ -26910,19 +26910,19 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26933,7 +26933,7 @@ paths: type: string required: - api_key - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26949,7 +26949,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs /api/fleet/message_signing_service/rotate_key_pair: @@ -26961,16 +26961,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: acknowledge @@ -26979,7 +26979,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -26990,7 +26990,7 @@ paths: type: string required: - message - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -27006,7 +27006,7 @@ paths: type: number required: - message - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -27022,7 +27022,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Message Signing Service /api/fleet/outputs: @@ -27034,12 +27034,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -27763,7 +27763,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -27779,7 +27779,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs post: @@ -27790,16 +27790,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -28509,7 +28509,7 @@ paths: - username - password responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -29222,7 +29222,7 @@ paths: - password required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -29238,7 +29238,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs /api/fleet/outputs/{outputId}: @@ -29250,16 +29250,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: outputId @@ -29267,7 +29267,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -29278,7 +29278,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -29294,7 +29294,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -29310,7 +29310,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs get: @@ -29321,9 +29321,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: outputId @@ -29331,7 +29331,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -30044,7 +30044,7 @@ paths: - password required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -30060,7 +30060,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs put: @@ -30071,16 +30071,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: outputId @@ -30774,7 +30774,7 @@ paths: - username - password responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -31487,7 +31487,7 @@ paths: - password required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -31503,7 +31503,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs /api/fleet/outputs/{outputId}/health: @@ -31515,9 +31515,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: outputId @@ -31525,7 +31525,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -31545,7 +31545,7 @@ paths: - state - message - timestamp - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -31561,7 +31561,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet outputs /api/fleet/package_policies: @@ -31573,9 +31573,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: query name: page @@ -31624,7 +31624,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -32051,7 +32051,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -32067,7 +32067,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies post: @@ -32078,16 +32078,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: format @@ -32524,7 +32524,7 @@ paths: You should use inputs as an object and not use the deprecated inputs array. responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -32937,7 +32937,7 @@ paths: - created_by required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -32953,7 +32953,7 @@ paths: type: number required: - message - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -32969,7 +32969,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/package_policies/_bulk_get: @@ -32981,16 +32981,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: query name: format @@ -33017,7 +33017,7 @@ paths: required: - ids responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33435,7 +33435,7 @@ paths: type: array required: - items - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33451,7 +33451,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33462,7 +33462,7 @@ paths: type: string required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/package_policies/{packagePolicyId}: @@ -33474,16 +33474,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: packagePolicyId @@ -33496,7 +33496,7 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33507,7 +33507,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33523,7 +33523,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies get: @@ -33534,9 +33534,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: packagePolicyId @@ -33552,7 +33552,7 @@ paths: - legacy type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33965,7 +33965,7 @@ paths: - created_by required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33981,7 +33981,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -33992,7 +33992,7 @@ paths: type: string required: - message - summary: '' + summary: "" tags: - Fleet package policies put: @@ -34003,16 +34003,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: packagePolicyId @@ -34443,7 +34443,7 @@ paths: - name - package responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -34856,7 +34856,7 @@ paths: - created_by required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -34872,7 +34872,7 @@ paths: type: number required: - message - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -34888,7 +34888,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/package_policies/delete: @@ -34900,16 +34900,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -34927,7 +34927,7 @@ paths: required: - packagePolicyIds responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35009,7 +35009,7 @@ paths: - policy_ids - package type: array - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35025,7 +35025,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/package_policies/upgrade: @@ -35037,16 +35037,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -35062,7 +35062,7 @@ paths: required: - packagePolicyIds responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35090,7 +35090,7 @@ paths: - id - success type: array - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35106,7 +35106,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/package_policies/upgrade/dryrun: @@ -35118,16 +35118,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -35145,7 +35145,7 @@ paths: required: - packagePolicyIds responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35940,7 +35940,7 @@ paths: required: - hasErrors type: array - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -35956,7 +35956,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet package policies /api/fleet/proxies: @@ -35968,12 +35968,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36027,7 +36027,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36043,7 +36043,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet proxies post: @@ -36054,16 +36054,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -36102,7 +36102,7 @@ paths: - url - name responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36145,7 +36145,7 @@ paths: - name required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36161,7 +36161,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet proxies /api/fleet/proxies/{itemId}: @@ -36173,16 +36173,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: itemId @@ -36190,7 +36190,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36201,7 +36201,7 @@ paths: type: string required: - id - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36217,7 +36217,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet proxies get: @@ -36228,9 +36228,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: itemId @@ -36238,7 +36238,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36281,7 +36281,7 @@ paths: - name required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36297,7 +36297,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet proxies put: @@ -36308,16 +36308,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: itemId @@ -36358,7 +36358,7 @@ paths: - certificate - certificate_key responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36401,7 +36401,7 @@ paths: - name required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36417,7 +36417,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet proxies /api/fleet/service_tokens: @@ -36429,16 +36429,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -36452,7 +36452,7 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36466,7 +36466,7 @@ paths: required: - name - value - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36482,7 +36482,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet service tokens /api/fleet/settings: @@ -36494,12 +36494,12 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36555,7 +36555,7 @@ paths: - id required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36571,7 +36571,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36582,7 +36582,7 @@ paths: type: string required: - message - summary: '' + summary: "" tags: - Fleet internals put: @@ -36593,16 +36593,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -36641,7 +36641,7 @@ paths: prerelease_integrations_enabled: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36697,7 +36697,7 @@ paths: - id required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36713,7 +36713,7 @@ paths: type: number required: - message - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36724,7 +36724,7 @@ paths: type: string required: - message - summary: '' + summary: "" tags: - Fleet internals /api/fleet/setup: @@ -36736,19 +36736,19 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36778,7 +36778,7 @@ paths: required: - isInitialized - nonFatalErrors - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36794,7 +36794,7 @@ paths: type: number required: - message - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36806,7 +36806,7 @@ paths: type: string required: - message - summary: '' + summary: "" tags: - Fleet internals /api/fleet/uninstall_tokens: @@ -36818,9 +36818,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: Partial match filtering for policy IDs in: query @@ -36849,7 +36849,7 @@ paths: minimum: 1 type: number responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36890,7 +36890,7 @@ paths: - total - page - perPage - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36906,7 +36906,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet uninstall tokens /api/fleet/uninstall_tokens/{uninstallTokenId}: @@ -36918,9 +36918,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - in: path name: uninstallTokenId @@ -36928,7 +36928,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36961,7 +36961,7 @@ paths: - token required: - item - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -36977,7 +36977,7 @@ paths: type: number required: - message - summary: '' + summary: "" tags: - Fleet uninstall tokens /api/lists: @@ -36993,7 +36993,7 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - in: query name: deleteReferences required: false @@ -37007,44 +37007,44 @@ paths: default: false type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Delete a list tags: @@ -37058,46 +37058,46 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get list details tags: @@ -37114,13 +37114,13 @@ paths: _version: type: string description: - $ref: '#/components/schemas/Security_Lists_API_ListDescription' + $ref: "#/components/schemas/Security_Lists_API_ListDescription" id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListMetadata" name: - $ref: '#/components/schemas/Security_Lists_API_ListName' + $ref: "#/components/schemas/Security_Lists_API_ListName" version: minimum: 1 type: integer @@ -37129,44 +37129,44 @@ paths: description: List's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Patch a list tags: @@ -37181,19 +37181,19 @@ paths: type: object properties: description: - $ref: '#/components/schemas/Security_Lists_API_ListDescription' + $ref: "#/components/schemas/Security_Lists_API_ListDescription" deserializer: type: string id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListMetadata" name: - $ref: '#/components/schemas/Security_Lists_API_ListName' + $ref: "#/components/schemas/Security_Lists_API_ListName" serializer: type: string type: - $ref: '#/components/schemas/Security_Lists_API_ListType' + $ref: "#/components/schemas/Security_Lists_API_ListType" version: default: 1 minimum: 1 @@ -37205,44 +37205,44 @@ paths: description: List's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List already exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Create a list tags: @@ -37265,13 +37265,13 @@ paths: _version: type: string description: - $ref: '#/components/schemas/Security_Lists_API_ListDescription' + $ref: "#/components/schemas/Security_Lists_API_ListDescription" id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListMetadata" name: - $ref: '#/components/schemas/Security_Lists_API_ListName' + $ref: "#/components/schemas/Security_Lists_API_ListName" version: minimum: 1 type: integer @@ -37282,44 +37282,44 @@ paths: description: List's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Update a list tags: @@ -37348,7 +37348,7 @@ paths: name: sort_field required: false schema: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" - description: Determines the sort order, which can be `desc` or `asc` in: query name: sort_order @@ -37371,7 +37371,7 @@ paths: name: cursor required: false schema: - $ref: '#/components/schemas/Security_Lists_API_FindListsCursor' + $ref: "#/components/schemas/Security_Lists_API_FindListsCursor" - description: > Filters the returned results according to the value of the specified field, @@ -37381,19 +37381,19 @@ paths: name: filter required: false schema: - $ref: '#/components/schemas/Security_Lists_API_FindListsFilter' + $ref: "#/components/schemas/Security_Lists_API_FindListsFilter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object properties: cursor: - $ref: '#/components/schemas/Security_Lists_API_FindListsCursor' + $ref: "#/components/schemas/Security_Lists_API_FindListsCursor" data: items: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" type: array page: minimum: 0 @@ -37411,32 +37411,32 @@ paths: - total - cursor description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get lists tags: @@ -37446,7 +37446,7 @@ paths: description: Delete the `.lists` and `.items` data streams. operationId: DeleteListIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -37457,38 +37457,38 @@ paths: required: - acknowledged description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List data stream not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Delete list data streams tags: @@ -37497,7 +37497,7 @@ paths: description: Verify that `.lists` and `.items` data streams exist. operationId: ReadListIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -37511,38 +37511,38 @@ paths: - list_index - list_item_index description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List data stream(s) not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get status of list data streams tags: @@ -37551,7 +37551,7 @@ paths: description: Create `.lists` and `.items` data streams in the relevant space. operationId: CreateListIndex responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -37562,38 +37562,38 @@ paths: required: - acknowledged description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List data stream exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Create list data streams tags: @@ -37608,13 +37608,13 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: Required if `id` is not specified in: query name: list_id required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: Required if `id` is not specified in: query name: value @@ -37628,55 +37628,55 @@ paths: name: refresh required: false schema: - default: 'false' + default: "false" enum: - - 'true' - - 'false' + - "true" + - "false" - wait_for type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - - $ref: '#/components/schemas/Security_Lists_API_ListItem' + - $ref: "#/components/schemas/Security_Lists_API_ListItem" - items: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Delete a list item tags: @@ -37690,13 +37690,13 @@ paths: name: id required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: Required if `id` is not specified in: query name: list_id required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: Required if `id` is not specified in: query name: value @@ -37704,48 +37704,48 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - - $ref: '#/components/schemas/Security_Lists_API_ListItem' + - $ref: "#/components/schemas/Security_Lists_API_ListItem" - items: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" type: array description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get a list item tags: @@ -37762,63 +37762,63 @@ paths: _version: type: string id: - $ref: '#/components/schemas/Security_Lists_API_ListItemId' + $ref: "#/components/schemas/Security_Lists_API_ListItemId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListItemMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListItemMetadata" refresh: description: >- Determines when changes made by the request are made visible to search enum: - - 'true' - - 'false' + - "true" + - "false" - wait_for type: string value: - $ref: '#/components/schemas/Security_Lists_API_ListItemValue' + $ref: "#/components/schemas/Security_Lists_API_ListItemValue" required: - id description: List item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Patch a list item tags: @@ -37842,66 +37842,66 @@ paths: type: object properties: id: - $ref: '#/components/schemas/Security_Lists_API_ListItemId' + $ref: "#/components/schemas/Security_Lists_API_ListItemId" list_id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListItemMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListItemMetadata" refresh: description: >- Determines when changes made by the request are made visible to search enum: - - 'true' - - 'false' + - "true" + - "false" - wait_for type: string value: - $ref: '#/components/schemas/Security_Lists_API_ListItemValue' + $ref: "#/components/schemas/Security_Lists_API_ListItemValue" required: - list_id - value description: List item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List item already exists response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Create a list item tags: @@ -37924,55 +37924,55 @@ paths: _version: type: string id: - $ref: '#/components/schemas/Security_Lists_API_ListItemId' + $ref: "#/components/schemas/Security_Lists_API_ListItemId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListItemMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListItemMetadata" value: - $ref: '#/components/schemas/Security_Lists_API_ListItemValue' + $ref: "#/components/schemas/Security_Lists_API_ListItemValue" required: - id - value description: List item's properties required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List item not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Update a list item tags: @@ -37987,9 +37987,9 @@ paths: name: list_id required: true schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" responses: - '200': + "200": content: application/ndjson; Elastic-Api-Version=2023-10-31: schema: @@ -37997,38 +37997,38 @@ paths: format: binary type: string description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List not found response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Export list items tags: @@ -38043,7 +38043,7 @@ paths: name: list_id required: true schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: The page number to return in: query name: page @@ -38061,7 +38061,7 @@ paths: name: sort_field required: false schema: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" - description: Determines the sort order, which can be `desc` or `asc` in: query name: sort_order @@ -38084,7 +38084,7 @@ paths: name: cursor required: false schema: - $ref: '#/components/schemas/Security_Lists_API_FindListItemsCursor' + $ref: "#/components/schemas/Security_Lists_API_FindListItemsCursor" - description: > Filters the returned results according to the value of the specified field, @@ -38094,9 +38094,9 @@ paths: name: filter required: false schema: - $ref: '#/components/schemas/Security_Lists_API_FindListItemsFilter' + $ref: "#/components/schemas/Security_Lists_API_FindListItemsFilter" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38107,7 +38107,7 @@ paths: #/components/schemas/Security_Lists_API_FindListItemsCursor data: items: - $ref: '#/components/schemas/Security_Lists_API_ListItem' + $ref: "#/components/schemas/Security_Lists_API_ListItem" type: array page: minimum: 0 @@ -38125,32 +38125,32 @@ paths: - total - cursor description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get list items tags: @@ -38173,7 +38173,7 @@ paths: name: list_id required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" - description: > Type of the importing list. @@ -38184,7 +38184,7 @@ paths: name: type required: false schema: - $ref: '#/components/schemas/Security_Lists_API_ListType' + $ref: "#/components/schemas/Security_Lists_API_ListType" - in: query name: serializer required: false @@ -38203,8 +38203,8 @@ paths: required: false schema: enum: - - 'true' - - 'false' + - "true" + - "false" - wait_for type: string requestBody: @@ -38221,44 +38221,44 @@ paths: type: string required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_List' + $ref: "#/components/schemas/Security_Lists_API_List" description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: List with specified list_id does not exist response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Import list items tags: @@ -38267,7 +38267,7 @@ paths: get: operationId: ReadListPrivileges responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38276,40 +38276,40 @@ paths: is_authenticated: type: boolean listItems: - $ref: '#/components/schemas/Security_Lists_API_ListItemPrivileges' + $ref: "#/components/schemas/Security_Lists_API_ListItemPrivileges" lists: - $ref: '#/components/schemas/Security_Lists_API_ListPrivileges' + $ref: "#/components/schemas/Security_Lists_API_ListPrivileges" required: - lists - listItems - is_authenticated description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - $ref: >- #/components/schemas/Security_Lists_API_PlatformErrorResponse - - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + - $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Invalid input data response - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Unsuccessful authentication response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_PlatformErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_PlatformErrorResponse" description: Not enough privileges response - '500': + "500": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Lists_API_SiemErrorResponse' + $ref: "#/components/schemas/Security_Lists_API_SiemErrorResponse" description: Internal server error response summary: Get list privileges tags: @@ -38324,22 +38324,22 @@ paths: and periodically thereafter. operationId: mlSync parameters: - - $ref: '#/components/parameters/Machine_learning_APIs_simulateParam' + - $ref: "#/components/parameters/Machine_learning_APIs_simulateParam" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: syncExample: - $ref: '#/components/examples/Machine_learning_APIs_mlSyncExample' + $ref: "#/components/examples/Machine_learning_APIs_mlSyncExample" schema: - $ref: '#/components/schemas/Machine_learning_APIs_mlSync200Response' + $ref: "#/components/schemas/Machine_learning_APIs_mlSync200Response" description: Indicates a successful call - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Machine_learning_APIs_mlSync4xxResponse' + $ref: "#/components/schemas/Machine_learning_APIs_mlSync4xxResponse" description: Authorization information is missing or invalid. summary: Sync saved objects in the default space tags: @@ -38373,7 +38373,7 @@ paths: description: The ID of the note to delete. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38393,11 +38393,11 @@ paths: - in: query name: documentIds schema: - $ref: '#/components/schemas/Security_Timeline_API_DocumentIds' + $ref: "#/components/schemas/Security_Timeline_API_DocumentIds" - in: query name: savedObjectIds schema: - $ref: '#/components/schemas/Security_Timeline_API_SavedObjectIds' + $ref: "#/components/schemas/Security_Timeline_API_SavedObjectIds" - in: query name: page schema: @@ -38436,14 +38436,14 @@ paths: - in: query name: associatedFilter schema: - $ref: '#/components/schemas/Security_Timeline_API_AssociatedFilterType' + $ref: "#/components/schemas/Security_Timeline_API_AssociatedFilterType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: oneOf: - - $ref: '#/components/schemas/Security_Timeline_API_GetNotesResult' + - $ref: "#/components/schemas/Security_Timeline_API_GetNotesResult" - type: object description: Indicates the requested notes were returned. summary: Get notes @@ -38469,7 +38469,7 @@ paths: nullable: true type: string note: - $ref: '#/components/schemas/Security_Timeline_API_BareNote' + $ref: "#/components/schemas/Security_Timeline_API_BareNote" noteId: nullable: true type: string @@ -38484,7 +38484,7 @@ paths: description: The note to add or update, along with additional metadata. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38517,7 +38517,7 @@ paths: $ref: >- #/components/schemas/Security_Osquery_API_FindLiveQueryRequestQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38538,7 +38538,7 @@ paths: #/components/schemas/Security_Osquery_API_CreateLiveQueryRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38557,14 +38557,14 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_Id' + $ref: "#/components/schemas/Security_Osquery_API_Id" - in: query name: query schema: additionalProperties: true type: object responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38583,12 +38583,12 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_Id' + $ref: "#/components/schemas/Security_Osquery_API_Id" - in: path name: actionId required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_Id' + $ref: "#/components/schemas/Security_Osquery_API_Id" - in: query name: query required: true @@ -38596,7 +38596,7 @@ paths: $ref: >- #/components/schemas/Security_Osquery_API_GetLiveQueryResultsRequestQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38615,9 +38615,9 @@ paths: name: query required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_FindPacksRequestQuery' + $ref: "#/components/schemas/Security_Osquery_API_FindPacksRequestQuery" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38634,10 +38634,10 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Osquery_API_CreatePacksRequestBody' + $ref: "#/components/schemas/Security_Osquery_API_CreatePacksRequestBody" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38656,9 +38656,9 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_PackId' + $ref: "#/components/schemas/Security_Osquery_API_PackId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38676,9 +38676,9 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_PackId' + $ref: "#/components/schemas/Security_Osquery_API_PackId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38699,15 +38699,15 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_PackId' + $ref: "#/components/schemas/Security_Osquery_API_PackId" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_Osquery_API_UpdatePacksRequestBody' + $ref: "#/components/schemas/Security_Osquery_API_UpdatePacksRequestBody" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38729,7 +38729,7 @@ paths: $ref: >- #/components/schemas/Security_Osquery_API_FindSavedQueryRequestQuery responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38750,7 +38750,7 @@ paths: #/components/schemas/Security_Osquery_API_CreateSavedQueryRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38769,9 +38769,9 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38789,9 +38789,9 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38812,7 +38812,7 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -38821,7 +38821,7 @@ paths: #/components/schemas/Security_Osquery_API_UpdateSavedQueryRequestBody required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38854,7 +38854,7 @@ paths: description: The pinned event to add or update, along with additional metadata. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38882,7 +38882,7 @@ paths: transforms operationId: CleanUpRiskEngine responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38891,7 +38891,7 @@ paths: cleanup_successful: type: boolean description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38919,14 +38919,14 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: {} responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Entity_Analytics_API_RiskEngineScheduleNowResponse description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -38948,7 +38948,7 @@ paths: deprecated: true operationId: bulkCreateSavedObjects parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" - description: When true, overwrites the document with the same identifier. in: query name: overwrite @@ -38963,17 +38963,17 @@ paths: type: array required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Create saved objects tags: @@ -38985,7 +38985,7 @@ paths: WARNING: When you delete a saved object, it cannot be recovered. operationId: bulkDeleteSavedObjects parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" - description: > When true, force delete objects that exist in multiple namespaces. Note that the option applies to the whole request. Use the delete @@ -39012,7 +39012,7 @@ paths: type: array required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39021,11 +39021,11 @@ paths: Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual objects will be returned in the response body. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Delete saved objects tags: @@ -39035,7 +39035,7 @@ paths: deprecated: true operationId: bulkGetSavedObjects parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -39045,17 +39045,17 @@ paths: type: array required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Get saved objects tags: @@ -39073,7 +39073,7 @@ paths: using either its new ID or its old ID. operationId: bulkResolveSavedObjects parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -39083,7 +39083,7 @@ paths: type: array required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39091,12 +39091,12 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. - '400': + objects will be returned in the response body. + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Resolve saved objects tags: @@ -39107,7 +39107,7 @@ paths: description: Update the attributes for multiple Kibana saved objects. operationId: bulkUpdateSavedObjects parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -39117,7 +39117,7 @@ paths: type: array required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39125,12 +39125,12 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. - '400': + objects will be returned in the response body. + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Update saved objects tags: @@ -39157,13 +39157,13 @@ paths: features. operationId: exportSavedObjectsDefault parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: examples: exportSavedObjectsRequest: - $ref: '#/components/examples/Saved_objects_export_objects_request' + $ref: "#/components/examples/Saved_objects_export_objects_request" schema: type: object properties: @@ -39192,21 +39192,21 @@ paths: type: array required: true responses: - '200': + "200": content: application/x-ndjson; Elastic-Api-Version=2023-10-31: examples: exportSavedObjectsResponse: - $ref: '#/components/examples/Saved_objects_export_objects_response' + $ref: "#/components/examples/Saved_objects_export_objects_response" schema: additionalProperties: true type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request. summary: Export saved objects tags: @@ -39328,17 +39328,17 @@ paths: - type: string - type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request summary: Search for saved objects tags: @@ -39361,7 +39361,7 @@ paths: features. operationId: importSavedObjectsDefault parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" - description: > Creates copies of saved objects, regenerates each object ID, and resets the origin. When used, potential conflict errors are avoided. @@ -39398,7 +39398,7 @@ paths: multipart/form-data; Elastic-Api-Version=2023-10-31: examples: importObjectsRequest: - $ref: '#/components/examples/Saved_objects_import_objects_request' + $ref: "#/components/examples/Saved_objects_import_objects_request" schema: type: object properties: @@ -39412,12 +39412,12 @@ paths: overall size of the file that can be imported. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: importObjectsResponse: - $ref: '#/components/examples/Saved_objects_import_objects_response' + $ref: "#/components/examples/Saved_objects_import_objects_response" schema: type: object properties: @@ -39458,11 +39458,11 @@ paths: type: object type: array description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request. summary: Import saved objects tags: @@ -39494,7 +39494,7 @@ paths: features. operationId: resolveImportErrors parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" - description: > Applies various adjustments to the saved objects that are being imported to maintain compatibility between different Kibana @@ -39580,7 +39580,7 @@ paths: - retries required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: examples: @@ -39624,11 +39624,11 @@ paths: type: object type: array description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request. summary: Resolve import errors tags: @@ -39639,8 +39639,8 @@ paths: description: Create a Kibana saved object with a randomly generated identifier. operationId: createSavedObject parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" + - $ref: "#/components/parameters/Saved_objects_saved_object_type" - description: If true, overwrites the document with the same identifier. in: query name: overwrite @@ -39653,22 +39653,22 @@ paths: type: object properties: attributes: - $ref: '#/components/schemas/Saved_objects_attributes' + $ref: "#/components/schemas/Saved_objects_attributes" initialNamespaces: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' + $ref: "#/components/schemas/Saved_objects_initial_namespaces" references: - $ref: '#/components/schemas/Saved_objects_references' + $ref: "#/components/schemas/Saved_objects_references" required: - attributes required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39683,20 +39683,20 @@ paths: description: Retrieve a single Kibana saved object by identifier. operationId: getSavedObject parameters: - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: "#/components/parameters/Saved_objects_saved_object_id" + - $ref: "#/components/parameters/Saved_objects_saved_object_type" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request. summary: Get a saved object tags: @@ -39708,9 +39708,9 @@ paths: a randomly generated ID. operationId: createSavedObjectId parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" + - $ref: "#/components/parameters/Saved_objects_saved_object_id" + - $ref: "#/components/parameters/Saved_objects_saved_object_type" - description: If true, overwrites the document with the same identifier. in: query name: overwrite @@ -39723,22 +39723,22 @@ paths: type: object properties: attributes: - $ref: '#/components/schemas/Saved_objects_attributes' + $ref: "#/components/schemas/Saved_objects_attributes" initialNamespaces: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' + $ref: "#/components/schemas/Saved_objects_initial_namespaces" references: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' + $ref: "#/components/schemas/Saved_objects_initial_namespaces" required: - attributes required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39752,9 +39752,9 @@ paths: description: Update the attributes for Kibana saved objects. operationId: updateSavedObject parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: "#/components/parameters/Saved_objects_kbn_xsrf" + - $ref: "#/components/parameters/Saved_objects_saved_object_id" + - $ref: "#/components/parameters/Saved_objects_saved_object_type" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -39762,19 +39762,19 @@ paths: type: object required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates the object was not found. - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39796,20 +39796,20 @@ paths: its old ID. operationId: resolveSavedObject parameters: - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: "#/components/parameters/Saved_objects_saved_object_id" + - $ref: "#/components/parameters/Saved_objects_saved_object_type" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: type: object description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Saved_objects_400_response' + $ref: "#/components/schemas/Saved_objects_400_response" description: Bad request. summary: Resolve a saved object tags: @@ -39850,14 +39850,14 @@ paths: #/components/schemas/Security_AI_Assistant_API_AnonymizationFieldUpdateProps type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_AnonymizationFieldsBulkCrudActionResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39904,7 +39904,7 @@ paths: name: sort_order required: false schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_SortOrder' + $ref: "#/components/schemas/Security_AI_Assistant_API_SortOrder" - description: Page number in: query name: page @@ -39922,7 +39922,7 @@ paths: minimum: 0 type: integer responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39945,7 +39945,7 @@ paths: - total - data description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -39970,17 +39970,17 @@ paths: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_ChatCompleteProps' + $ref: "#/components/schemas/Security_AI_Assistant_API_ChatCompleteProps" required: true responses: - '200': + "200": content: application/octet-stream; Elastic-Api-Version=2023-10-31: schema: format: binary type: string description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40009,14 +40009,14 @@ paths: #/components/schemas/Security_AI_Assistant_API_ConversationCreateProps required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_ConversationResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40063,7 +40063,7 @@ paths: name: sort_order required: false schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_SortOrder' + $ref: "#/components/schemas/Security_AI_Assistant_API_SortOrder" - description: Page number in: query name: page @@ -40081,7 +40081,7 @@ paths: minimum: 0 type: integer responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40104,7 +40104,7 @@ paths: - total - data description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40131,16 +40131,16 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_ConversationResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40166,16 +40166,16 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_ConversationResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40201,7 +40201,7 @@ paths: name: id required: true schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: @@ -40210,14 +40210,14 @@ paths: #/components/schemas/Security_AI_Assistant_API_ConversationUpdateProps required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_ConversationResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40270,14 +40270,14 @@ paths: #/components/schemas/Security_AI_Assistant_API_PromptUpdateProps type: array responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_AI_Assistant_API_PromptsBulkCrudActionResponse description: Indicates a successful call. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40324,7 +40324,7 @@ paths: name: sort_order required: false schema: - $ref: '#/components/schemas/Security_AI_Assistant_API_SortOrder' + $ref: "#/components/schemas/Security_AI_Assistant_API_SortOrder" - description: Page number in: query name: page @@ -40342,7 +40342,7 @@ paths: minimum: 0 type: integer responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40365,7 +40365,7 @@ paths: - total - data description: Successful response - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -40390,9 +40390,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: >- If `true` and the response contains any privileges that are @@ -40404,7 +40404,7 @@ paths: schema: type: boolean responses: - '200': + "200": description: Indicates a successful call. summary: Get all roles tags: @@ -40417,16 +40417,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - in: path name: name @@ -40435,7 +40435,7 @@ paths: minLength: 1 type: string responses: - '204': + "204": description: Indicates a successful call. summary: Delete a role tags: @@ -40447,9 +40447,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: The role name. in: path @@ -40468,7 +40468,7 @@ paths: schema: type: boolean responses: - '200': + "200": description: Indicates a successful call. summary: Get a role tags: @@ -40483,16 +40483,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The role name. in: path @@ -40681,7 +40681,7 @@ paths: members have read access to. A document within the specified data streams and indices must match this query in order for it to be accessible by the role - members. + members. type: string required: - clusters @@ -40733,7 +40733,7 @@ paths: anyOf: - items: enum: - - '*' + - "*" type: string maxItems: 1 minItems: 1 @@ -40743,7 +40743,7 @@ paths: type: string type: array default: - - '*' + - "*" required: - base type: array @@ -40753,7 +40753,7 @@ paths: required: - elasticsearch responses: - '204': + "204": description: Indicates a successful call. summary: Create or update a role tags: @@ -40766,16 +40766,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -40960,7 +40960,7 @@ paths: document within the specified data streams and indices must match this query in order for it to be accessible by the role - members. + members. type: string required: - clusters @@ -41014,7 +41014,7 @@ paths: anyOf: - items: enum: - - '*' + - "*" type: string maxItems: 1 minItems: 1 @@ -41024,7 +41024,7 @@ paths: type: string type: array default: - - '*' + - "*" required: - base type: array @@ -41037,7 +41037,7 @@ paths: required: - roles responses: - '200': + "200": description: Indicates a successful call. summary: Create or update roles tags: @@ -41059,16 +41059,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41146,16 +41146,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41178,7 +41178,7 @@ paths: description: The space where the alias target object exists. type: string targetType: - description: 'The type of alias target object. ' + description: "The type of alias target object. " type: string required: - targetSpace @@ -41200,16 +41200,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41249,16 +41249,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41344,16 +41344,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41407,9 +41407,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: >- Specifies which authorization checks are applied to the API call. @@ -41451,7 +41451,7 @@ paths: - type: boolean x-oas-optional: true responses: - '200': + "200": description: Indicates a successful call. summary: Get all spaces tags: @@ -41463,16 +41463,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string requestBody: content: @@ -41522,7 +41522,7 @@ paths: maxLength: 2 type: string name: - description: 'The display name for the space. ' + description: "The display name for the space. " minLength: 1 type: string solution: @@ -41536,7 +41536,7 @@ paths: - id - name responses: - '200': + "200": description: Indicates a successful call. summary: Create a space tags: @@ -41552,16 +41552,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: The space identifier. in: path @@ -41570,9 +41570,9 @@ paths: schema: type: string responses: - '204': + "204": description: Indicates a successful call. - '404': + "404": description: Indicates that the request failed. summary: Delete a space tags: @@ -41584,9 +41584,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: The space identifier. in: path @@ -41595,7 +41595,7 @@ paths: schema: type: string responses: - '200': + "200": description: Indicates a successful call. summary: Get a space tags: @@ -41607,16 +41607,16 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: A required header to protect against CSRF attacks in: header name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string - description: >- The space identifier. You are unable to change the ID with the @@ -41674,7 +41674,7 @@ paths: maxLength: 2 type: string name: - description: 'The display name for the space. ' + description: "The display name for the space. " minLength: 1 type: string solution: @@ -41688,7 +41688,7 @@ paths: - id - name responses: - '200': + "200": description: Indicates a successful call. summary: Update a space tags: @@ -41701,9 +41701,9 @@ paths: in: header name: elastic-api-version schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string - description: Set to "true" to get the response in v7 format. in: query @@ -41718,24 +41718,24 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: anyOf: - - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' + - $ref: "#/components/schemas/Kibana_HTTP_APIs_core_status_response" - $ref: >- #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse description: >- Kibana's operational status. A minimal response is sent for unauthorized users. description: Overall status is OK and Kibana should be functioning normally. - '503': + "503": content: application/json; Elastic-Api-Version=2023-10-31: schema: anyOf: - - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' + - $ref: "#/components/schemas/Kibana_HTTP_APIs_core_status_response" - $ref: >- #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse description: >- @@ -41773,7 +41773,7 @@ paths: description: The IDs of the Timelines or Timeline templates to delete. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41808,7 +41808,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41845,7 +41845,7 @@ paths: type: object properties: timeline: - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" timelineId: nullable: true type: string @@ -41859,7 +41859,7 @@ paths: description: The Timeline updates, along with the Timeline ID and version. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41869,7 +41869,7 @@ paths: Indicates that the draft Timeline was successfully created. In the event the user already has a draft Timeline, the existing draft Timeline is cleared and returned. - '405': + "405": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41896,7 +41896,7 @@ paths: type: object properties: status: - $ref: '#/components/schemas/Security_Timeline_API_TimelineStatus' + $ref: "#/components/schemas/Security_Timeline_API_TimelineStatus" nullable: true templateTimelineId: nullable: true @@ -41905,12 +41905,12 @@ paths: nullable: true type: number timeline: - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" timelineId: nullable: true type: string timelineType: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" nullable: true version: nullable: true @@ -41922,14 +41922,14 @@ paths: optional fields that will be created if not provided. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Timeline_API_PersistTimelineResponse description: Indicates the Timeline was successfully created. - '405': + "405": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41956,7 +41956,7 @@ paths: type: object properties: timeline: - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" timelineIdToCopy: type: string required: @@ -41964,7 +41964,7 @@ paths: - timelineIdToCopy required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -41987,16 +41987,16 @@ paths: name: timelineType required: true schema: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Timeline_API_PersistTimelineResponse description: Indicates that the draft Timeline was successfully retrieved. - '403': + "403": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42010,7 +42010,7 @@ paths: If a draft Timeline was not found and we attempted to create one, it indicates that the user does not have the required permissions to create a draft Timeline. - '409': + "409": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42044,7 +42044,7 @@ paths: type: object properties: timelineType: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" required: - timelineType description: >- @@ -42052,7 +42052,7 @@ paths: `template`. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42062,7 +42062,7 @@ paths: Indicates that the draft Timeline was successfully created. In the event the user already has a draft Timeline, the existing draft Timeline is cleared and returned. - '403': + "403": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42075,7 +42075,7 @@ paths: description: >- Indicates that the user does not have the required permissions to create a draft Timeline. - '409': + "409": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42117,14 +42117,14 @@ paths: description: The IDs of the Timelines to export. required: true responses: - '200': + "200": content: application/ndjson; Elastic-Api-Version=2023-10-31: schema: description: NDJSON of the exported Timelines type: string description: Indicates the Timelines were successfully exported. - '400': + "400": content: application/ndjson; Elastic-Api-Version=2023-10-31: schema: @@ -42159,7 +42159,7 @@ paths: nullable: true type: string timelineType: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" nullable: true required: - timelineId @@ -42169,7 +42169,7 @@ paths: description: The required fields used to favorite a (template) Timeline. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42186,7 +42186,7 @@ paths: required: - data description: Indicates the favorite status was successfully updated. - '403': + "403": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42216,22 +42216,22 @@ paths: file: {} isImmutable: enum: - - 'true' - - 'false' + - "true" + - "false" type: string required: - file description: The Timelines to import as a readable stream. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Timeline_API_ImportTimelineResult description: Indicates the import of Timelines was successful. - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42246,7 +42246,7 @@ paths: description: >- Indicates the import of Timelines was unsuccessful because of an invalid file extension. - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42259,7 +42259,7 @@ paths: description: >- Indicates that we were unable to locate the saved object client necessary to handle the import. - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42294,12 +42294,12 @@ paths: type: array timelinesToInstall: items: - $ref: '#/components/schemas/Security_Timeline_API_ImportTimelines' + $ref: "#/components/schemas/Security_Timeline_API_ImportTimelines" nullable: true type: array timelinesToUpdate: items: - $ref: '#/components/schemas/Security_Timeline_API_ImportTimelines' + $ref: "#/components/schemas/Security_Timeline_API_ImportTimelines" nullable: true type: array required: @@ -42309,14 +42309,14 @@ paths: description: The Timelines to install or update. required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: $ref: >- #/components/schemas/Security_Timeline_API_ImportTimelineResult description: Indicates the installation of prepackaged Timelines was successful. - '500': + "500": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42348,7 +42348,7 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42363,9 +42363,9 @@ paths: - additionalProperties: false type: object description: The (template) Timeline has been found - '400': + "400": description: The request is missing parameters - '404': + "404": description: The (template) Timeline was not found summary: Get an existing saved Timeline or Timeline template tags: @@ -42383,19 +42383,19 @@ paths: name: only_user_favorite schema: enum: - - 'true' - - 'false' + - "true" + - "false" nullable: true type: string - in: query name: timeline_type schema: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" nullable: true - in: query name: sort_field schema: - $ref: '#/components/schemas/Security_Timeline_API_SortFieldTimeline' + $ref: "#/components/schemas/Security_Timeline_API_SortFieldTimeline" - in: query name: sort_order schema: @@ -42421,10 +42421,10 @@ paths: - in: query name: status schema: - $ref: '#/components/schemas/Security_Timeline_API_TimelineStatus' + $ref: "#/components/schemas/Security_Timeline_API_TimelineStatus" nullable: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: @@ -42451,7 +42451,7 @@ paths: - timeline - totalCount description: Indicates that the (template) Timelines were found and returned. - '400': + "400": content: application:json; Elastic-Api-Version=2023-10-31: schema: @@ -42473,8 +42473,8 @@ paths: **Observability** section of the Kibana feature privileges. operationId: findSlosOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" - description: A valid kql query to filter the SLO with example: 'slo.name:latency* and slo.tags : "prod"' in: query @@ -42526,35 +42526,35 @@ paths: schema: type: boolean responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_find_slo_response' + $ref: "#/components/schemas/SLOs_find_slo_response" description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Get a paginated list of SLOs tags: @@ -42565,44 +42565,44 @@ paths: **Observability** section of the Kibana feature privileges. operationId: createSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_create_slo_request' + $ref: "#/components/schemas/SLOs_create_slo_request" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_create_slo_response' + $ref: "#/components/schemas/SLOs_create_slo_response" description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '409': + "409": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_409_response' + $ref: "#/components/schemas/SLOs_409_response" description: Conflict - The SLO id already exists summary: Create an SLO tags: @@ -42615,34 +42615,34 @@ paths: **Observability** section of the Kibana feature privileges. operationId: deleteSloInstancesOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_delete_slo_instances_request' + $ref: "#/components/schemas/SLOs_delete_slo_instances_request" required: true responses: - '204': + "204": description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response summary: Batch delete rollup and summary data tags: @@ -42654,35 +42654,35 @@ paths: **Observability** section of the Kibana feature privileges. operationId: deleteSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" responses: - '204': + "204": description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Delete an SLO tags: @@ -42693,9 +42693,9 @@ paths: **Observability** section of the Kibana feature privileges. operationId: getSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" - description: the specific instanceId used by the summary calculation example: host-abcde in: query @@ -42703,35 +42703,35 @@ paths: schema: type: string responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_slo_with_summary_response' + $ref: "#/components/schemas/SLOs_slo_with_summary_response" description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Get an SLO tags: @@ -42742,45 +42742,45 @@ paths: **Observability** section of the Kibana feature privileges. operationId: updateSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" requestBody: content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_update_slo_request' + $ref: "#/components/schemas/SLOs_update_slo_request" required: true responses: - '200': + "200": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_slo_definition_response' + $ref: "#/components/schemas/SLOs_slo_definition_response" description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Update an SLO tags: @@ -42792,39 +42792,39 @@ paths: **Observability** section of the Kibana feature privileges. operationId: resetSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" responses: - '204': + "204": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_slo_definition_response' + $ref: "#/components/schemas/SLOs_slo_definition_response" description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Reset an SLO tags: @@ -42836,35 +42836,35 @@ paths: **Observability** section of the Kibana feature privileges. operationId: disableSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" responses: - '200': + "200": description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Disable an SLO tags: @@ -42876,35 +42876,35 @@ paths: **Observability** section of the Kibana feature privileges. operationId: enableSloOp parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: "#/components/parameters/SLOs_kbn_xsrf" + - $ref: "#/components/parameters/SLOs_space_id" + - $ref: "#/components/parameters/SLOs_slo_id" responses: - '204': + "204": description: Successful request - '400': + "400": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_400_response' + $ref: "#/components/schemas/SLOs_400_response" description: Bad request - '401': + "401": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_401_response' + $ref: "#/components/schemas/SLOs_401_response" description: Unauthorized response - '403': + "403": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: "#/components/schemas/SLOs_403_response" description: Unauthorized response - '404': + "404": content: application/json; Elastic-Api-Version=2023-10-31: schema: - $ref: '#/components/schemas/SLOs_404_response' + $ref: "#/components/schemas/SLOs_404_response" description: Not found response summary: Enable an SLO tags: @@ -42917,13 +42917,13 @@ components: alerting_framework_health: decryption_health: status: ok - timestamp: '2023-01-13T01:28:00.280Z' + timestamp: "2023-01-13T01:28:00.280Z" execution_health: status: ok - timestamp: '2023-01-13T01:28:00.280Z' + timestamp: "2023-01-13T01:28:00.280Z" read_health: status: ok - timestamp: '2023-01-13T01:28:00.280Z' + timestamp: "2023-01-13T01:28:00.280Z" has_permanent_encryption_key: true is_sufficiently_secure: true Alerting_get_rule_types_response: @@ -43164,7 +43164,7 @@ components: closed_by: null comments: - comment: A new comment. - created_at: '2022-10-02T00:49:47.716Z' + created_at: "2022-10-02T00:49:47.716Z" created_by: email: null full_name: null @@ -43178,7 +43178,7 @@ components: id: none name: none type: .none - created_at: '2022-03-24T00:37:03.906Z' + created_at: "2022-03-24T00:37:03.906Z" created_by: email: null full_name: null @@ -43205,7 +43205,7 @@ components: title: Case title 1 totalAlerts: 0 totalComment: 1 - updated_at: '2022-06-03T00:49:47.716Z' + updated_at: "2022-06-03T00:49:47.716Z" updated_by: email: null full_name: null @@ -43217,7 +43217,7 @@ components: value: connector: fields: - issueType: '10006' + issueType: "10006" parent: null priority: High id: 131d4448-abe0-4789-939d-8ef60680b498 @@ -43245,13 +43245,13 @@ components: comments: [] connector: fields: - issueType: '10006' + issueType: "10006" parent: null priority: High id: 131d4448-abe0-4789-939d-8ef60680b498 name: My connector type: .jira - created_at: '2022-10-13T15:33:50.604Z' + created_at: "2022-10-13T15:33:50.604Z" created_by: email: null full_name: null @@ -43290,7 +43290,7 @@ components: userActions: - action: create comment_id: null - created_at: '2023-10-20T01:17:22.150Z' + created_at: "2023-10-20T01:17:22.150Z" created_by: email: null full_name: null @@ -43326,7 +43326,7 @@ components: version: WzM1ODg4LDFd - action: create comment_id: 578608d0-03b1-11ed-920c-974bfa104448 - created_at: '2023-10-14T20:12:53.354Z' + created_at: "2023-10-14T20:12:53.354Z" created_by: email: null full_name: null @@ -43342,7 +43342,7 @@ components: version: WzM1ODg4LDFa - action: add comment_id: null - created_at: '2023-10-20T01:10:28.238Z' + created_at: "2023-10-20T01:10:28.238Z" created_by: email: null full_name: null @@ -43371,7 +43371,7 @@ components: id: none name: none type: .none - created_at: '2023-10-12T00:16:36.371Z' + created_at: "2023-10-12T00:16:36.371Z" created_by: email: null full_name: null @@ -43398,7 +43398,7 @@ components: title: Case title totalAlerts: 0 totalComment: 1 - updated_at: '2023-10-12T00:27:58.162Z' + updated_at: "2023-10-12T00:27:58.162Z" updated_by: email: null full_name: null @@ -43427,7 +43427,7 @@ components: Cases_get_case_alerts_response: summary: Retrieves all alerts attached to a case value: - - attached_at: '2022-07-25T20:09:40.963Z' + - attached_at: "2022-07-25T20:09:40.963Z" id: f6a7d0c3-d52d-432c-b2e6-447cd7fce04d index: .alerts-observability.logs.alerts-default Cases_get_case_configuration_response: @@ -43439,7 +43439,7 @@ components: id: none name: none type: .none - created_at: '2024-07-01T17:07:17.767Z' + created_at: "2024-07-01T17:07:17.767Z" created_by: email: null full_name: null @@ -43495,7 +43495,7 @@ components: comments: - alertId: - a6e12ac4-7bce-457b-84f6-d7ce8deb8446 - created_at: '2023-11-06T19:29:38.424Z' + created_at: "2023-11-06T19:29:38.424Z" created_by: email: null full_name: null @@ -43515,7 +43515,7 @@ components: updated_by: null version: WzY3LDJd - comment: The first comment. - created_at: '2023-11-06T19:29:57.812Z' + created_at: "2023-11-06T19:29:57.812Z" created_by: email: null full_name: null @@ -43534,7 +43534,7 @@ components: id: none name: none type: .none - created_at: '2023-11-06T19:29:04.086Z' + created_at: "2023-11-06T19:29:04.086Z" created_by: email: null full_name: null @@ -43555,7 +43555,7 @@ components: title: Observability case title 1 totalAlerts: 1 totalComment: 1 - updated_at: '2023-11-06T19:47:55.662Z' + updated_at: "2023-11-06T19:47:55.662Z" updated_by: email: null full_name: null @@ -43572,7 +43572,7 @@ components: closed_by: null comments: - comment: A new comment - created_at: '2023-10-13T15:40:32.335Z' + created_at: "2023-10-13T15:40:32.335Z" created_by: email: null full_name: null @@ -43591,7 +43591,7 @@ components: id: none name: none type: .none - created_at: '2023-10-13T15:33:50.604Z' + created_at: "2023-10-13T15:33:50.604Z" created_by: email: null full_name: null @@ -43618,7 +43618,7 @@ components: title: Case title 1 totalAlerts: 0 totalComment: 1 - updated_at: '2023-10-13T15:40:32.335Z' + updated_at: "2023-10-13T15:40:32.335Z" updated_by: email: null full_name: null @@ -43629,7 +43629,7 @@ components: summary: A single user comment retrieved from a case value: comment: A new comment - created_at: '2023-10-07T19:32:13.104Z' + created_at: "2023-10-07T19:32:13.104Z" created_by: email: null full_name: null @@ -43671,13 +43671,13 @@ components: comments: [] connector: fields: - issueType: '10006' + issueType: "10006" parent: null priority: Low id: 09f8c0b0-0eda-11ed-bd18-65557fe66949 name: My connector type: .jira - created_at: '2022-07-29T00:59:39.444Z' + created_at: "2022-07-29T00:59:39.444Z" created_by: email: null full_name: null @@ -43687,10 +43687,10 @@ components: external_service: connector_id: 09f8c0b0-0eda-11ed-bd18-65557fe66949 connector_name: My connector - external_id: '71926' + external_id: "71926" external_title: ES-554 external_url: https://cases.jira.com - pushed_at: '2022-07-29T01:20:58.436Z' + pushed_at: "2022-07-29T01:20:58.436Z" pushed_by: email: null full_name: null @@ -43706,7 +43706,7 @@ components: title: Case title 1 totalAlerts: 0 totalComment: 0 - updated_at: '2022-07-29T01:20:58.436Z' + updated_at: "2022-07-29T01:20:58.436Z" updated_by: email: null full_name: null @@ -43757,7 +43757,7 @@ components: id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 name: my-jira-connector type: .jira - created_at: '2024-07-01T17:07:17.767Z' + created_at: "2024-07-01T17:07:17.767Z" created_by: email: null, full_name: null @@ -43835,7 +43835,7 @@ components: id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 name: my-jira-connector type: .jira - created_at: '2024-07-01T17:07:17.767Z' + created_at: "2024-07-01T17:07:17.767Z" created_by: email: null full_name: null @@ -43868,7 +43868,7 @@ components: target: comments owner: cases templates: [] - updated_at: '2024-07-19T00:52:42.401Z' + updated_at: "2024-07-19T00:52:42.401Z" updated_by: email: null full_name: null @@ -43881,7 +43881,7 @@ components: cases: - connector: fields: - issueType: '10006' + issueType: "10006" parent: null priority: null id: 131d4448-abe0-4789-939d-8ef60680b498 @@ -43913,13 +43913,13 @@ components: comments: [] connector: fields: - issueType: '10006' + issueType: "10006" parent: null priority: null id: 131d4448-abe0-4789-939d-8ef60680b498 name: My connector type: .jira - created_at: '2023-10-13T09:16:17.416Z' + created_at: "2023-10-13T09:16:17.416Z" created_by: email: null full_name: null @@ -43937,10 +43937,10 @@ components: external_service: connector_id: 05da469f-1fde-4058-99a3-91e4807e2de8 connector_name: Jira - external_id: '10003' + external_id: "10003" external_title: IS-4 external_url: https://hms.atlassian.net/browse/IS-4 - pushed_at: '2023-10-13T09:20:40.672Z' + pushed_at: "2023-10-13T09:20:40.672Z" pushed_by: email: null full_name: null @@ -43956,7 +43956,7 @@ components: title: Case title 1 totalAlerts: 0 totalComment: 0 - updated_at: '2023-10-13T09:48:33.043Z' + updated_at: "2023-10-13T09:48:33.043Z" updated_by: email: null full_name: null @@ -43982,7 +43982,7 @@ components: closed_by: null comments: - comment: An updated comment. - created_at: '2023-10-24T00:37:10.832Z' + created_at: "2023-10-24T00:37:10.832Z" created_by: email: null full_name: null @@ -43993,7 +43993,7 @@ components: pushed_at: null pushed_by: null type: user - updated_at: '2023-10-24T01:27:06.210Z' + updated_at: "2023-10-24T01:27:06.210Z" updated_by: email: null full_name: null @@ -44005,7 +44005,7 @@ components: id: none name: none type: .none - created_at: '2023-10-24T00:37:03.906Z' + created_at: "2023-10-24T00:37:03.906Z" created_by: email: null full_name: null @@ -44032,7 +44032,7 @@ components: title: Case title 1 totalAlerts: 0 totalComment: 1 - updated_at: '2023-10-24T01:27:06.210Z' + updated_at: "2023-10-24T01:27:06.210Z" updated_by: email: null full_name: null @@ -45028,7 +45028,7 @@ components: hour_of_day: id: number params: - pattern: '00' + pattern: "00" fields: _id: aggregatable: false @@ -45362,7 +45362,7 @@ components: format: id: number params: - pattern: '00' + pattern: "00" name: hour_of_day readFromDocValues: false runtimeField: @@ -45582,7 +45582,7 @@ components: object. value: attributes: - description: '' + description: "" layerListJSON: >- [{"id":"0hmz5","alpha":1,"sourceDescriptor":{"type":"EMS_TMS","isAutoSelect":true,"lightModeDefault":"road_map_desaturated"},"visible":true,"style":{},"type":"EMS_VECTOR_TILE","minZoom":0,"maxZoom":24},{"id":"edh66","label":"Total Requests by @@ -45596,10 +45596,10 @@ components: count"},{"type":"sum","field":"bytes"}],"indexPatternRefName":"layer_3_source_index_pattern","applyGlobalQuery":true},"visible":true,"style":{"type":"VECTOR","properties":{"fillColor":{"type":"DYNAMIC","options":{"field":{"name":"doc_count","origin":"source"},"color":"Blues","fieldMetaOptions":{"isEnabled":false,"sigma":3}}},"lineColor":{"type":"STATIC","options":{"color":"#cccccc"}},"lineWidth":{"type":"STATIC","options":{"size":1}},"iconSize":{"type":"DYNAMIC","options":{"field":{"name":"sum_of_bytes","origin":"source"},"minSize":7,"maxSize":25,"fieldMetaOptions":{"isEnabled":false,"sigma":3}}},"labelText":{"type":"DYNAMIC","options":{"field":{"name":"doc_count","origin":"source"},"fieldMetaOptions":{"isEnabled":false,"sigma":3}}},"labelSize":{"type":"DYNAMIC","options":{"field":{"name":"doc_count","origin":"source"},"minSize":12,"maxSize":24,"fieldMetaOptions":{"isEnabled":false,"sigma":3}}},"symbolizeAs":{"options":{"value":"circle"}},"icon":{"type":"STATIC","options":{"value":"marker"}}}},"type":"GEOJSON_VECTOR"}] mapStateJSON: >- {"zoom":3.64,"center":{"lon":-88.92107,"lat":42.16337},"timeFilters":{"from":"now-7d","to":"now"},"refreshConfig":{"isPaused":true,"interval":0},"query":{"language":"kuery","query":""},"settings":{"autoFitToDataBounds":false}} - title: '[Logs] Total Requests and Bytes' + title: "[Logs] Total Requests and Bytes" uiStateJSON: '{"isDarkMode":false}' coreMigrationVersion: 8.8.0 - created_at: '2023-08-23T20:03:32.204Z' + created_at: "2023-08-23T20:03:32.204Z" id: de71f4f0-1902-11e9-919b-ffe5949a18d2 managed: false references: @@ -45614,7 +45614,7 @@ components: type: index-pattern type: map typeMigrationVersion: 8.4.0 - updated_at: '2023-08-23T20:03:32.204Z' + updated_at: "2023-08-23T20:03:32.204Z" version: WzEzLDFd Saved_objects_import_objects_request: value: @@ -45693,9 +45693,9 @@ components: name: elastic-api-version required: true schema: - default: '2023-10-31' + default: "2023-10-31" enum: - - '2023-10-31' + - "2023-10-31" type: string APM_UI_kbn_xsrf: description: A required header to protect against CSRF attacks @@ -45703,7 +45703,7 @@ components: name: kbn-xsrf required: true schema: - example: 'true' + example: "true" type: string Cases_alert_id: description: An identifier for the alert. @@ -45722,8 +45722,8 @@ components: name: assignees schema: oneOf: - - $ref: '#/components/schemas/Cases_string' - - $ref: '#/components/schemas/Cases_string_array' + - $ref: "#/components/schemas/Cases_string" + - $ref: "#/components/schemas/Cases_string_array" Cases_case_id: description: >- The identifier for the case. To retrieve case IDs, use the find cases @@ -45740,8 +45740,8 @@ components: name: category schema: oneOf: - - $ref: '#/components/schemas/Cases_case_category' - - $ref: '#/components/schemas/Cases_case_categories' + - $ref: "#/components/schemas/Cases_case_category" + - $ref: "#/components/schemas/Cases_case_categories" Cases_comment_id: description: > The identifier for the comment. To retrieve comment IDs, use the get @@ -45828,8 +45828,8 @@ components: name: owner schema: oneOf: - - $ref: '#/components/schemas/Cases_owner' - - $ref: '#/components/schemas/Cases_owners' + - $ref: "#/components/schemas/Cases_owner" + - $ref: "#/components/schemas/Cases_owners" Cases_page_index: description: The page number to return. in: query @@ -45854,8 +45854,8 @@ components: name: reporters schema: oneOf: - - $ref: '#/components/schemas/Cases_string' - - $ref: '#/components/schemas/Cases_string_array' + - $ref: "#/components/schemas/Cases_string" + - $ref: "#/components/schemas/Cases_string_array" Cases_search: description: >- An Elasticsearch simple_query_string query that filters the objects in @@ -45870,8 +45870,8 @@ components: name: searchFields schema: oneOf: - - $ref: '#/components/schemas/Cases_searchFieldsType' - - $ref: '#/components/schemas/Cases_searchFieldsTypeArray' + - $ref: "#/components/schemas/Cases_searchFieldsType" + - $ref: "#/components/schemas/Cases_searchFieldsTypeArray" Cases_severity: description: The severity of the case. in: query @@ -45928,8 +45928,8 @@ components: name: tags schema: oneOf: - - $ref: '#/components/schemas/Cases_string' - - $ref: '#/components/schemas/Cases_string_array' + - $ref: "#/components/schemas/Cases_string" + - $ref: "#/components/schemas/Cases_string_array" Cases_to: description: > Returns only cases that were created before a specific date. The date @@ -45991,7 +45991,7 @@ components: description: >- When true, simulates the synchronization by returning only the list of actions that would be performed. - example: 'true' + example: "true" in: query name: simulate required: false @@ -46079,7 +46079,7 @@ components: type: string createdAt: description: The date and time that the alert was created. - example: '2022-12-05T23:36:58.284Z' + example: "2022-12-05T23:36:58.284Z" format: date-time type: string createdBy: @@ -46094,7 +46094,7 @@ components: type: object properties: lastExecutionDate: - example: '2022-12-06T00:13:43.890Z' + example: "2022-12-06T00:13:43.890Z" format: date-time type: string status: @@ -46138,7 +46138,7 @@ components: nullable: true type: string updatedAt: - example: '2022-12-05T23:36:58.284Z' + example: "2022-12-05T23:36:58.284Z" type: string updatedBy: description: The identifier for the user that updated this alert most recently. @@ -46190,7 +46190,7 @@ components: description: > The scaling factor to use when encoding values. This property is applicable when `type` is `scaled_float`. Values will be multiplied - by this factor at index time and rounded to the closest long value. + by this factor at index time and rounded to the closest long value. type: integer type: description: Specifies the data type for the field. @@ -46290,9 +46290,9 @@ components: description: Agent name type: string service: - $ref: '#/components/schemas/APM_UI_service_object' + $ref: "#/components/schemas/APM_UI_service_object" settings: - $ref: '#/components/schemas/APM_UI_settings_object' + $ref: "#/components/schemas/APM_UI_settings_object" required: - service - settings @@ -46300,7 +46300,7 @@ components: description: Agent configuration type: object properties: - '@timestamp': + "@timestamp": description: Timestamp example: 1730194190636 type: number @@ -46316,13 +46316,13 @@ components: example: 0bc3b5ebf18fba8163fe4c96f491e3767a358f85 type: string service: - $ref: '#/components/schemas/APM_UI_service_object' + $ref: "#/components/schemas/APM_UI_service_object" settings: - $ref: '#/components/schemas/APM_UI_settings_object' + $ref: "#/components/schemas/APM_UI_settings_object" required: - service - settings - - '@timestamp' + - "@timestamp" - etag APM_UI_agent_configurations_response: type: object @@ -46330,7 +46330,7 @@ components: configurations: description: Agent configuration items: - $ref: '#/components/schemas/APM_UI_agent_configuration_object' + $ref: "#/components/schemas/APM_UI_agent_configuration_object" type: array APM_UI_agent_keys_object: type: object @@ -46380,7 +46380,7 @@ components: items: type: object properties: - '@timestamp': + "@timestamp": type: number id: type: string @@ -46433,7 +46433,7 @@ components: APM_UI_create_annotation_object: type: object properties: - '@timestamp': + "@timestamp": description: Timestamp type: string message: @@ -46455,7 +46455,7 @@ components: type: string type: array required: - - '@timestamp' + - "@timestamp" - service APM_UI_create_annotation_response: type: object @@ -46470,7 +46470,7 @@ components: description: Response type: object properties: - '@timestamp': + "@timestamp": type: string annotation: type: object @@ -46520,7 +46520,7 @@ components: This is needed for Jaeger agent that doesn't have etags type: boolean service: - $ref: '#/components/schemas/APM_UI_service_object' + $ref: "#/components/schemas/APM_UI_service_object" required: - service APM_UI_search_agent_configuration_response: @@ -46536,7 +46536,7 @@ components: description: Score type: number _source: - $ref: '#/components/schemas/APM_UI_agent_configuration_object' + $ref: "#/components/schemas/APM_UI_agent_configuration_object" APM_UI_service_agent_name_response: type: object properties: @@ -46560,7 +46560,7 @@ components: environments: description: Service environment list items: - $ref: '#/components/schemas/APM_UI_service_environment_object' + $ref: "#/components/schemas/APM_UI_service_environment_object" type: array APM_UI_service_object: description: Service @@ -46587,7 +46587,7 @@ components: type: string required: - id - - $ref: '#/components/schemas/APM_UI_agent_configuration_object' + - $ref: "#/components/schemas/APM_UI_agent_configuration_object" APM_UI_source_maps_response: type: object properties: @@ -46625,7 +46625,7 @@ components: type: array version: type: number - - $ref: '#/components/schemas/APM_UI_base_source_map_object' + - $ref: "#/components/schemas/APM_UI_base_source_map_object" type: array APM_UI_upload_source_map_object: type: object @@ -46660,7 +46660,7 @@ components: properties: body: type: string - - $ref: '#/components/schemas/APM_UI_base_source_map_object' + - $ref: "#/components/schemas/APM_UI_base_source_map_object" Cases_4xx_response: properties: error: @@ -46704,13 +46704,13 @@ components: type: object properties: alertId: - $ref: '#/components/schemas/Cases_alert_identifiers' + $ref: "#/components/schemas/Cases_alert_identifiers" index: - $ref: '#/components/schemas/Cases_alert_indices' + $ref: "#/components/schemas/Cases_alert_indices" owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" rule: - $ref: '#/components/schemas/Cases_rule' + $ref: "#/components/schemas/Cases_rule" type: description: The type of comment. enum: @@ -46730,12 +46730,12 @@ components: are adding an alert or a comment. discriminator: mapping: - alert: '#/components/schemas/Cases_add_alert_comment_request_properties' - user: '#/components/schemas/Cases_add_user_comment_request_properties' + alert: "#/components/schemas/Cases_add_alert_comment_request_properties" + user: "#/components/schemas/Cases_add_user_comment_request_properties" propertyName: type oneOf: - - $ref: '#/components/schemas/Cases_add_alert_comment_request_properties' - - $ref: '#/components/schemas/Cases_add_user_comment_request_properties' + - $ref: "#/components/schemas/Cases_add_alert_comment_request_properties" + - $ref: "#/components/schemas/Cases_add_user_comment_request_properties" title: Add case comment request Cases_add_user_comment_request_properties: description: Defines properties for case comment requests when type is user. @@ -46746,7 +46746,7 @@ components: maxLength: 30000 type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" type: description: The type of comment. enum: @@ -46769,7 +46769,7 @@ components: type: string type: array created_at: - example: '2023-11-06T19:29:38.424Z' + example: "2023-11-06T19:29:38.424Z" format: date-time type: string created_by: @@ -46803,7 +46803,7 @@ components: type: string type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" pushed_at: example: null format: date-time @@ -46948,7 +46948,7 @@ components: type: array Cases_case_categories: items: - $ref: '#/components/schemas/Cases_case_category' + $ref: "#/components/schemas/Cases_case_category" maxItems: 100 type: array Cases_case_category: @@ -47011,7 +47011,7 @@ components: type: object properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" category: description: The case category. nullable: true @@ -47021,47 +47021,47 @@ components: nullable: true type: string closed_by: - $ref: '#/components/schemas/Cases_case_response_closed_by_properties' + $ref: "#/components/schemas/Cases_case_response_closed_by_properties" comments: description: An array of comment objects for the case. items: discriminator: mapping: - alert: '#/components/schemas/Cases_alert_comment_response_properties' - user: '#/components/schemas/Cases_user_comment_response_properties' + alert: "#/components/schemas/Cases_alert_comment_response_properties" + user: "#/components/schemas/Cases_user_comment_response_properties" propertyName: type oneOf: - - $ref: '#/components/schemas/Cases_alert_comment_response_properties' - - $ref: '#/components/schemas/Cases_user_comment_response_properties' + - $ref: "#/components/schemas/Cases_alert_comment_response_properties" + - $ref: "#/components/schemas/Cases_user_comment_response_properties" maxItems: 10000 title: Case response properties for comments type: array connector: discriminator: mapping: - .cases-webhook: '#/components/schemas/Cases_connector_properties_cases_webhook' - .jira: '#/components/schemas/Cases_connector_properties_jira' - .none: '#/components/schemas/Cases_connector_properties_none' - .resilient: '#/components/schemas/Cases_connector_properties_resilient' - .servicenow: '#/components/schemas/Cases_connector_properties_servicenow' - .servicenow-sir: '#/components/schemas/Cases_connector_properties_servicenow_sir' - .swimlane: '#/components/schemas/Cases_connector_properties_swimlane' + .cases-webhook: "#/components/schemas/Cases_connector_properties_cases_webhook" + .jira: "#/components/schemas/Cases_connector_properties_jira" + .none: "#/components/schemas/Cases_connector_properties_none" + .resilient: "#/components/schemas/Cases_connector_properties_resilient" + .servicenow: "#/components/schemas/Cases_connector_properties_servicenow" + .servicenow-sir: "#/components/schemas/Cases_connector_properties_servicenow_sir" + .swimlane: "#/components/schemas/Cases_connector_properties_swimlane" propertyName: type oneOf: - - $ref: '#/components/schemas/Cases_connector_properties_none' - - $ref: '#/components/schemas/Cases_connector_properties_cases_webhook' - - $ref: '#/components/schemas/Cases_connector_properties_jira' - - $ref: '#/components/schemas/Cases_connector_properties_resilient' - - $ref: '#/components/schemas/Cases_connector_properties_servicenow' - - $ref: '#/components/schemas/Cases_connector_properties_servicenow_sir' - - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + - $ref: "#/components/schemas/Cases_connector_properties_none" + - $ref: "#/components/schemas/Cases_connector_properties_cases_webhook" + - $ref: "#/components/schemas/Cases_connector_properties_jira" + - $ref: "#/components/schemas/Cases_connector_properties_resilient" + - $ref: "#/components/schemas/Cases_connector_properties_servicenow" + - $ref: "#/components/schemas/Cases_connector_properties_servicenow_sir" + - $ref: "#/components/schemas/Cases_connector_properties_swimlane" title: Case response properties for connectors created_at: - example: '2022-05-13T09:16:17.416Z' + example: "2022-05-13T09:16:17.416Z" format: date-time type: string created_by: - $ref: '#/components/schemas/Cases_case_response_created_by_properties' + $ref: "#/components/schemas/Cases_case_response_created_by_properties" customFields: description: Custom field values for the case. items: @@ -47107,18 +47107,18 @@ components: nullable: true type: integer external_service: - $ref: '#/components/schemas/Cases_external_service' + $ref: "#/components/schemas/Cases_external_service" id: example: 66b9aa00-94fa-11ea-9f74-e7e108796192 type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" status: - $ref: '#/components/schemas/Cases_case_status' + $ref: "#/components/schemas/Cases_case_status" tags: example: - tag-1 @@ -47139,7 +47139,7 @@ components: nullable: true type: string updated_by: - $ref: '#/components/schemas/Cases_case_response_updated_by_properties' + $ref: "#/components/schemas/Cases_case_response_updated_by_properties" version: example: WzUzMiwxXQ== type: string @@ -47589,18 +47589,18 @@ components: connector. properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" category: - $ref: '#/components/schemas/Cases_case_category' + $ref: "#/components/schemas/Cases_case_category" connector: oneOf: - - $ref: '#/components/schemas/Cases_connector_properties_none' - - $ref: '#/components/schemas/Cases_connector_properties_cases_webhook' - - $ref: '#/components/schemas/Cases_connector_properties_jira' - - $ref: '#/components/schemas/Cases_connector_properties_resilient' - - $ref: '#/components/schemas/Cases_connector_properties_servicenow' - - $ref: '#/components/schemas/Cases_connector_properties_servicenow_sir' - - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + - $ref: "#/components/schemas/Cases_connector_properties_none" + - $ref: "#/components/schemas/Cases_connector_properties_cases_webhook" + - $ref: "#/components/schemas/Cases_connector_properties_jira" + - $ref: "#/components/schemas/Cases_connector_properties_resilient" + - $ref: "#/components/schemas/Cases_connector_properties_servicenow" + - $ref: "#/components/schemas/Cases_connector_properties_servicenow_sir" + - $ref: "#/components/schemas/Cases_connector_properties_swimlane" customFields: description: > Custom field values for a case. Any optional custom fields that are @@ -47642,17 +47642,17 @@ components: minItems: 0 type: array description: - $ref: '#/components/schemas/Cases_case_description' + $ref: "#/components/schemas/Cases_case_description" owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" tags: - $ref: '#/components/schemas/Cases_case_tags' + $ref: "#/components/schemas/Cases_case_tags" title: - $ref: '#/components/schemas/Cases_case_title' + $ref: "#/components/schemas/Cases_case_title" required: - connector - description @@ -47710,7 +47710,7 @@ components: type: string Cases_owners: items: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" type: array Cases_payload_alert_comment: type: object @@ -47733,7 +47733,7 @@ components: type: string type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" rule: type: object properties: @@ -47753,7 +47753,7 @@ components: type: object properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" Cases_payload_connector: type: object properties: @@ -47855,12 +47855,12 @@ components: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" Cases_payload_create_case: type: object properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" connector: type: object properties: @@ -47959,17 +47959,17 @@ components: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" description: type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" status: - $ref: '#/components/schemas/Cases_case_status' + $ref: "#/components/schemas/Cases_case_status" tags: items: example: @@ -47993,22 +47993,22 @@ components: type: object properties: externalService: - $ref: '#/components/schemas/Cases_external_service' + $ref: "#/components/schemas/Cases_external_service" Cases_payload_settings: type: object properties: settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" Cases_payload_severity: type: object properties: severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" Cases_payload_status: type: object properties: status: - $ref: '#/components/schemas/Cases_case_status' + $ref: "#/components/schemas/Cases_case_status" Cases_payload_tags: type: object properties: @@ -48032,7 +48032,7 @@ components: comment: type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" type: enum: - user @@ -48064,7 +48064,7 @@ components: type: string Cases_searchFieldsTypeArray: items: - $ref: '#/components/schemas/Cases_searchFieldsType' + $ref: "#/components/schemas/Cases_searchFieldsType" type: array Cases_set_case_configuration_request: description: >- @@ -48072,7 +48072,7 @@ components: connector for cases. properties: closure_type: - $ref: '#/components/schemas/Cases_closure_types' + $ref: "#/components/schemas/Cases_closure_types" connector: description: An object that contains the connector configuration. type: object @@ -48099,7 +48099,7 @@ components: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" required: - fields - id @@ -48152,9 +48152,9 @@ components: minItems: 0 type: array owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" templates: - $ref: '#/components/schemas/Cases_templates' + $ref: "#/components/schemas/Cases_templates" required: - closure_type - connector @@ -48175,7 +48175,7 @@ components: type: string Cases_string_array: items: - $ref: '#/components/schemas/Cases_string' + $ref: "#/components/schemas/Cases_string" maxItems: 100 type: array Cases_template_tags: @@ -48195,9 +48195,9 @@ components: type: object properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" category: - $ref: '#/components/schemas/Cases_case_category' + $ref: "#/components/schemas/Cases_case_category" connector: type: object properties: @@ -48223,7 +48223,7 @@ components: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" customFields: description: Custom field values in the template. items: @@ -48250,15 +48250,15 @@ components: type: array x-state: Technical preview description: - $ref: '#/components/schemas/Cases_case_description' + $ref: "#/components/schemas/Cases_case_description" settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" tags: - $ref: '#/components/schemas/Cases_case_tags' + $ref: "#/components/schemas/Cases_case_tags" title: - $ref: '#/components/schemas/Cases_case_title' + $ref: "#/components/schemas/Cases_case_title" description: description: A description for the template. type: string @@ -48272,7 +48272,7 @@ components: description: The name of the template. type: string tags: - $ref: '#/components/schemas/Cases_template_tags' + $ref: "#/components/schemas/Cases_template_tags" type: array x-state: Technical preview Cases_update_alert_comment_request_properties: @@ -48280,7 +48280,7 @@ components: type: object properties: alertId: - $ref: '#/components/schemas/Cases_alert_identifiers' + $ref: "#/components/schemas/Cases_alert_identifiers" id: description: > The identifier for the comment. To retrieve comment IDs, use the get @@ -48288,11 +48288,11 @@ components: example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 type: string index: - $ref: '#/components/schemas/Cases_alert_indices' + $ref: "#/components/schemas/Cases_alert_indices" owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" rule: - $ref: '#/components/schemas/Cases_rule' + $ref: "#/components/schemas/Cases_rule" type: description: The type of comment. enum: @@ -48320,12 +48320,12 @@ components: are updating an alert or a comment. discriminator: mapping: - alert: '#/components/schemas/Cases_update_alert_comment_request_properties' - user: '#/components/schemas/Cases_update_user_comment_request_properties' + alert: "#/components/schemas/Cases_update_alert_comment_request_properties" + user: "#/components/schemas/Cases_update_user_comment_request_properties" propertyName: type oneOf: - - $ref: '#/components/schemas/Cases_update_alert_comment_request_properties' - - $ref: '#/components/schemas/Cases_update_user_comment_request_properties' + - $ref: "#/components/schemas/Cases_update_alert_comment_request_properties" + - $ref: "#/components/schemas/Cases_update_user_comment_request_properties" title: Update case comment request Cases_update_case_configuration_request: description: > @@ -48333,7 +48333,7 @@ components: templates, and the default connector for cases. properties: closure_type: - $ref: '#/components/schemas/Cases_closure_types' + $ref: "#/components/schemas/Cases_closure_types" connector: description: An object that contains the connector configuration. type: object @@ -48360,7 +48360,7 @@ components: example: none type: string type: - $ref: '#/components/schemas/Cases_connector_types' + $ref: "#/components/schemas/Cases_connector_types" required: - fields - id @@ -48411,7 +48411,7 @@ components: - type type: array templates: - $ref: '#/components/schemas/Cases_templates' + $ref: "#/components/schemas/Cases_templates" version: description: > The version of the connector. To retrieve the version value, use the @@ -48433,20 +48433,20 @@ components: type: object properties: assignees: - $ref: '#/components/schemas/Cases_assignees' + $ref: "#/components/schemas/Cases_assignees" category: - $ref: '#/components/schemas/Cases_case_category' + $ref: "#/components/schemas/Cases_case_category" connector: oneOf: - - $ref: '#/components/schemas/Cases_connector_properties_none' + - $ref: "#/components/schemas/Cases_connector_properties_none" - $ref: >- #/components/schemas/Cases_connector_properties_cases_webhook - - $ref: '#/components/schemas/Cases_connector_properties_jira' - - $ref: '#/components/schemas/Cases_connector_properties_resilient' - - $ref: '#/components/schemas/Cases_connector_properties_servicenow' + - $ref: "#/components/schemas/Cases_connector_properties_jira" + - $ref: "#/components/schemas/Cases_connector_properties_resilient" + - $ref: "#/components/schemas/Cases_connector_properties_servicenow" - $ref: >- #/components/schemas/Cases_connector_properties_servicenow_sir - - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + - $ref: "#/components/schemas/Cases_connector_properties_swimlane" customFields: description: > Custom field values for a case. Any optional custom fields @@ -48489,21 +48489,21 @@ components: minItems: 0 type: array description: - $ref: '#/components/schemas/Cases_case_description' + $ref: "#/components/schemas/Cases_case_description" id: description: The identifier for the case. maxLength: 30000 type: string settings: - $ref: '#/components/schemas/Cases_settings' + $ref: "#/components/schemas/Cases_settings" severity: - $ref: '#/components/schemas/Cases_case_severity' + $ref: "#/components/schemas/Cases_case_severity" status: - $ref: '#/components/schemas/Cases_case_status' + $ref: "#/components/schemas/Cases_case_status" tags: - $ref: '#/components/schemas/Cases_case_tags' + $ref: "#/components/schemas/Cases_case_tags" title: - $ref: '#/components/schemas/Cases_case_title' + $ref: "#/components/schemas/Cases_case_title" version: description: >- The current version of the case. To determine this value, use @@ -48534,7 +48534,7 @@ components: example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" type: description: The type of comment. enum: @@ -48559,13 +48559,13 @@ components: type: object properties: action: - $ref: '#/components/schemas/Cases_actions' + $ref: "#/components/schemas/Cases_actions" comment_id: example: 578608d0-03b1-11ed-920c-974bfa104448 nullable: true type: string created_at: - example: '2022-05-13T09:16:17.416Z' + example: "2022-05-13T09:16:17.416Z" format: date-time type: string created_by: @@ -48594,22 +48594,22 @@ components: example: 22fd3e30-03b1-11ed-920c-974bfa104448 type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" payload: oneOf: - - $ref: '#/components/schemas/Cases_payload_alert_comment' - - $ref: '#/components/schemas/Cases_payload_assignees' - - $ref: '#/components/schemas/Cases_payload_connector' - - $ref: '#/components/schemas/Cases_payload_create_case' - - $ref: '#/components/schemas/Cases_payload_delete' - - $ref: '#/components/schemas/Cases_payload_description' - - $ref: '#/components/schemas/Cases_payload_pushed' - - $ref: '#/components/schemas/Cases_payload_settings' - - $ref: '#/components/schemas/Cases_payload_severity' - - $ref: '#/components/schemas/Cases_payload_status' - - $ref: '#/components/schemas/Cases_payload_tags' - - $ref: '#/components/schemas/Cases_payload_title' - - $ref: '#/components/schemas/Cases_payload_user_comment' + - $ref: "#/components/schemas/Cases_payload_alert_comment" + - $ref: "#/components/schemas/Cases_payload_assignees" + - $ref: "#/components/schemas/Cases_payload_connector" + - $ref: "#/components/schemas/Cases_payload_create_case" + - $ref: "#/components/schemas/Cases_payload_delete" + - $ref: "#/components/schemas/Cases_payload_description" + - $ref: "#/components/schemas/Cases_payload_pushed" + - $ref: "#/components/schemas/Cases_payload_settings" + - $ref: "#/components/schemas/Cases_payload_severity" + - $ref: "#/components/schemas/Cases_payload_status" + - $ref: "#/components/schemas/Cases_payload_tags" + - $ref: "#/components/schemas/Cases_payload_title" + - $ref: "#/components/schemas/Cases_payload_user_comment" type: description: The type of action. enum: @@ -48643,7 +48643,7 @@ components: type: object properties: action: - $ref: '#/components/schemas/Cases_actions' + $ref: "#/components/schemas/Cases_actions" action_id: example: 22fd3e30-03b1-11ed-920c-974bfa104448 type: string @@ -48655,7 +48655,7 @@ components: nullable: true type: string created_at: - example: '2022-05-13T09:16:17.416Z' + example: "2022-05-13T09:16:17.416Z" format: date-time type: string created_by: @@ -48681,24 +48681,24 @@ components: - full_name - username owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" payload: oneOf: - - $ref: '#/components/schemas/Cases_payload_alert_comment' - - $ref: '#/components/schemas/Cases_payload_assignees' - - $ref: '#/components/schemas/Cases_payload_connector' - - $ref: '#/components/schemas/Cases_payload_create_case' - - $ref: '#/components/schemas/Cases_payload_delete' - - $ref: '#/components/schemas/Cases_payload_description' - - $ref: '#/components/schemas/Cases_payload_pushed' - - $ref: '#/components/schemas/Cases_payload_settings' - - $ref: '#/components/schemas/Cases_payload_severity' - - $ref: '#/components/schemas/Cases_payload_status' - - $ref: '#/components/schemas/Cases_payload_tags' - - $ref: '#/components/schemas/Cases_payload_title' - - $ref: '#/components/schemas/Cases_payload_user_comment' + - $ref: "#/components/schemas/Cases_payload_alert_comment" + - $ref: "#/components/schemas/Cases_payload_assignees" + - $ref: "#/components/schemas/Cases_payload_connector" + - $ref: "#/components/schemas/Cases_payload_create_case" + - $ref: "#/components/schemas/Cases_payload_delete" + - $ref: "#/components/schemas/Cases_payload_description" + - $ref: "#/components/schemas/Cases_payload_pushed" + - $ref: "#/components/schemas/Cases_payload_settings" + - $ref: "#/components/schemas/Cases_payload_severity" + - $ref: "#/components/schemas/Cases_payload_status" + - $ref: "#/components/schemas/Cases_payload_tags" + - $ref: "#/components/schemas/Cases_payload_title" + - $ref: "#/components/schemas/Cases_payload_user_comment" type: - $ref: '#/components/schemas/Cases_action_types' + $ref: "#/components/schemas/Cases_action_types" required: - action - action_id @@ -48717,23 +48717,23 @@ components: example: A new comment. type: string created_at: - example: '2022-05-13T09:16:17.416Z' + example: "2022-05-13T09:16:17.416Z" format: date-time type: string created_by: - $ref: '#/components/schemas/Cases_case_response_created_by_properties' + $ref: "#/components/schemas/Cases_case_response_created_by_properties" id: example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 type: string owner: - $ref: '#/components/schemas/Cases_owner' + $ref: "#/components/schemas/Cases_owner" pushed_at: example: null format: date-time nullable: true type: string pushed_by: - $ref: '#/components/schemas/Cases_case_response_pushed_by_properties' + $ref: "#/components/schemas/Cases_case_response_pushed_by_properties" type: enum: - user @@ -48745,7 +48745,7 @@ components: nullable: true type: string updated_by: - $ref: '#/components/schemas/Cases_case_response_updated_by_properties' + $ref: "#/components/schemas/Cases_case_response_updated_by_properties" version: example: WzIwNDMxLDFd type: string @@ -48797,13 +48797,13 @@ components: type: object properties: allowNoIndex: - $ref: '#/components/schemas/Data_views_allownoindex' + $ref: "#/components/schemas/Data_views_allownoindex" fieldAttrs: additionalProperties: - $ref: '#/components/schemas/Data_views_fieldattrs' + $ref: "#/components/schemas/Data_views_fieldattrs" type: object fieldFormats: - $ref: '#/components/schemas/Data_views_fieldformats' + $ref: "#/components/schemas/Data_views_fieldformats" fields: type: object id: @@ -48812,21 +48812,21 @@ components: description: The data view name. type: string namespaces: - $ref: '#/components/schemas/Data_views_namespaces' + $ref: "#/components/schemas/Data_views_namespaces" runtimeFieldMap: additionalProperties: - $ref: '#/components/schemas/Data_views_runtimefieldmap' + $ref: "#/components/schemas/Data_views_runtimefieldmap" type: object sourceFilters: - $ref: '#/components/schemas/Data_views_sourcefilters' + $ref: "#/components/schemas/Data_views_sourcefilters" timeFieldName: - $ref: '#/components/schemas/Data_views_timefieldname' + $ref: "#/components/schemas/Data_views_timefieldname" title: - $ref: '#/components/schemas/Data_views_title' + $ref: "#/components/schemas/Data_views_title" type: - $ref: '#/components/schemas/Data_views_type' + $ref: "#/components/schemas/Data_views_type" typeMeta: - $ref: '#/components/schemas/Data_views_typemeta' + $ref: "#/components/schemas/Data_views_typemeta" version: type: string required: @@ -48847,13 +48847,13 @@ components: type: object properties: allowNoIndex: - $ref: '#/components/schemas/Data_views_allownoindex' + $ref: "#/components/schemas/Data_views_allownoindex" fieldAttrs: additionalProperties: - $ref: '#/components/schemas/Data_views_fieldattrs' + $ref: "#/components/schemas/Data_views_fieldattrs" type: object fieldFormats: - $ref: '#/components/schemas/Data_views_fieldformats' + $ref: "#/components/schemas/Data_views_fieldformats" fields: type: object id: @@ -48863,19 +48863,19 @@ components: description: The data view name. type: string namespaces: - $ref: '#/components/schemas/Data_views_namespaces' + $ref: "#/components/schemas/Data_views_namespaces" runtimeFieldMap: additionalProperties: - $ref: '#/components/schemas/Data_views_runtimefieldmap' + $ref: "#/components/schemas/Data_views_runtimefieldmap" type: object sourceFilters: - $ref: '#/components/schemas/Data_views_sourcefilters' + $ref: "#/components/schemas/Data_views_sourcefilters" timeFieldName: - $ref: '#/components/schemas/Data_views_timefieldname' + $ref: "#/components/schemas/Data_views_timefieldname" title: - $ref: '#/components/schemas/Data_views_title' + $ref: "#/components/schemas/Data_views_title" typeMeta: - $ref: '#/components/schemas/Data_views_typemeta_response' + $ref: "#/components/schemas/Data_views_typemeta_response" version: example: WzQ2LDJd type: string @@ -49012,27 +49012,27 @@ components: type: object properties: allowNoIndex: - $ref: '#/components/schemas/Data_views_allownoindex' + $ref: "#/components/schemas/Data_views_allownoindex" fieldFormats: - $ref: '#/components/schemas/Data_views_fieldformats' + $ref: "#/components/schemas/Data_views_fieldformats" fields: type: object name: type: string runtimeFieldMap: additionalProperties: - $ref: '#/components/schemas/Data_views_runtimefieldmap' + $ref: "#/components/schemas/Data_views_runtimefieldmap" type: object sourceFilters: - $ref: '#/components/schemas/Data_views_sourcefilters' + $ref: "#/components/schemas/Data_views_sourcefilters" timeFieldName: - $ref: '#/components/schemas/Data_views_timefieldname' + $ref: "#/components/schemas/Data_views_timefieldname" title: - $ref: '#/components/schemas/Data_views_title' + $ref: "#/components/schemas/Data_views_title" type: - $ref: '#/components/schemas/Data_views_type' + $ref: "#/components/schemas/Data_views_type" typeMeta: - $ref: '#/components/schemas/Data_views_typemeta' + $ref: "#/components/schemas/Data_views_typemeta" refresh_fields: default: false description: Reloads the data view fields after the data view is updated. @@ -49310,7 +49310,7 @@ components: properties: datafeedsAdded: additionalProperties: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseDatafeeds' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseDatafeeds" description: >- If a saved object for an anomaly detection job is missing a datafeed identifier, it is added when you run the sync machine learning saved @@ -49318,7 +49318,7 @@ components: type: object datafeedsRemoved: additionalProperties: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseDatafeeds' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseDatafeeds" description: >- If a saved object for an anomaly detection job references a datafeed that no longer exists, it is deleted when you run the sync machine @@ -49352,7 +49352,7 @@ components: contains the synchronization status. properties: success: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess" title: Sync API response for anomaly detection jobs type: object Machine_learning_APIs_mlSyncResponseDatafeeds: @@ -49363,7 +49363,7 @@ components: synchronization status. properties: success: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess" title: Sync API response for datafeeds type: object Machine_learning_APIs_mlSyncResponseDataFrameAnalytics: @@ -49374,7 +49374,7 @@ components: contains the synchronization status. properties: success: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess" title: Sync API response for data frame analytics jobs type: object Machine_learning_APIs_mlSyncResponseSavedObjectsCreated: @@ -49450,7 +49450,7 @@ components: synchronization status. properties: success: - $ref: '#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess' + $ref: "#/components/schemas/Machine_learning_APIs_mlSyncResponseSuccess" title: Sync API response for trained models type: object Saved_objects_400_response: @@ -49533,12 +49533,12 @@ components: field: type: string id: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" namespace: description: Kibana space type: string timestamp: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" updatedAt: type: string updatedBy: @@ -49647,7 +49647,7 @@ components: description: model type: string provider: - $ref: '#/components/schemas/Security_AI_Assistant_API_Provider' + $ref: "#/components/schemas/Security_AI_Assistant_API_Provider" description: Provider required: - connectorId @@ -49683,7 +49683,7 @@ components: type: string messages: items: - $ref: '#/components/schemas/Security_AI_Assistant_API_ChatMessage' + $ref: "#/components/schemas/Security_AI_Assistant_API_ChatMessage" type: array model: type: string @@ -49705,14 +49705,14 @@ components: description: Message content. type: string data: - $ref: '#/components/schemas/Security_AI_Assistant_API_MessageData' + $ref: "#/components/schemas/Security_AI_Assistant_API_MessageData" description: ECS object to attach to the context of the message. fields_to_anonymize: items: type: string type: array role: - $ref: '#/components/schemas/Security_AI_Assistant_API_ChatMessageRole' + $ref: "#/components/schemas/Security_AI_Assistant_API_ChatMessageRole" description: Message role. required: - role @@ -49740,10 +49740,10 @@ components: type: object properties: apiConfig: - $ref: '#/components/schemas/Security_AI_Assistant_API_ApiConfig' + $ref: "#/components/schemas/Security_AI_Assistant_API_ApiConfig" description: LLM API configuration. category: - $ref: '#/components/schemas/Security_AI_Assistant_API_ConversationCategory' + $ref: "#/components/schemas/Security_AI_Assistant_API_ConversationCategory" description: The conversation category. excludeFromLastConversationStorage: description: excludeFromLastConversationStorage. @@ -49757,10 +49757,10 @@ components: messages: description: The conversation messages. items: - $ref: '#/components/schemas/Security_AI_Assistant_API_Message' + $ref: "#/components/schemas/Security_AI_Assistant_API_Message" type: array replacements: - $ref: '#/components/schemas/Security_AI_Assistant_API_Replacements' + $ref: "#/components/schemas/Security_AI_Assistant_API_Replacements" title: description: The conversation title. type: string @@ -49770,10 +49770,10 @@ components: type: object properties: apiConfig: - $ref: '#/components/schemas/Security_AI_Assistant_API_ApiConfig' + $ref: "#/components/schemas/Security_AI_Assistant_API_ApiConfig" description: LLM API configuration. category: - $ref: '#/components/schemas/Security_AI_Assistant_API_ConversationCategory' + $ref: "#/components/schemas/Security_AI_Assistant_API_ConversationCategory" description: The conversation category. createdAt: description: The last time conversation was updated. @@ -49782,24 +49782,24 @@ components: description: excludeFromLastConversationStorage. type: boolean id: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" isDefault: description: Is default conversation. type: boolean messages: description: The conversation messages. items: - $ref: '#/components/schemas/Security_AI_Assistant_API_Message' + $ref: "#/components/schemas/Security_AI_Assistant_API_Message" type: array namespace: description: Kibana space type: string replacements: - $ref: '#/components/schemas/Security_AI_Assistant_API_Replacements' + $ref: "#/components/schemas/Security_AI_Assistant_API_Replacements" summary: - $ref: '#/components/schemas/Security_AI_Assistant_API_ConversationSummary' + $ref: "#/components/schemas/Security_AI_Assistant_API_ConversationSummary" timestamp: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" title: description: The conversation title. type: string @@ -49808,7 +49808,7 @@ components: type: string users: items: - $ref: '#/components/schemas/Security_AI_Assistant_API_User' + $ref: "#/components/schemas/Security_AI_Assistant_API_User" type: array required: - id @@ -49833,31 +49833,31 @@ components: description: Define if summary is marked as publicly available. type: boolean timestamp: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" description: The timestamp summary was updated. Security_AI_Assistant_API_ConversationUpdateProps: type: object properties: apiConfig: - $ref: '#/components/schemas/Security_AI_Assistant_API_ApiConfig' + $ref: "#/components/schemas/Security_AI_Assistant_API_ApiConfig" description: LLM API configuration. category: - $ref: '#/components/schemas/Security_AI_Assistant_API_ConversationCategory' + $ref: "#/components/schemas/Security_AI_Assistant_API_ConversationCategory" description: The conversation category. excludeFromLastConversationStorage: description: excludeFromLastConversationStorage. type: boolean id: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" messages: description: The conversation messages. items: - $ref: '#/components/schemas/Security_AI_Assistant_API_Message' + $ref: "#/components/schemas/Security_AI_Assistant_API_Message" type: array replacements: - $ref: '#/components/schemas/Security_AI_Assistant_API_Replacements' + $ref: "#/components/schemas/Security_AI_Assistant_API_Replacements" summary: - $ref: '#/components/schemas/Security_AI_Assistant_API_ConversationSummary' + $ref: "#/components/schemas/Security_AI_Assistant_API_ConversationSummary" title: description: The conversation title. type: string @@ -49896,16 +49896,16 @@ components: description: Is error message. type: boolean reader: - $ref: '#/components/schemas/Security_AI_Assistant_API_Reader' + $ref: "#/components/schemas/Security_AI_Assistant_API_Reader" description: Message content. role: - $ref: '#/components/schemas/Security_AI_Assistant_API_MessageRole' + $ref: "#/components/schemas/Security_AI_Assistant_API_MessageRole" description: Message role. timestamp: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" description: The timestamp message was sent or received. traceData: - $ref: '#/components/schemas/Security_AI_Assistant_API_TraceData' + $ref: "#/components/schemas/Security_AI_Assistant_API_TraceData" description: trace Data required: - timestamp @@ -49982,7 +49982,7 @@ components: name: type: string promptType: - $ref: '#/components/schemas/Security_AI_Assistant_API_PromptType' + $ref: "#/components/schemas/Security_AI_Assistant_API_PromptType" required: - name - content @@ -50014,7 +50014,7 @@ components: createdBy: type: string id: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" isDefault: type: boolean isNewConversationDefault: @@ -50025,16 +50025,16 @@ components: description: Kibana space type: string promptType: - $ref: '#/components/schemas/Security_AI_Assistant_API_PromptType' + $ref: "#/components/schemas/Security_AI_Assistant_API_PromptType" timestamp: - $ref: '#/components/schemas/Security_AI_Assistant_API_NonEmptyString' + $ref: "#/components/schemas/Security_AI_Assistant_API_NonEmptyString" updatedAt: type: string updatedBy: type: string users: items: - $ref: '#/components/schemas/Security_AI_Assistant_API_User' + $ref: "#/components/schemas/Security_AI_Assistant_API_User" type: array required: - id @@ -50093,7 +50093,7 @@ components: properties: created: items: - $ref: '#/components/schemas/Security_AI_Assistant_API_PromptResponse' + $ref: "#/components/schemas/Security_AI_Assistant_API_PromptResponse" type: array deleted: items: @@ -50106,7 +50106,7 @@ components: type: array updated: items: - $ref: '#/components/schemas/Security_AI_Assistant_API_PromptResponse' + $ref: "#/components/schemas/Security_AI_Assistant_API_PromptResponse" type: array required: - updated @@ -50186,12 +50186,12 @@ components: add: description: A list of users ids to assign. items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" type: array remove: description: A list of users ids to unassign. items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" type: array required: - add @@ -50199,7 +50199,7 @@ components: Security_Detections_API_AlertIds: description: A list of alerts ids. items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" minItems: 1 type: array Security_Detections_API_AlertsIndex: @@ -50254,7 +50254,7 @@ components: type: integer Security_Detections_API_AlertsSort: oneOf: - - $ref: '#/components/schemas/Security_Detections_API_AlertsSortCombinations' + - $ref: "#/components/schemas/Security_Detections_API_AlertsSortCombinations" - items: $ref: >- #/components/schemas/Security_Detections_API_AlertsSortCombinations @@ -50278,7 +50278,7 @@ components: $ref: >- #/components/schemas/Security_Detections_API_AlertSuppressionDuration group_by: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppressionGroupBy' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppressionGroupBy" missing_fields_strategy: $ref: >- #/components/schemas/Security_Detections_API_AlertSuppressionMissingFieldsStrategy @@ -50318,10 +50318,10 @@ components: - suppress type: string Security_Detections_API_AlertTag: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" Security_Detections_API_AlertTags: items: - $ref: '#/components/schemas/Security_Detections_API_AlertTag' + $ref: "#/components/schemas/Security_Detections_API_AlertTag" type: array Security_Detections_API_AlertVersion: type: object @@ -50370,7 +50370,7 @@ components: - set_index_patterns type: string value: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" required: - type - value @@ -50384,7 +50384,7 @@ components: - set_investigation_fields type: string value: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" required: - type - value @@ -50450,7 +50450,7 @@ components: - set_tags type: string value: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" required: - type - value @@ -50465,7 +50465,7 @@ components: type: object properties: timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle @@ -50492,15 +50492,15 @@ components: name: type: string skip_reason: - $ref: '#/components/schemas/Security_Detections_API_BulkEditSkipReason' + $ref: "#/components/schemas/Security_Detections_API_BulkEditSkipReason" required: - id - skip_reason Security_Detections_API_BulkCrudRulesResponse: items: oneOf: - - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' - - $ref: '#/components/schemas/Security_Detections_API_ErrorSchema' + - $ref: "#/components/schemas/Security_Detections_API_RuleResponse" + - $ref: "#/components/schemas/Security_Detections_API_ErrorSchema" type: array Security_Detections_API_BulkDeleteRules: type: object @@ -50603,19 +50603,19 @@ components: properties: created: items: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" type: array deleted: items: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" type: array skipped: items: - $ref: '#/components/schemas/Security_Detections_API_BulkActionSkipResult' + $ref: "#/components/schemas/Security_Detections_API_BulkActionSkipResult" type: array updated: items: - $ref: '#/components/schemas/Security_Detections_API_RuleResponse' + $ref: "#/components/schemas/Security_Detections_API_RuleResponse" type: array required: - updated @@ -50648,7 +50648,7 @@ components: edit: description: Array of objects containing the edit operations items: - $ref: '#/components/schemas/Security_Detections_API_BulkActionEditPayload' + $ref: "#/components/schemas/Security_Detections_API_BulkActionEditPayload" minItems: 1 type: array ids: @@ -50773,8 +50773,8 @@ components: type: string params: oneOf: - - $ref: '#/components/schemas/Security_Detections_API_DefaultParams' - - $ref: '#/components/schemas/Security_Detections_API_ProcessesParams' + - $ref: "#/components/schemas/Security_Detections_API_DefaultParams" + - $ref: "#/components/schemas/Security_Detections_API_ProcessesParams" required: - action_type_id - params @@ -50782,19 +50782,19 @@ components: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" event_category_override: - $ref: '#/components/schemas/Security_Detections_API_EventCategoryOverride' + $ref: "#/components/schemas/Security_Detections_API_EventCategoryOverride" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" tiebreaker_field: - $ref: '#/components/schemas/Security_Detections_API_TiebreakerField' + $ref: "#/components/schemas/Security_Detections_API_TiebreakerField" timestamp_field: - $ref: '#/components/schemas/Security_Detections_API_TimestampField' + $ref: "#/components/schemas/Security_Detections_API_TimestampField" Security_Detections_API_EqlQueryLanguage: enum: - eql @@ -50803,10 +50803,10 @@ components: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_EqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_EqlQueryLanguage" description: Query language to use query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" description: EQL query to execute type: description: Rule type @@ -50823,7 +50823,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -50832,46 +50832,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -50882,40 +50882,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -50939,19 +50939,19 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' - - $ref: '#/components/schemas/Security_Detections_API_EqlRuleResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" + - $ref: "#/components/schemas/Security_Detections_API_EqlRuleResponseFields" Security_Detections_API_EqlRuleCreateFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRequiredFields' - - $ref: '#/components/schemas/Security_Detections_API_EqlOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_EqlRequiredFields" + - $ref: "#/components/schemas/Security_Detections_API_EqlOptionalFields" Security_Detections_API_EqlRuleCreateProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -50960,46 +50960,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51010,71 +51010,71 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_EqlRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_EqlRuleCreateFields" Security_Detections_API_EqlRulePatchFields: allOf: - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_EqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_EqlQueryLanguage" description: Query language to use query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" description: EQL query to execute type: description: Rule type enum: - eql type: string - - $ref: '#/components/schemas/Security_Detections_API_EqlOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_EqlOptionalFields" Security_Detections_API_EqlRulePatchProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51083,48 +51083,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51135,54 +51135,54 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' - - $ref: '#/components/schemas/Security_Detections_API_EqlRulePatchFields' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" + - $ref: "#/components/schemas/Security_Detections_API_EqlRulePatchFields" Security_Detections_API_EqlRuleResponseFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRequiredFields' - - $ref: '#/components/schemas/Security_Detections_API_EqlOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_EqlRequiredFields" + - $ref: "#/components/schemas/Security_Detections_API_EqlOptionalFields" Security_Detections_API_EqlRuleUpdateProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51191,48 +51191,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51243,48 +51243,48 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_EqlRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_EqlRuleCreateFields" Security_Detections_API_ErrorSchema: additionalProperties: false type: object @@ -51309,7 +51309,7 @@ components: minLength: 1 type: string rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" required: - error Security_Detections_API_EsqlQueryLanguage: @@ -51322,7 +51322,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51331,46 +51331,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51381,40 +51381,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -51438,19 +51438,19 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleResponseFields" Security_Detections_API_EsqlRuleCreateFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleRequiredFields' + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleRequiredFields" Security_Detections_API_EsqlRuleCreateProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51459,46 +51459,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51509,60 +51509,60 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleCreateFields" Security_Detections_API_EsqlRuleOptionalFields: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" Security_Detections_API_EsqlRulePatchProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51571,53 +51571,53 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" language: - $ref: '#/components/schemas/Security_Detections_API_EsqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_EsqlQueryLanguage" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" description: ESQL query to execute references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51628,55 +51628,55 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" type: description: Rule type enum: - esql type: string version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields" Security_Detections_API_EsqlRuleRequiredFields: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_EsqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_EsqlQueryLanguage" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" description: ESQL query to execute type: description: Rule type @@ -51689,15 +51689,15 @@ components: - query Security_Detections_API_EsqlRuleResponseFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleRequiredFields' + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleOptionalFields" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleRequiredFields" Security_Detections_API_EsqlRuleUpdateProps: allOf: - type: object properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51706,48 +51706,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -51758,48 +51758,48 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleCreateFields" Security_Detections_API_EventCategoryOverride: type: string Security_Detections_API_ExceptionListType: @@ -51847,21 +51847,21 @@ components: - updatedAt type: string Security_Detections_API_HistoryWindowStart: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" Security_Detections_API_IndexMigrationStatus: type: object properties: index: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" is_outdated: type: boolean migrations: items: - $ref: '#/components/schemas/Security_Detections_API_MigrationStatus' + $ref: "#/components/schemas/Security_Detections_API_MigrationStatus" type: array signal_versions: items: - $ref: '#/components/schemas/Security_Detections_API_AlertVersion' + $ref: "#/components/schemas/Security_Detections_API_AlertVersion" type: array version: type: integer @@ -51920,7 +51920,7 @@ components: properties: field_names: items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" minItems: 1 type: array required: @@ -51965,7 +51965,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -51974,46 +51974,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52024,40 +52024,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -52081,7 +52081,7 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" - $ref: >- #/components/schemas/Security_Detections_API_MachineLearningRuleResponseFields Security_Detections_API_MachineLearningRuleCreateFields: @@ -52096,7 +52096,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52105,46 +52105,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52155,42 +52155,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -52202,13 +52202,13 @@ components: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" Security_Detections_API_MachineLearningRulePatchFields: allOf: - type: object properties: anomaly_threshold: - $ref: '#/components/schemas/Security_Detections_API_AnomalyThreshold' + $ref: "#/components/schemas/Security_Detections_API_AnomalyThreshold" machine_learning_job_id: $ref: >- #/components/schemas/Security_Detections_API_MachineLearningJobId @@ -52225,7 +52225,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52234,48 +52234,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52286,51 +52286,51 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" - $ref: >- #/components/schemas/Security_Detections_API_MachineLearningRulePatchFields Security_Detections_API_MachineLearningRuleRequiredFields: type: object properties: anomaly_threshold: - $ref: '#/components/schemas/Security_Detections_API_AnomalyThreshold' + $ref: "#/components/schemas/Security_Detections_API_AnomalyThreshold" machine_learning_job_id: - $ref: '#/components/schemas/Security_Detections_API_MachineLearningJobId' + $ref: "#/components/schemas/Security_Detections_API_MachineLearningJobId" type: description: Rule type enum: @@ -52352,7 +52352,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52361,48 +52361,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52413,42 +52413,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -52540,7 +52540,7 @@ components: type: object properties: id: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" status: enum: - success @@ -52569,7 +52569,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52578,46 +52578,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52628,40 +52628,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -52685,7 +52685,7 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" - $ref: >- #/components/schemas/Security_Detections_API_NewTermsRuleResponseFields Security_Detections_API_NewTermsRuleCreateFields: @@ -52702,7 +52702,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52711,46 +52711,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52761,42 +52761,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -52808,28 +52808,28 @@ components: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" Security_Detections_API_NewTermsRuleOptionalFields: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" Security_Detections_API_NewTermsRulePatchFields: allOf: - type: object properties: history_window_start: - $ref: '#/components/schemas/Security_Detections_API_HistoryWindowStart' + $ref: "#/components/schemas/Security_Detections_API_HistoryWindowStart" new_terms_fields: - $ref: '#/components/schemas/Security_Detections_API_NewTermsFields' + $ref: "#/components/schemas/Security_Detections_API_NewTermsFields" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" type: description: Rule type enum: @@ -52845,7 +52845,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52854,48 +52854,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -52906,52 +52906,52 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' - - $ref: '#/components/schemas/Security_Detections_API_NewTermsRulePatchFields' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" + - $ref: "#/components/schemas/Security_Detections_API_NewTermsRulePatchFields" Security_Detections_API_NewTermsRuleRequiredFields: type: object properties: history_window_start: - $ref: '#/components/schemas/Security_Detections_API_HistoryWindowStart' + $ref: "#/components/schemas/Security_Detections_API_HistoryWindowStart" new_terms_fields: - $ref: '#/components/schemas/Security_Detections_API_NewTermsFields' + $ref: "#/components/schemas/Security_Detections_API_NewTermsFields" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" type: description: Rule type enum: @@ -52971,7 +52971,7 @@ components: - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" required: - language Security_Detections_API_NewTermsRuleUpdateProps: @@ -52980,7 +52980,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -52989,48 +52989,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -53041,42 +53041,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -53094,15 +53094,15 @@ components: type: object properties: alerts_filter: - $ref: '#/components/schemas/Security_Detections_API_RuleActionAlertsFilter' + $ref: "#/components/schemas/Security_Detections_API_RuleActionAlertsFilter" frequency: - $ref: '#/components/schemas/Security_Detections_API_RuleActionFrequency' + $ref: "#/components/schemas/Security_Detections_API_RuleActionFrequency" group: - $ref: '#/components/schemas/Security_Detections_API_RuleActionGroup' + $ref: "#/components/schemas/Security_Detections_API_RuleActionGroup" id: - $ref: '#/components/schemas/Security_Detections_API_RuleActionId' + $ref: "#/components/schemas/Security_Detections_API_RuleActionId" params: - $ref: '#/components/schemas/Security_Detections_API_RuleActionParams' + $ref: "#/components/schemas/Security_Detections_API_RuleActionParams" required: - id - params @@ -53116,7 +53116,7 @@ components: type: string rules: items: - $ref: '#/components/schemas/Security_Detections_API_RuleDetailsInError' + $ref: "#/components/schemas/Security_Detections_API_RuleDetailsInError" type: array status_code: type: integer @@ -53128,12 +53128,12 @@ components: type: object properties: ecs_mapping: - $ref: '#/components/schemas/Security_Detections_API_EcsMapping' + $ref: "#/components/schemas/Security_Detections_API_EcsMapping" pack_id: type: string queries: items: - $ref: '#/components/schemas/Security_Detections_API_OsqueryQuery' + $ref: "#/components/schemas/Security_Detections_API_OsqueryQuery" type: array query: type: string @@ -53145,7 +53145,7 @@ components: type: object properties: ecs_mapping: - $ref: '#/components/schemas/Security_Detections_API_EcsMapping' + $ref: "#/components/schemas/Security_Detections_API_EcsMapping" id: description: Query ID type: string @@ -53172,7 +53172,7 @@ components: - .osquery type: string params: - $ref: '#/components/schemas/Security_Detections_API_OsqueryParams' + $ref: "#/components/schemas/Security_Detections_API_OsqueryParams" required: - action_type_id - params @@ -53220,7 +53220,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -53229,46 +53229,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -53279,40 +53279,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -53336,12 +53336,12 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleResponseFields" Security_Detections_API_QueryRuleCreateFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleRequiredFields' - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleRequiredFields" + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleOptionalFields" - $ref: >- #/components/schemas/Security_Detections_API_QueryRuleDefaultableFields Security_Detections_API_QueryRuleCreateProps: @@ -53350,7 +53350,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -53359,46 +53359,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -53409,68 +53409,68 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleCreateFields" Security_Detections_API_QueryRuleDefaultableFields: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" Security_Detections_API_QueryRuleOptionalFields: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" saved_id: - $ref: '#/components/schemas/Security_Detections_API_SavedQueryId' + $ref: "#/components/schemas/Security_Detections_API_SavedQueryId" Security_Detections_API_QueryRulePatchFields: allOf: - type: object @@ -53480,7 +53480,7 @@ components: enum: - query type: string - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleOptionalFields" - $ref: >- #/components/schemas/Security_Detections_API_QueryRuleDefaultableFields Security_Detections_API_QueryRulePatchProps: @@ -53489,7 +53489,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -53498,48 +53498,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -53550,43 +53550,43 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' - - $ref: '#/components/schemas/Security_Detections_API_QueryRulePatchFields' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" + - $ref: "#/components/schemas/Security_Detections_API_QueryRulePatchFields" Security_Detections_API_QueryRuleRequiredFields: type: object properties: @@ -53599,14 +53599,14 @@ components: - type Security_Detections_API_QueryRuleResponseFields: allOf: - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleRequiredFields' - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleOptionalFields' + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleRequiredFields" + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleOptionalFields" - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" required: - query - language @@ -53616,7 +53616,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -53625,48 +53625,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -53677,48 +53677,48 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description - risk_score - severity - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleCreateFields' + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleCreateFields" Security_Detections_API_RelatedIntegration: description: > Related integration is a potential dependency of a rule. It's assumed @@ -53780,17 +53780,17 @@ components: type: object properties: integration: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" package: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" version: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" required: - package - version Security_Detections_API_RelatedIntegrationArray: items: - $ref: '#/components/schemas/Security_Detections_API_RelatedIntegration' + $ref: "#/components/schemas/Security_Detections_API_RelatedIntegration" type: array Security_Detections_API_RequiredField: description: > @@ -53833,10 +53833,10 @@ components: description: Whether the field is an ECS field type: boolean name: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: Name of an Elasticsearch field type: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: Type of the Elasticsearch field required: - name @@ -53844,7 +53844,7 @@ components: - ecs Security_Detections_API_RequiredFieldArray: items: - $ref: '#/components/schemas/Security_Detections_API_RequiredField' + $ref: "#/components/schemas/Security_Detections_API_RequiredField" type: array Security_Detections_API_RequiredFieldInput: description: >- @@ -53854,18 +53854,18 @@ components: type: object properties: name: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: Name of an Elasticsearch field type: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: Type of an Elasticsearch field required: - name - type Security_Detections_API_ResponseAction: oneOf: - - $ref: '#/components/schemas/Security_Detections_API_OsqueryResponseAction' - - $ref: '#/components/schemas/Security_Detections_API_EndpointResponseAction' + - $ref: "#/components/schemas/Security_Detections_API_OsqueryResponseAction" + - $ref: "#/components/schemas/Security_Detections_API_EndpointResponseAction" Security_Detections_API_ResponseFields: type: object properties: @@ -53875,20 +53875,20 @@ components: created_by: type: string execution_summary: - $ref: '#/components/schemas/Security_Detections_API_RuleExecutionSummary' + $ref: "#/components/schemas/Security_Detections_API_RuleExecutionSummary" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" immutable: - $ref: '#/components/schemas/Security_Detections_API_IsRuleImmutable' + $ref: "#/components/schemas/Security_Detections_API_IsRuleImmutable" required_fields: - $ref: '#/components/schemas/Security_Detections_API_RequiredFieldArray' + $ref: "#/components/schemas/Security_Detections_API_RequiredFieldArray" revision: minimum: 0 type: integer rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_source: - $ref: '#/components/schemas/Security_Detections_API_RuleSource' + $ref: "#/components/schemas/Security_Detections_API_RuleSource" updated_at: format: date-time type: string @@ -53925,7 +53925,7 @@ components: - equals type: string risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" value: type: string required: @@ -53940,17 +53940,17 @@ components: description: The action type used for sending notifications. type: string alerts_filter: - $ref: '#/components/schemas/Security_Detections_API_RuleActionAlertsFilter' + $ref: "#/components/schemas/Security_Detections_API_RuleActionAlertsFilter" frequency: - $ref: '#/components/schemas/Security_Detections_API_RuleActionFrequency' + $ref: "#/components/schemas/Security_Detections_API_RuleActionFrequency" group: - $ref: '#/components/schemas/Security_Detections_API_RuleActionGroup' + $ref: "#/components/schemas/Security_Detections_API_RuleActionGroup" id: - $ref: '#/components/schemas/Security_Detections_API_RuleActionId' + $ref: "#/components/schemas/Security_Detections_API_RuleActionId" params: - $ref: '#/components/schemas/Security_Detections_API_RuleActionParams' + $ref: "#/components/schemas/Security_Detections_API_RuleActionParams" uuid: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" required: - action_type_id - id @@ -53965,14 +53965,14 @@ components: type: object properties: notifyWhen: - $ref: '#/components/schemas/Security_Detections_API_RuleActionNotifyWhen' + $ref: "#/components/schemas/Security_Detections_API_RuleActionNotifyWhen" summary: description: >- Action summary indicates whether we will send a summary notification about all the generate alerts or notification per individual alert type: boolean throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" nullable: true required: - summary @@ -54018,8 +54018,8 @@ components: type: array Security_Detections_API_RuleCreateProps: anyOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRuleCreateProps' - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleCreateProps' + - $ref: "#/components/schemas/Security_Detections_API_EqlRuleCreateProps" + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleCreateProps" - $ref: >- #/components/schemas/Security_Detections_API_SavedQueryRuleCreateProps - $ref: >- @@ -54028,8 +54028,8 @@ components: #/components/schemas/Security_Detections_API_ThreatMatchRuleCreateProps - $ref: >- #/components/schemas/Security_Detections_API_MachineLearningRuleCreateProps - - $ref: '#/components/schemas/Security_Detections_API_NewTermsRuleCreateProps' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleCreateProps' + - $ref: "#/components/schemas/Security_Detections_API_NewTermsRuleCreateProps" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleCreateProps" discriminator: propertyName: type Security_Detections_API_RuleDescription: @@ -54048,10 +54048,10 @@ components: type: object properties: id: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: ID of the exception container list_id: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" description: List ID of the exception container namespace_type: description: Determines the exceptions validity in rule's Kibana space @@ -54060,7 +54060,7 @@ components: - single type: string type: - $ref: '#/components/schemas/Security_Detections_API_ExceptionListType' + $ref: "#/components/schemas/Security_Detections_API_ExceptionListType" required: - id - list_id @@ -54143,7 +54143,7 @@ components: $ref: >- #/components/schemas/Security_Detections_API_RuleExecutionMetrics status: - $ref: '#/components/schemas/Security_Detections_API_RuleExecutionStatus' + $ref: "#/components/schemas/Security_Detections_API_RuleExecutionStatus" description: Status of the last execution status_order: $ref: >- @@ -54191,29 +54191,29 @@ components: description: Sets the source field for the alert's signal.rule.name value type: string Security_Detections_API_RuleObjectId: - $ref: '#/components/schemas/Security_Detections_API_UUID' + $ref: "#/components/schemas/Security_Detections_API_UUID" Security_Detections_API_RulePatchProps: anyOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRulePatchProps' - - $ref: '#/components/schemas/Security_Detections_API_QueryRulePatchProps' + - $ref: "#/components/schemas/Security_Detections_API_EqlRulePatchProps" + - $ref: "#/components/schemas/Security_Detections_API_QueryRulePatchProps" - $ref: >- #/components/schemas/Security_Detections_API_SavedQueryRulePatchProps - - $ref: '#/components/schemas/Security_Detections_API_ThresholdRulePatchProps' + - $ref: "#/components/schemas/Security_Detections_API_ThresholdRulePatchProps" - $ref: >- #/components/schemas/Security_Detections_API_ThreatMatchRulePatchProps - $ref: >- #/components/schemas/Security_Detections_API_MachineLearningRulePatchProps - - $ref: '#/components/schemas/Security_Detections_API_NewTermsRulePatchProps' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRulePatchProps' + - $ref: "#/components/schemas/Security_Detections_API_NewTermsRulePatchProps" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRulePatchProps" Security_Detections_API_RulePreviewLoggedRequest: type: object properties: description: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" duration: type: integer request: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" required: - request Security_Detections_API_RulePreviewLogs: @@ -54224,7 +54224,7 @@ components: type: integer errors: items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" type: array requests: items: @@ -54232,10 +54232,10 @@ components: #/components/schemas/Security_Detections_API_RulePreviewLoggedRequest type: array startedAt: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" warnings: items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" type: array required: - errors @@ -54260,14 +54260,14 @@ components: type: array Security_Detections_API_RuleResponse: anyOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRule' - - $ref: '#/components/schemas/Security_Detections_API_QueryRule' - - $ref: '#/components/schemas/Security_Detections_API_SavedQueryRule' - - $ref: '#/components/schemas/Security_Detections_API_ThresholdRule' - - $ref: '#/components/schemas/Security_Detections_API_ThreatMatchRule' - - $ref: '#/components/schemas/Security_Detections_API_MachineLearningRule' - - $ref: '#/components/schemas/Security_Detections_API_NewTermsRule' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRule' + - $ref: "#/components/schemas/Security_Detections_API_EqlRule" + - $ref: "#/components/schemas/Security_Detections_API_QueryRule" + - $ref: "#/components/schemas/Security_Detections_API_SavedQueryRule" + - $ref: "#/components/schemas/Security_Detections_API_ThresholdRule" + - $ref: "#/components/schemas/Security_Detections_API_ThreatMatchRule" + - $ref: "#/components/schemas/Security_Detections_API_MachineLearningRule" + - $ref: "#/components/schemas/Security_Detections_API_NewTermsRule" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRule" discriminator: propertyName: type Security_Detections_API_RuleSignatureId: @@ -54281,8 +54281,8 @@ components: discriminator: propertyName: type oneOf: - - $ref: '#/components/schemas/Security_Detections_API_ExternalRuleSource' - - $ref: '#/components/schemas/Security_Detections_API_InternalRuleSource' + - $ref: "#/components/schemas/Security_Detections_API_ExternalRuleSource" + - $ref: "#/components/schemas/Security_Detections_API_InternalRuleSource" Security_Detections_API_RuleTagArray: description: >- String array containing words and phrases to help categorize, filter, @@ -54292,8 +54292,8 @@ components: type: array Security_Detections_API_RuleUpdateProps: anyOf: - - $ref: '#/components/schemas/Security_Detections_API_EqlRuleUpdateProps' - - $ref: '#/components/schemas/Security_Detections_API_QueryRuleUpdateProps' + - $ref: "#/components/schemas/Security_Detections_API_EqlRuleUpdateProps" + - $ref: "#/components/schemas/Security_Detections_API_QueryRuleUpdateProps" - $ref: >- #/components/schemas/Security_Detections_API_SavedQueryRuleUpdateProps - $ref: >- @@ -54302,8 +54302,8 @@ components: #/components/schemas/Security_Detections_API_ThreatMatchRuleUpdateProps - $ref: >- #/components/schemas/Security_Detections_API_MachineLearningRuleUpdateProps - - $ref: '#/components/schemas/Security_Detections_API_NewTermsRuleUpdateProps' - - $ref: '#/components/schemas/Security_Detections_API_EsqlRuleUpdateProps' + - $ref: "#/components/schemas/Security_Detections_API_NewTermsRuleUpdateProps" + - $ref: "#/components/schemas/Security_Detections_API_EsqlRuleUpdateProps" discriminator: propertyName: type Security_Detections_API_RuleVersion: @@ -54331,7 +54331,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -54340,46 +54340,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -54390,40 +54390,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -54447,7 +54447,7 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" - $ref: >- #/components/schemas/Security_Detections_API_SavedQueryRuleResponseFields Security_Detections_API_SavedQueryRuleCreateFields: @@ -54464,7 +54464,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -54473,46 +54473,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -54523,42 +54523,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -54570,26 +54570,26 @@ components: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" Security_Detections_API_SavedQueryRuleOptionalFields: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" Security_Detections_API_SavedQueryRulePatchFields: allOf: - type: object properties: saved_id: - $ref: '#/components/schemas/Security_Detections_API_SavedQueryId' + $ref: "#/components/schemas/Security_Detections_API_SavedQueryId" type: description: Rule type enum: @@ -54605,7 +54605,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -54614,48 +54614,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -54666,49 +54666,49 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" - $ref: >- #/components/schemas/Security_Detections_API_SavedQueryRulePatchFields Security_Detections_API_SavedQueryRuleRequiredFields: type: object properties: saved_id: - $ref: '#/components/schemas/Security_Detections_API_SavedQueryId' + $ref: "#/components/schemas/Security_Detections_API_SavedQueryId" type: description: Rule type enum: @@ -54726,7 +54726,7 @@ components: - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" required: - language Security_Detections_API_SavedQueryRuleUpdateProps: @@ -54735,7 +54735,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -54744,48 +54744,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -54796,42 +54796,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -54844,11 +54844,11 @@ components: properties: signal_ids: items: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" minItems: 1 type: array status: - $ref: '#/components/schemas/Security_Detections_API_AlertStatus' + $ref: "#/components/schemas/Security_Detections_API_AlertStatus" required: - signal_ids - status @@ -54865,7 +54865,7 @@ components: additionalProperties: true type: object status: - $ref: '#/components/schemas/Security_Detections_API_AlertStatus' + $ref: "#/components/schemas/Security_Detections_API_AlertStatus" required: - query - status @@ -54873,9 +54873,9 @@ components: type: object properties: tags_to_add: - $ref: '#/components/schemas/Security_Detections_API_AlertTags' + $ref: "#/components/schemas/Security_Detections_API_AlertTags" tags_to_remove: - $ref: '#/components/schemas/Security_Detections_API_AlertTags' + $ref: "#/components/schemas/Security_Detections_API_AlertTags" required: - tags_to_add - tags_to_remove @@ -54901,7 +54901,7 @@ components: - equals type: string severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" value: type: string required: @@ -54939,18 +54939,18 @@ components: description: Relevant attack framework type: string tactic: - $ref: '#/components/schemas/Security_Detections_API_ThreatTactic' + $ref: "#/components/schemas/Security_Detections_API_ThreatTactic" technique: description: Array containing information on the attack techniques (optional) items: - $ref: '#/components/schemas/Security_Detections_API_ThreatTechnique' + $ref: "#/components/schemas/Security_Detections_API_ThreatTechnique" type: array required: - framework - tactic Security_Detections_API_ThreatArray: items: - $ref: '#/components/schemas/Security_Detections_API_Threat' + $ref: "#/components/schemas/Security_Detections_API_Threat" type: array Security_Detections_API_ThreatFilters: items: @@ -54976,13 +54976,13 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" type: enum: - mapping type: string value: - $ref: '#/components/schemas/Security_Detections_API_NonEmptyString' + $ref: "#/components/schemas/Security_Detections_API_NonEmptyString" required: - field - type @@ -54998,7 +54998,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55007,46 +55007,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55057,40 +55057,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -55114,7 +55114,7 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" - $ref: >- #/components/schemas/Security_Detections_API_ThreatMatchRuleResponseFields Security_Detections_API_ThreatMatchRuleCreateFields: @@ -55131,7 +55131,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55140,46 +55140,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55190,42 +55190,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -55237,42 +55237,42 @@ components: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" Security_Detections_API_ThreatMatchRuleOptionalFields: type: object properties: alert_suppression: - $ref: '#/components/schemas/Security_Detections_API_AlertSuppression' + $ref: "#/components/schemas/Security_Detections_API_AlertSuppression" concurrent_searches: - $ref: '#/components/schemas/Security_Detections_API_ConcurrentSearches' + $ref: "#/components/schemas/Security_Detections_API_ConcurrentSearches" data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" items_per_search: - $ref: '#/components/schemas/Security_Detections_API_ItemsPerSearch' + $ref: "#/components/schemas/Security_Detections_API_ItemsPerSearch" saved_id: - $ref: '#/components/schemas/Security_Detections_API_SavedQueryId' + $ref: "#/components/schemas/Security_Detections_API_SavedQueryId" threat_filters: - $ref: '#/components/schemas/Security_Detections_API_ThreatFilters' + $ref: "#/components/schemas/Security_Detections_API_ThreatFilters" threat_indicator_path: - $ref: '#/components/schemas/Security_Detections_API_ThreatIndicatorPath' + $ref: "#/components/schemas/Security_Detections_API_ThreatIndicatorPath" threat_language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" Security_Detections_API_ThreatMatchRulePatchFields: allOf: - type: object properties: query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" threat_index: - $ref: '#/components/schemas/Security_Detections_API_ThreatIndex' + $ref: "#/components/schemas/Security_Detections_API_ThreatIndex" threat_mapping: - $ref: '#/components/schemas/Security_Detections_API_ThreatMapping' + $ref: "#/components/schemas/Security_Detections_API_ThreatMapping" threat_query: - $ref: '#/components/schemas/Security_Detections_API_ThreatQuery' + $ref: "#/components/schemas/Security_Detections_API_ThreatQuery" type: description: Rule type enum: @@ -55288,7 +55288,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55297,48 +55297,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55349,55 +55349,55 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" - $ref: >- #/components/schemas/Security_Detections_API_ThreatMatchRulePatchFields Security_Detections_API_ThreatMatchRuleRequiredFields: type: object properties: query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" threat_index: - $ref: '#/components/schemas/Security_Detections_API_ThreatIndex' + $ref: "#/components/schemas/Security_Detections_API_ThreatIndex" threat_mapping: - $ref: '#/components/schemas/Security_Detections_API_ThreatMapping' + $ref: "#/components/schemas/Security_Detections_API_ThreatMapping" threat_query: - $ref: '#/components/schemas/Security_Detections_API_ThreatQuery' + $ref: "#/components/schemas/Security_Detections_API_ThreatQuery" type: description: Rule type enum: @@ -55418,7 +55418,7 @@ components: - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" required: - language Security_Detections_API_ThreatMatchRuleUpdateProps: @@ -55427,7 +55427,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55436,48 +55436,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55488,42 +55488,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -55581,7 +55581,7 @@ components: subtechnique: description: Array containing more specific information on the attack technique items: - $ref: '#/components/schemas/Security_Detections_API_ThreatSubtechnique' + $ref: "#/components/schemas/Security_Detections_API_ThreatSubtechnique" type: array required: - id @@ -55591,11 +55591,11 @@ components: type: object properties: cardinality: - $ref: '#/components/schemas/Security_Detections_API_ThresholdCardinality' + $ref: "#/components/schemas/Security_Detections_API_ThresholdCardinality" field: - $ref: '#/components/schemas/Security_Detections_API_ThresholdField' + $ref: "#/components/schemas/Security_Detections_API_ThresholdField" value: - $ref: '#/components/schemas/Security_Detections_API_ThresholdValue' + $ref: "#/components/schemas/Security_Detections_API_ThresholdValue" required: - field - value @@ -55633,7 +55633,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55642,46 +55642,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55692,40 +55692,40 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -55749,7 +55749,7 @@ components: - setup - related_integrations - required_fields - - $ref: '#/components/schemas/Security_Detections_API_ResponseFields' + - $ref: "#/components/schemas/Security_Detections_API_ResponseFields" - $ref: >- #/components/schemas/Security_Detections_API_ThresholdRuleResponseFields Security_Detections_API_ThresholdRuleCreateFields: @@ -55766,7 +55766,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55775,46 +55775,46 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55825,42 +55825,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -55872,7 +55872,7 @@ components: type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" Security_Detections_API_ThresholdRuleOptionalFields: type: object properties: @@ -55880,21 +55880,21 @@ components: $ref: >- #/components/schemas/Security_Detections_API_ThresholdAlertSuppression data_view_id: - $ref: '#/components/schemas/Security_Detections_API_DataViewId' + $ref: "#/components/schemas/Security_Detections_API_DataViewId" filters: - $ref: '#/components/schemas/Security_Detections_API_RuleFilterArray' + $ref: "#/components/schemas/Security_Detections_API_RuleFilterArray" index: - $ref: '#/components/schemas/Security_Detections_API_IndexPatternArray' + $ref: "#/components/schemas/Security_Detections_API_IndexPatternArray" saved_id: - $ref: '#/components/schemas/Security_Detections_API_SavedQueryId' + $ref: "#/components/schemas/Security_Detections_API_SavedQueryId" Security_Detections_API_ThresholdRulePatchFields: allOf: - type: object properties: query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" threshold: - $ref: '#/components/schemas/Security_Detections_API_Threshold' + $ref: "#/components/schemas/Security_Detections_API_Threshold" type: description: Rule type enum: @@ -55910,7 +55910,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -55919,48 +55919,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -55971,51 +55971,51 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" - $ref: >- #/components/schemas/Security_Detections_API_ThresholdRulePatchFields Security_Detections_API_ThresholdRuleRequiredFields: type: object properties: query: - $ref: '#/components/schemas/Security_Detections_API_RuleQuery' + $ref: "#/components/schemas/Security_Detections_API_RuleQuery" threshold: - $ref: '#/components/schemas/Security_Detections_API_Threshold' + $ref: "#/components/schemas/Security_Detections_API_Threshold" type: description: Rule type enum: @@ -56034,7 +56034,7 @@ components: - type: object properties: language: - $ref: '#/components/schemas/Security_Detections_API_KqlQueryLanguage' + $ref: "#/components/schemas/Security_Detections_API_KqlQueryLanguage" required: - language Security_Detections_API_ThresholdRuleUpdateProps: @@ -56043,7 +56043,7 @@ components: properties: actions: items: - $ref: '#/components/schemas/Security_Detections_API_RuleAction' + $ref: "#/components/schemas/Security_Detections_API_RuleAction" type: array alias_purpose: $ref: >- @@ -56052,48 +56052,48 @@ components: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveAliasTargetId author: - $ref: '#/components/schemas/Security_Detections_API_RuleAuthorArray' + $ref: "#/components/schemas/Security_Detections_API_RuleAuthorArray" building_block_type: - $ref: '#/components/schemas/Security_Detections_API_BuildingBlockType' + $ref: "#/components/schemas/Security_Detections_API_BuildingBlockType" description: - $ref: '#/components/schemas/Security_Detections_API_RuleDescription' + $ref: "#/components/schemas/Security_Detections_API_RuleDescription" enabled: - $ref: '#/components/schemas/Security_Detections_API_IsRuleEnabled' + $ref: "#/components/schemas/Security_Detections_API_IsRuleEnabled" exceptions_list: items: - $ref: '#/components/schemas/Security_Detections_API_RuleExceptionList' + $ref: "#/components/schemas/Security_Detections_API_RuleExceptionList" type: array false_positives: $ref: >- #/components/schemas/Security_Detections_API_RuleFalsePositiveArray from: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalFrom' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalFrom" id: - $ref: '#/components/schemas/Security_Detections_API_RuleObjectId' + $ref: "#/components/schemas/Security_Detections_API_RuleObjectId" interval: - $ref: '#/components/schemas/Security_Detections_API_RuleInterval' + $ref: "#/components/schemas/Security_Detections_API_RuleInterval" investigation_fields: - $ref: '#/components/schemas/Security_Detections_API_InvestigationFields' + $ref: "#/components/schemas/Security_Detections_API_InvestigationFields" license: - $ref: '#/components/schemas/Security_Detections_API_RuleLicense' + $ref: "#/components/schemas/Security_Detections_API_RuleLicense" max_signals: - $ref: '#/components/schemas/Security_Detections_API_MaxSignals' + $ref: "#/components/schemas/Security_Detections_API_MaxSignals" meta: - $ref: '#/components/schemas/Security_Detections_API_RuleMetadata' + $ref: "#/components/schemas/Security_Detections_API_RuleMetadata" name: - $ref: '#/components/schemas/Security_Detections_API_RuleName' + $ref: "#/components/schemas/Security_Detections_API_RuleName" namespace: $ref: >- #/components/schemas/Security_Detections_API_AlertsIndexNamespace note: - $ref: '#/components/schemas/Security_Detections_API_InvestigationGuide' + $ref: "#/components/schemas/Security_Detections_API_InvestigationGuide" outcome: $ref: >- #/components/schemas/Security_Detections_API_SavedObjectResolveOutcome output_index: - $ref: '#/components/schemas/Security_Detections_API_AlertsIndex' + $ref: "#/components/schemas/Security_Detections_API_AlertsIndex" references: - $ref: '#/components/schemas/Security_Detections_API_RuleReferenceArray' + $ref: "#/components/schemas/Security_Detections_API_RuleReferenceArray" related_integrations: $ref: >- #/components/schemas/Security_Detections_API_RelatedIntegrationArray @@ -56104,42 +56104,42 @@ components: type: array response_actions: items: - $ref: '#/components/schemas/Security_Detections_API_ResponseAction' + $ref: "#/components/schemas/Security_Detections_API_ResponseAction" type: array risk_score: - $ref: '#/components/schemas/Security_Detections_API_RiskScore' + $ref: "#/components/schemas/Security_Detections_API_RiskScore" risk_score_mapping: - $ref: '#/components/schemas/Security_Detections_API_RiskScoreMapping' + $ref: "#/components/schemas/Security_Detections_API_RiskScoreMapping" rule_id: - $ref: '#/components/schemas/Security_Detections_API_RuleSignatureId' + $ref: "#/components/schemas/Security_Detections_API_RuleSignatureId" rule_name_override: - $ref: '#/components/schemas/Security_Detections_API_RuleNameOverride' + $ref: "#/components/schemas/Security_Detections_API_RuleNameOverride" setup: - $ref: '#/components/schemas/Security_Detections_API_SetupGuide' + $ref: "#/components/schemas/Security_Detections_API_SetupGuide" severity: - $ref: '#/components/schemas/Security_Detections_API_Severity' + $ref: "#/components/schemas/Security_Detections_API_Severity" severity_mapping: - $ref: '#/components/schemas/Security_Detections_API_SeverityMapping' + $ref: "#/components/schemas/Security_Detections_API_SeverityMapping" tags: - $ref: '#/components/schemas/Security_Detections_API_RuleTagArray' + $ref: "#/components/schemas/Security_Detections_API_RuleTagArray" threat: - $ref: '#/components/schemas/Security_Detections_API_ThreatArray' + $ref: "#/components/schemas/Security_Detections_API_ThreatArray" throttle: - $ref: '#/components/schemas/Security_Detections_API_RuleActionThrottle' + $ref: "#/components/schemas/Security_Detections_API_RuleActionThrottle" timeline_id: - $ref: '#/components/schemas/Security_Detections_API_TimelineTemplateId' + $ref: "#/components/schemas/Security_Detections_API_TimelineTemplateId" timeline_title: $ref: >- #/components/schemas/Security_Detections_API_TimelineTemplateTitle timestamp_override: - $ref: '#/components/schemas/Security_Detections_API_TimestampOverride' + $ref: "#/components/schemas/Security_Detections_API_TimestampOverride" timestamp_override_fallback_disabled: $ref: >- #/components/schemas/Security_Detections_API_TimestampOverrideFallbackDisabled to: - $ref: '#/components/schemas/Security_Detections_API_RuleIntervalTo' + $ref: "#/components/schemas/Security_Detections_API_RuleIntervalTo" version: - $ref: '#/components/schemas/Security_Detections_API_RuleVersion' + $ref: "#/components/schemas/Security_Detections_API_RuleVersion" required: - name - description @@ -56200,11 +56200,11 @@ components: - actionPath Security_Endpoint_Exceptions_API_EndpointList: oneOf: - - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_ExceptionList' + - $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_ExceptionList" - additionalProperties: false type: object Security_Endpoint_Exceptions_API_EndpointListItem: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItem' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItem" Security_Endpoint_Exceptions_API_ExceptionList: type: object properties: @@ -56271,10 +56271,10 @@ components: Security_Endpoint_Exceptions_API_ExceptionListDescription: type: string Security_Endpoint_Exceptions_API_ExceptionListHumanId: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" description: Human readable string identifier, e.g. `trusted-linux-processes` Security_Endpoint_Exceptions_API_ExceptionListId: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ExceptionListItem: type: object properties: @@ -56350,19 +56350,19 @@ components: type: object properties: comment: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" created_at: format: date-time type: string created_by: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" id: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" updated_at: format: date-time type: string updated_by: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" required: - id - comment @@ -56400,7 +56400,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemEntryOperator @@ -56416,14 +56416,14 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" list: type: object properties: id: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_ListId' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_ListId" type: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_ListType' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_ListType" required: - id - type @@ -56443,7 +56443,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemEntryOperator @@ -56452,7 +56452,7 @@ components: - match type: string value: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" required: - type - field @@ -56462,7 +56462,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemEntryOperator @@ -56485,7 +56485,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Endpoint_Exceptions_API_ExceptionListItemEntryOperator @@ -56494,7 +56494,7 @@ components: - wildcard type: string value: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" required: - type - field @@ -56510,7 +56510,7 @@ components: minItems: 1 type: array field: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" type: enum: - nested @@ -56533,14 +56533,14 @@ components: - included type: string Security_Endpoint_Exceptions_API_ExceptionListItemHumanId: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ExceptionListItemId: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ExceptionListItemMeta: additionalProperties: true type: object Security_Endpoint_Exceptions_API_ExceptionListItemName: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ExceptionListItemOsTypeArray: items: $ref: >- @@ -56548,7 +56548,7 @@ components: type: array Security_Endpoint_Exceptions_API_ExceptionListItemTags: items: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" type: array Security_Endpoint_Exceptions_API_ExceptionListItemType: enum: @@ -56603,9 +56603,9 @@ components: - single type: string Security_Endpoint_Exceptions_API_FindEndpointListItemsFilter: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ListId: - $ref: '#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Exceptions_API_NonEmptyString" Security_Endpoint_Exceptions_API_ListType: enum: - binary @@ -56664,13 +56664,13 @@ components: type: object properties: end_date: - $ref: '#/components/schemas/Security_Endpoint_Management_API_EndDate' + $ref: "#/components/schemas/Security_Endpoint_Management_API_EndDate" page: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Page' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Page" page_size: - $ref: '#/components/schemas/Security_Endpoint_Management_API_PageSize' + $ref: "#/components/schemas/Security_Endpoint_Management_API_PageSize" start_date: - $ref: '#/components/schemas/Security_Endpoint_Management_API_StartDate' + $ref: "#/components/schemas/Security_Endpoint_Management_API_StartDate" Security_Endpoint_Management_API_ActionStateSuccessResponse: type: object properties: @@ -56731,7 +56731,7 @@ components: Security_Endpoint_Management_API_AlertIds: description: A list of alerts ids. items: - $ref: '#/components/schemas/Security_Endpoint_Management_API_NonEmptyString' + $ref: "#/components/schemas/Security_Endpoint_Management_API_NonEmptyString" minItems: 1 type: array Security_Endpoint_Management_API_CaseIds: @@ -56757,7 +56757,7 @@ components: type: string Security_Endpoint_Management_API_Commands: items: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Command' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Command" type: array Security_Endpoint_Management_API_Comment: description: Optional comment @@ -56783,18 +56783,18 @@ components: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object @@ -56816,15 +56816,15 @@ components: type: object properties: agentIds: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentIds" agentTypes: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" commands: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Commands' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Commands" endDate: - $ref: '#/components/schemas/Security_Endpoint_Management_API_EndDate' + $ref: "#/components/schemas/Security_Endpoint_Management_API_EndDate" page: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Page' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Page" pageSize: default: 10 description: Number of items per page @@ -56832,30 +56832,30 @@ components: minimum: 1 type: integer startDate: - $ref: '#/components/schemas/Security_Endpoint_Management_API_StartDate' + $ref: "#/components/schemas/Security_Endpoint_Management_API_StartDate" types: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Types' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Types" userIds: - $ref: '#/components/schemas/Security_Endpoint_Management_API_UserIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_UserIds" withOutputs: - $ref: '#/components/schemas/Security_Endpoint_Management_API_WithOutputs' + $ref: "#/components/schemas/Security_Endpoint_Management_API_WithOutputs" Security_Endpoint_Management_API_GetFileRouteRequestBody: allOf: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object @@ -56880,25 +56880,25 @@ components: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object properties: parameters: oneOf: - - $ref: '#/components/schemas/Security_Endpoint_Management_API_Pid' + - $ref: "#/components/schemas/Security_Endpoint_Management_API_Pid" - $ref: >- #/components/schemas/Security_Endpoint_Management_API_EntityId - type: object @@ -56968,18 +56968,18 @@ components: type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids required: @@ -57049,18 +57049,18 @@ components: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object @@ -57085,25 +57085,25 @@ components: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object properties: parameters: oneOf: - - $ref: '#/components/schemas/Security_Endpoint_Management_API_Pid' + - $ref: "#/components/schemas/Security_Endpoint_Management_API_Pid" - $ref: >- #/components/schemas/Security_Endpoint_Management_API_EntityId required: @@ -57121,7 +57121,7 @@ components: Security_Endpoint_Management_API_Types: description: List of types of response actions items: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Type' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Type" maxLength: 2 minLength: 1 type: array @@ -57133,18 +57133,18 @@ components: - type: object properties: agent_type: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AgentTypes' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AgentTypes" alert_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_AlertIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_AlertIds" case_ids: - $ref: '#/components/schemas/Security_Endpoint_Management_API_CaseIds' + $ref: "#/components/schemas/Security_Endpoint_Management_API_CaseIds" comment: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Comment' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Comment" endpoint_ids: $ref: >- #/components/schemas/Security_Endpoint_Management_API_EndpointIds parameters: - $ref: '#/components/schemas/Security_Endpoint_Management_API_Parameters' + $ref: "#/components/schemas/Security_Endpoint_Management_API_Parameters" required: - endpoint_ids - type: object @@ -57220,13 +57220,13 @@ components: #/components/schemas/Security_Entity_Analytics_API_AssetCriticalityRecordEcsParts - type: object properties: - '@timestamp': + "@timestamp": description: The time the record was created or updated. - example: '2017-07-21T17:32:28Z' + example: "2017-07-21T17:32:28Z" format: date-time type: string required: - - '@timestamp' + - "@timestamp" Security_Entity_Analytics_API_AssetCriticalityRecordEcsParts: type: object properties: @@ -57274,7 +57274,7 @@ components: type: object properties: id_field: - $ref: '#/components/schemas/Security_Entity_Analytics_API_IdField' + $ref: "#/components/schemas/Security_Entity_Analytics_API_IdField" description: The field representing the ID. example: host.name id_value: @@ -57339,11 +57339,11 @@ components: filter: type: string indexPattern: - $ref: '#/components/schemas/Security_Entity_Analytics_API_IndexPattern' + $ref: "#/components/schemas/Security_Entity_Analytics_API_IndexPattern" status: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EngineStatus' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EngineStatus" type: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityType' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityType" required: - type - indexPattern @@ -57359,8 +57359,8 @@ components: type: string Security_Entity_Analytics_API_Entity: oneOf: - - $ref: '#/components/schemas/Security_Entity_Analytics_API_UserEntity' - - $ref: '#/components/schemas/Security_Entity_Analytics_API_HostEntity' + - $ref: "#/components/schemas/Security_Entity_Analytics_API_UserEntity" + - $ref: "#/components/schemas/Security_Entity_Analytics_API_HostEntity" Security_Entity_Analytics_API_EntityRiskLevels: enum: - Unknown @@ -57372,13 +57372,13 @@ components: Security_Entity_Analytics_API_EntityRiskScoreRecord: type: object properties: - '@timestamp': + "@timestamp": description: The time at which the risk score was calculated. - example: '2017-07-21T17:32:28Z' + example: "2017-07-21T17:32:28Z" format: date-time type: string calculated_level: - $ref: '#/components/schemas/Security_Entity_Analytics_API_EntityRiskLevels' + $ref: "#/components/schemas/Security_Entity_Analytics_API_EntityRiskLevels" description: Lexical description of the entity's risk. example: Critical calculated_score: @@ -57434,14 +57434,14 @@ components: A list of the highest-risk documents contributing to this risk score. Useful for investigative purposes. items: - $ref: '#/components/schemas/Security_Entity_Analytics_API_RiskScoreInput' + $ref: "#/components/schemas/Security_Entity_Analytics_API_RiskScoreInput" type: array notes: items: type: string type: array required: - - '@timestamp' + - "@timestamp" - id_field - id_value - calculated_level @@ -57459,7 +57459,7 @@ components: Security_Entity_Analytics_API_HostEntity: type: object properties: - '@timestamp': + "@timestamp": format: date-time type: string asset: @@ -57519,7 +57519,7 @@ components: required: - name required: - - '@timestamp' + - "@timestamp" - host - entity Security_Entity_Analytics_API_IdField: @@ -57571,7 +57571,7 @@ components: type: number description: description: A human-readable description of the risk input document. - example: 'Generated from Detection Engine Rule: Malware Prevention Alert' + example: "Generated from Detection Engine Rule: Malware Prevention Alert" type: string id: description: The unique identifier (`_id`) of the original source document @@ -57589,7 +57589,7 @@ components: type: number timestamp: description: The @timestamp of the risk input document. - example: '2017-07-21T17:32:28Z' + example: "2017-07-21T17:32:28Z" type: string required: - id @@ -57611,7 +57611,7 @@ components: Security_Entity_Analytics_API_UserEntity: type: object properties: - '@timestamp': + "@timestamp": format: date-time type: string asset: @@ -57667,14 +57667,14 @@ components: required: - name required: - - '@timestamp' + - "@timestamp" - user - entity Security_Exceptions_API_CreateExceptionListItemComment: type: object properties: comment: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - comment Security_Exceptions_API_CreateExceptionListItemCommentArray: @@ -57686,7 +57686,7 @@ components: type: object properties: comment: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - comment Security_Exceptions_API_CreateRuleExceptionListItemCommentArray: @@ -57714,21 +57714,21 @@ components: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemHumanId meta: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemMeta' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemMeta" name: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemName' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemName" namespace_type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType" default: single os_types: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemOsTypeArray default: [] tags: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemTags' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemTags" default: [] type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemType" required: - type - name @@ -57748,33 +57748,33 @@ components: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListDescription id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" immutable: type: boolean list_id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" meta: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListMeta' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListMeta" name: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListName' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListName" namespace_type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType" os_types: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListOsTypeArray tags: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListTags' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListTags" tie_breaker_id: type: string type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListType" updated_at: format: date-time type: string updated_by: type: string version: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListVersion' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListVersion" required: - id - list_id @@ -57792,10 +57792,10 @@ components: Security_Exceptions_API_ExceptionListDescription: type: string Security_Exceptions_API_ExceptionListHumanId: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" description: Human readable string identifier, e.g. `trusted-linux-processes` Security_Exceptions_API_ExceptionListId: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_ExceptionListItem: type: object properties: @@ -57819,27 +57819,27 @@ components: format: date-time type: string id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemId" item_id: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemHumanId list_id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" meta: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemMeta' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemMeta" name: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemName' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemName" namespace_type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionNamespaceType" os_types: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemOsTypeArray tags: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemTags' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemTags" tie_breaker_id: type: string type: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemType" updated_at: format: date-time type: string @@ -57864,19 +57864,19 @@ components: type: object properties: comment: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" created_at: format: date-time type: string created_by: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" id: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" updated_at: format: date-time type: string updated_by: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - id - comment @@ -57884,7 +57884,7 @@ components: - created_by Security_Exceptions_API_ExceptionListItemCommentArray: items: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemComment' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemComment" type: array Security_Exceptions_API_ExceptionListItemDescription: type: string @@ -57906,13 +57906,13 @@ components: propertyName: type Security_Exceptions_API_ExceptionListItemEntryArray: items: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListItemEntry' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListItemEntry" type: array Security_Exceptions_API_ExceptionListItemEntryExists: type: object properties: field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemEntryOperator @@ -57928,14 +57928,14 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" list: type: object properties: id: - $ref: '#/components/schemas/Security_Exceptions_API_ListId' + $ref: "#/components/schemas/Security_Exceptions_API_ListId" type: - $ref: '#/components/schemas/Security_Exceptions_API_ListType' + $ref: "#/components/schemas/Security_Exceptions_API_ListType" required: - id - type @@ -57955,7 +57955,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemEntryOperator @@ -57964,7 +57964,7 @@ components: - match type: string value: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - type - field @@ -57974,7 +57974,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemEntryOperator @@ -57984,7 +57984,7 @@ components: type: string value: items: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" minItems: 1 type: array required: @@ -57996,7 +57996,7 @@ components: type: object properties: field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" operator: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemEntryOperator @@ -58005,7 +58005,7 @@ components: - wildcard type: string value: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - type - field @@ -58021,7 +58021,7 @@ components: minItems: 1 type: array field: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" type: enum: - nested @@ -58044,21 +58044,21 @@ components: - included type: string Security_Exceptions_API_ExceptionListItemHumanId: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_ExceptionListItemId: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_ExceptionListItemMeta: additionalProperties: true type: object Security_Exceptions_API_ExceptionListItemName: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_ExceptionListItemOsTypeArray: items: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListOsType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListOsType" type: array Security_Exceptions_API_ExceptionListItemTags: items: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" type: array Security_Exceptions_API_ExceptionListItemType: enum: @@ -58077,7 +58077,7 @@ components: type: string Security_Exceptions_API_ExceptionListOsTypeArray: items: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListOsType' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListOsType" type: array Security_Exceptions_API_ExceptionListsImportBulkError: type: object @@ -58093,12 +58093,12 @@ components: - status_code - message id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListId" item_id: $ref: >- #/components/schemas/Security_Exceptions_API_ExceptionListItemHumanId list_id: - $ref: '#/components/schemas/Security_Exceptions_API_ExceptionListHumanId' + $ref: "#/components/schemas/Security_Exceptions_API_ExceptionListHumanId" required: - error Security_Exceptions_API_ExceptionListsImportBulkErrorArray: @@ -58139,11 +58139,11 @@ components: - single type: string Security_Exceptions_API_FindExceptionListItemsFilter: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_FindExceptionListsFilter: type: string Security_Exceptions_API_ListId: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" Security_Exceptions_API_ListType: enum: - binary @@ -58189,7 +58189,7 @@ components: - error - message Security_Exceptions_API_RuleId: - $ref: '#/components/schemas/Security_Exceptions_API_UUID' + $ref: "#/components/schemas/Security_Exceptions_API_UUID" Security_Exceptions_API_SiemErrorResponse: type: object properties: @@ -58204,9 +58204,9 @@ components: type: object properties: comment: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" id: - $ref: '#/components/schemas/Security_Exceptions_API_NonEmptyString' + $ref: "#/components/schemas/Security_Exceptions_API_NonEmptyString" required: - comment Security_Exceptions_API_UpdateExceptionListItemCommentArray: @@ -58219,11 +58219,11 @@ components: format: uuid type: string Security_Lists_API_FindListItemsCursor: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_FindListItemsFilter: type: string Security_Lists_API_FindListsCursor: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_FindListsFilter: type: string Security_Lists_API_List: @@ -58231,7 +58231,7 @@ components: properties: _version: type: string - '@timestamp': + "@timestamp": format: date-time type: string created_at: @@ -58240,23 +58240,23 @@ components: created_by: type: string description: - $ref: '#/components/schemas/Security_Lists_API_ListDescription' + $ref: "#/components/schemas/Security_Lists_API_ListDescription" deserializer: type: string id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" immutable: type: boolean meta: - $ref: '#/components/schemas/Security_Lists_API_ListMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListMetadata" name: - $ref: '#/components/schemas/Security_Lists_API_ListName' + $ref: "#/components/schemas/Security_Lists_API_ListName" serializer: type: string tie_breaker_id: type: string type: - $ref: '#/components/schemas/Security_Lists_API_ListType' + $ref: "#/components/schemas/Security_Lists_API_ListType" updated_at: format: date-time type: string @@ -58278,15 +58278,15 @@ components: - updated_at - updated_by Security_Lists_API_ListDescription: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_ListId: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_ListItem: type: object properties: _version: type: string - '@timestamp': + "@timestamp": format: date-time type: string created_at: @@ -58297,24 +58297,24 @@ components: deserializer: type: string id: - $ref: '#/components/schemas/Security_Lists_API_ListItemId' + $ref: "#/components/schemas/Security_Lists_API_ListItemId" list_id: - $ref: '#/components/schemas/Security_Lists_API_ListId' + $ref: "#/components/schemas/Security_Lists_API_ListId" meta: - $ref: '#/components/schemas/Security_Lists_API_ListItemMetadata' + $ref: "#/components/schemas/Security_Lists_API_ListItemMetadata" serializer: type: string tie_breaker_id: type: string type: - $ref: '#/components/schemas/Security_Lists_API_ListType' + $ref: "#/components/schemas/Security_Lists_API_ListType" updated_at: format: date-time type: string updated_by: type: string value: - $ref: '#/components/schemas/Security_Lists_API_ListItemValue' + $ref: "#/components/schemas/Security_Lists_API_ListItemValue" required: - id - type @@ -58326,7 +58326,7 @@ components: - updated_at - updated_by Security_Lists_API_ListItemId: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_ListItemMetadata: additionalProperties: true type: object @@ -58358,12 +58358,12 @@ components: - index - application Security_Lists_API_ListItemValue: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_ListMetadata: additionalProperties: true type: object Security_Lists_API_ListName: - $ref: '#/components/schemas/Security_Lists_API_NonEmptyString' + $ref: "#/components/schemas/Security_Lists_API_NonEmptyString" Security_Lists_API_ListPrivileges: type: object properties: @@ -58447,25 +58447,25 @@ components: - message Security_Osquery_API_ArrayQueries: items: - $ref: '#/components/schemas/Security_Osquery_API_ArrayQueriesItem' + $ref: "#/components/schemas/Security_Osquery_API_ArrayQueriesItem" type: array Security_Osquery_API_ArrayQueriesItem: type: object properties: ecs_mapping: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined" id: - $ref: '#/components/schemas/Security_Osquery_API_Id' + $ref: "#/components/schemas/Security_Osquery_API_Id" platform: - $ref: '#/components/schemas/Security_Osquery_API_PlatformOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PlatformOrUndefined" query: - $ref: '#/components/schemas/Security_Osquery_API_Query' + $ref: "#/components/schemas/Security_Osquery_API_Query" removed: - $ref: '#/components/schemas/Security_Osquery_API_RemovedOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_RemovedOrUndefined" snapshot: - $ref: '#/components/schemas/Security_Osquery_API_SnapshotOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SnapshotOrUndefined" version: - $ref: '#/components/schemas/Security_Osquery_API_VersionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_VersionOrUndefined" Security_Osquery_API_CreateLiveQueryRequestBody: type: object properties: @@ -58492,7 +58492,7 @@ components: type: string type: array ecs_mapping: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined" event_ids: items: type: string @@ -58501,60 +58501,60 @@ components: nullable: true type: object pack_id: - $ref: '#/components/schemas/Security_Osquery_API_PackIdOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PackIdOrUndefined" queries: - $ref: '#/components/schemas/Security_Osquery_API_ArrayQueries' + $ref: "#/components/schemas/Security_Osquery_API_ArrayQueries" query: - $ref: '#/components/schemas/Security_Osquery_API_QueryOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_QueryOrUndefined" saved_query_id: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryIdOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryIdOrUndefined" Security_Osquery_API_CreatePacksRequestBody: type: object properties: description: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" enabled: - $ref: '#/components/schemas/Security_Osquery_API_EnabledOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_EnabledOrUndefined" name: - $ref: '#/components/schemas/Security_Osquery_API_PackName' + $ref: "#/components/schemas/Security_Osquery_API_PackName" policy_ids: - $ref: '#/components/schemas/Security_Osquery_API_PolicyIdsOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PolicyIdsOrUndefined" queries: - $ref: '#/components/schemas/Security_Osquery_API_ObjectQueries' + $ref: "#/components/schemas/Security_Osquery_API_ObjectQueries" shards: - $ref: '#/components/schemas/Security_Osquery_API_Shards' + $ref: "#/components/schemas/Security_Osquery_API_Shards" Security_Osquery_API_CreateSavedQueryRequestBody: type: object properties: description: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" ecs_mapping: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined" id: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" interval: - $ref: '#/components/schemas/Security_Osquery_API_Interval' + $ref: "#/components/schemas/Security_Osquery_API_Interval" platform: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" query: - $ref: '#/components/schemas/Security_Osquery_API_QueryOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_QueryOrUndefined" removed: - $ref: '#/components/schemas/Security_Osquery_API_RemovedOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_RemovedOrUndefined" snapshot: - $ref: '#/components/schemas/Security_Osquery_API_SnapshotOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SnapshotOrUndefined" version: - $ref: '#/components/schemas/Security_Osquery_API_VersionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_VersionOrUndefined" Security_Osquery_API_DefaultSuccessResponse: type: object properties: {} Security_Osquery_API_Description: type: string Security_Osquery_API_DescriptionOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Description' + $ref: "#/components/schemas/Security_Osquery_API_Description" nullable: true Security_Osquery_API_ECSMapping: additionalProperties: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingItem' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingItem" type: object Security_Osquery_API_ECSMappingItem: type: object @@ -58568,98 +58568,98 @@ components: type: string type: array Security_Osquery_API_ECSMappingOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_ECSMapping' + $ref: "#/components/schemas/Security_Osquery_API_ECSMapping" nullable: true Security_Osquery_API_Enabled: type: boolean Security_Osquery_API_EnabledOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Enabled' + $ref: "#/components/schemas/Security_Osquery_API_Enabled" nullable: true Security_Osquery_API_FindLiveQueryRequestQuery: type: object properties: kuery: - $ref: '#/components/schemas/Security_Osquery_API_KueryOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_KueryOrUndefined" page: - $ref: '#/components/schemas/Security_Osquery_API_PageOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageOrUndefined" pageSize: - $ref: '#/components/schemas/Security_Osquery_API_PageSizeOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageSizeOrUndefined" sort: - $ref: '#/components/schemas/Security_Osquery_API_SortOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrUndefined" sortOrder: - $ref: '#/components/schemas/Security_Osquery_API_SortOrderOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrderOrUndefined" Security_Osquery_API_FindPacksRequestQuery: type: object properties: page: - $ref: '#/components/schemas/Security_Osquery_API_PageOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageOrUndefined" pageSize: - $ref: '#/components/schemas/Security_Osquery_API_PageSizeOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageSizeOrUndefined" sort: - $ref: '#/components/schemas/Security_Osquery_API_SortOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrUndefined" sortOrder: - $ref: '#/components/schemas/Security_Osquery_API_SortOrderOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrderOrUndefined" Security_Osquery_API_FindSavedQueryRequestQuery: type: object properties: page: - $ref: '#/components/schemas/Security_Osquery_API_PageOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageOrUndefined" pageSize: - $ref: '#/components/schemas/Security_Osquery_API_PageSizeOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageSizeOrUndefined" sort: - $ref: '#/components/schemas/Security_Osquery_API_SortOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrUndefined" sortOrder: - $ref: '#/components/schemas/Security_Osquery_API_SortOrderOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrderOrUndefined" Security_Osquery_API_GetLiveQueryResultsRequestQuery: type: object properties: kuery: - $ref: '#/components/schemas/Security_Osquery_API_KueryOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_KueryOrUndefined" page: - $ref: '#/components/schemas/Security_Osquery_API_PageOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageOrUndefined" pageSize: - $ref: '#/components/schemas/Security_Osquery_API_PageSizeOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PageSizeOrUndefined" sort: - $ref: '#/components/schemas/Security_Osquery_API_SortOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrUndefined" sortOrder: - $ref: '#/components/schemas/Security_Osquery_API_SortOrderOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SortOrderOrUndefined" Security_Osquery_API_Id: type: string Security_Osquery_API_Interval: type: string Security_Osquery_API_IntervalOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Interval' + $ref: "#/components/schemas/Security_Osquery_API_Interval" nullable: true Security_Osquery_API_KueryOrUndefined: nullable: true type: string Security_Osquery_API_ObjectQueries: additionalProperties: - $ref: '#/components/schemas/Security_Osquery_API_ObjectQueriesItem' + $ref: "#/components/schemas/Security_Osquery_API_ObjectQueriesItem" type: object Security_Osquery_API_ObjectQueriesItem: type: object properties: ecs_mapping: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined" id: - $ref: '#/components/schemas/Security_Osquery_API_Id' + $ref: "#/components/schemas/Security_Osquery_API_Id" platform: - $ref: '#/components/schemas/Security_Osquery_API_PlatformOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PlatformOrUndefined" query: - $ref: '#/components/schemas/Security_Osquery_API_Query' + $ref: "#/components/schemas/Security_Osquery_API_Query" removed: - $ref: '#/components/schemas/Security_Osquery_API_RemovedOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_RemovedOrUndefined" saved_query_id: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryIdOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryIdOrUndefined" snapshot: - $ref: '#/components/schemas/Security_Osquery_API_SnapshotOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SnapshotOrUndefined" version: - $ref: '#/components/schemas/Security_Osquery_API_VersionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_VersionOrUndefined" Security_Osquery_API_PackId: type: string Security_Osquery_API_PackIdOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_PackId' + $ref: "#/components/schemas/Security_Osquery_API_PackId" nullable: true Security_Osquery_API_PackName: type: string @@ -58672,29 +58672,29 @@ components: Security_Osquery_API_Platform: type: string Security_Osquery_API_PlatformOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Platform' + $ref: "#/components/schemas/Security_Osquery_API_Platform" nullable: true Security_Osquery_API_PolicyIds: items: type: string type: array Security_Osquery_API_PolicyIdsOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_PolicyIds' + $ref: "#/components/schemas/Security_Osquery_API_PolicyIds" nullable: true Security_Osquery_API_Query: type: string Security_Osquery_API_QueryOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Query' + $ref: "#/components/schemas/Security_Osquery_API_Query" nullable: true Security_Osquery_API_Removed: type: boolean Security_Osquery_API_RemovedOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Removed' + $ref: "#/components/schemas/Security_Osquery_API_Removed" nullable: true Security_Osquery_API_SavedQueryId: type: string Security_Osquery_API_SavedQueryIdOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" nullable: true Security_Osquery_API_Shards: additionalProperties: @@ -58703,7 +58703,7 @@ components: Security_Osquery_API_Snapshot: type: boolean Security_Osquery_API_SnapshotOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Snapshot' + $ref: "#/components/schemas/Security_Osquery_API_Snapshot" nullable: true Security_Osquery_API_SortOrderOrUndefined: oneOf: @@ -58719,42 +58719,42 @@ components: type: object properties: description: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" enabled: - $ref: '#/components/schemas/Security_Osquery_API_EnabledOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_EnabledOrUndefined" id: - $ref: '#/components/schemas/Security_Osquery_API_PackId' + $ref: "#/components/schemas/Security_Osquery_API_PackId" policy_ids: - $ref: '#/components/schemas/Security_Osquery_API_PolicyIdsOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_PolicyIdsOrUndefined" queries: - $ref: '#/components/schemas/Security_Osquery_API_ObjectQueries' + $ref: "#/components/schemas/Security_Osquery_API_ObjectQueries" shards: - $ref: '#/components/schemas/Security_Osquery_API_Shards' + $ref: "#/components/schemas/Security_Osquery_API_Shards" Security_Osquery_API_UpdateSavedQueryRequestBody: type: object properties: description: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" ecs_mapping: - $ref: '#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_ECSMappingOrUndefined" id: - $ref: '#/components/schemas/Security_Osquery_API_SavedQueryId' + $ref: "#/components/schemas/Security_Osquery_API_SavedQueryId" interval: - $ref: '#/components/schemas/Security_Osquery_API_IntervalOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_IntervalOrUndefined" platform: - $ref: '#/components/schemas/Security_Osquery_API_DescriptionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_DescriptionOrUndefined" query: - $ref: '#/components/schemas/Security_Osquery_API_QueryOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_QueryOrUndefined" removed: - $ref: '#/components/schemas/Security_Osquery_API_RemovedOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_RemovedOrUndefined" snapshot: - $ref: '#/components/schemas/Security_Osquery_API_SnapshotOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_SnapshotOrUndefined" version: - $ref: '#/components/schemas/Security_Osquery_API_VersionOrUndefined' + $ref: "#/components/schemas/Security_Osquery_API_VersionOrUndefined" Security_Osquery_API_Version: type: string Security_Osquery_API_VersionOrUndefined: - $ref: '#/components/schemas/Security_Osquery_API_Version' + $ref: "#/components/schemas/Security_Osquery_API_Version" nullable: true Security_Timeline_API_AssociatedFilterType: description: Filter notes based on their association with a document or saved object. @@ -58869,17 +58869,17 @@ components: nullable: true type: string queryMatch: - $ref: '#/components/schemas/Security_Timeline_API_QueryMatchResult' + $ref: "#/components/schemas/Security_Timeline_API_QueryMatchResult" nullable: true type: - $ref: '#/components/schemas/Security_Timeline_API_DataProviderType' + $ref: "#/components/schemas/Security_Timeline_API_DataProviderType" nullable: true Security_Timeline_API_DataProviderResult: type: object properties: and: items: - $ref: '#/components/schemas/Security_Timeline_API_DataProviderQueryMatch' + $ref: "#/components/schemas/Security_Timeline_API_DataProviderQueryMatch" nullable: true type: array enabled: @@ -58898,10 +58898,10 @@ components: nullable: true type: string queryMatch: - $ref: '#/components/schemas/Security_Timeline_API_QueryMatchResult' + $ref: "#/components/schemas/Security_Timeline_API_QueryMatchResult" nullable: true type: - $ref: '#/components/schemas/Security_Timeline_API_DataProviderType' + $ref: "#/components/schemas/Security_Timeline_API_DataProviderType" nullable: true Security_Timeline_API_DataProviderType: description: >- @@ -58925,7 +58925,7 @@ components: type: number favorite: items: - $ref: '#/components/schemas/Security_Timeline_API_FavoriteTimelineResult' + $ref: "#/components/schemas/Security_Timeline_API_FavoriteTimelineResult" type: array message: nullable: true @@ -58939,7 +58939,7 @@ components: nullable: true type: number timelineType: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" version: type: string required: @@ -59020,7 +59020,7 @@ components: properties: notes: items: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" type: array totalCount: type: number @@ -59054,17 +59054,17 @@ components: type: number Security_Timeline_API_ImportTimelines: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + - $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" - type: object properties: eventNotes: items: - $ref: '#/components/schemas/Security_Timeline_API_BareNote' + $ref: "#/components/schemas/Security_Timeline_API_BareNote" nullable: true type: array globalNotes: items: - $ref: '#/components/schemas/Security_Timeline_API_BareNote' + $ref: "#/components/schemas/Security_Timeline_API_BareNote" nullable: true type: array pinnedEventIds: @@ -59086,7 +59086,7 @@ components: - globalNotes Security_Timeline_API_Note: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_BareNote' + - $ref: "#/components/schemas/Security_Timeline_API_BareNote" - type: object properties: noteId: @@ -59099,7 +59099,7 @@ components: Security_Timeline_API_PersistPinnedEventResponse: oneOf: - allOf: - - $ref: '#/components/schemas/Security_Timeline_API_PinnedEvent' + - $ref: "#/components/schemas/Security_Timeline_API_PinnedEvent" - $ref: >- #/components/schemas/Security_Timeline_API_PinnedEventBaseResponseBody - nullable: true @@ -59114,7 +59114,7 @@ components: type: object properties: timeline: - $ref: '#/components/schemas/Security_Timeline_API_TimelineResponse' + $ref: "#/components/schemas/Security_Timeline_API_TimelineResponse" required: - timeline required: @@ -59123,7 +59123,7 @@ components: - data Security_Timeline_API_PinnedEvent: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_BarePinnedEvent' + - $ref: "#/components/schemas/Security_Timeline_API_BarePinnedEvent" - type: object properties: pinnedEventId: @@ -59174,7 +59174,7 @@ components: alias_target_id: type: string outcome: - $ref: '#/components/schemas/Security_Timeline_API_SavedObjectResolveOutcome' + $ref: "#/components/schemas/Security_Timeline_API_SavedObjectResolveOutcome" timeline: $ref: >- #/components/schemas/Security_Timeline_API_TimelineSavedToReturnObject @@ -59189,7 +59189,7 @@ components: message: type: string note: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" required: - code - message @@ -59237,7 +59237,7 @@ components: properties: columns: items: - $ref: '#/components/schemas/Security_Timeline_API_ColumnHeaderResult' + $ref: "#/components/schemas/Security_Timeline_API_ColumnHeaderResult" nullable: true type: array created: @@ -59248,7 +59248,7 @@ components: type: string dataProviders: items: - $ref: '#/components/schemas/Security_Timeline_API_DataProviderResult' + $ref: "#/components/schemas/Security_Timeline_API_DataProviderResult" nullable: true type: array dataViewId: @@ -59300,17 +59300,17 @@ components: type: string excludedRowRendererIds: items: - $ref: '#/components/schemas/Security_Timeline_API_RowRendererId' + $ref: "#/components/schemas/Security_Timeline_API_RowRendererId" nullable: true type: array favorite: items: - $ref: '#/components/schemas/Security_Timeline_API_FavoriteTimelineResult' + $ref: "#/components/schemas/Security_Timeline_API_FavoriteTimelineResult" nullable: true type: array filters: items: - $ref: '#/components/schemas/Security_Timeline_API_FilterTimelineResult' + $ref: "#/components/schemas/Security_Timeline_API_FilterTimelineResult" nullable: true type: array indexNames: @@ -59332,7 +59332,7 @@ components: nullable: true type: string sort: - $ref: '#/components/schemas/Security_Timeline_API_Sort' + $ref: "#/components/schemas/Security_Timeline_API_Sort" nullable: true status: enum: @@ -59348,7 +59348,7 @@ components: nullable: true type: number timelineType: - $ref: '#/components/schemas/Security_Timeline_API_TimelineType' + $ref: "#/components/schemas/Security_Timeline_API_TimelineType" nullable: true title: nullable: true @@ -59361,7 +59361,7 @@ components: type: string Security_Timeline_API_SavedTimelineWithSavedObjectId: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + - $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" - type: object properties: savedObjectId: @@ -59393,9 +59393,9 @@ components: type: string Security_Timeline_API_Sort: oneOf: - - $ref: '#/components/schemas/Security_Timeline_API_SortObject' + - $ref: "#/components/schemas/Security_Timeline_API_SortObject" - items: - $ref: '#/components/schemas/Security_Timeline_API_SortObject' + $ref: "#/components/schemas/Security_Timeline_API_SortObject" type: array Security_Timeline_API_SortFieldTimeline: description: The field to sort the timelines by. @@ -59419,14 +59419,14 @@ components: type: string Security_Timeline_API_TimelineResponse: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + - $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" - $ref: >- #/components/schemas/Security_Timeline_API_SavedTimelineWithSavedObjectId - type: object properties: eventIdToNoteIds: items: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" nullable: true type: array noteIds: @@ -59436,7 +59436,7 @@ components: type: array notes: items: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" nullable: true type: array pinnedEventIds: @@ -59446,17 +59446,17 @@ components: type: array pinnedEventsSaveObject: items: - $ref: '#/components/schemas/Security_Timeline_API_PinnedEvent' + $ref: "#/components/schemas/Security_Timeline_API_PinnedEvent" nullable: true type: array Security_Timeline_API_TimelineSavedToReturnObject: allOf: - - $ref: '#/components/schemas/Security_Timeline_API_SavedTimeline' + - $ref: "#/components/schemas/Security_Timeline_API_SavedTimeline" - type: object properties: eventIdToNoteIds: items: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" nullable: true type: array noteIds: @@ -59466,7 +59466,7 @@ components: type: array notes: items: - $ref: '#/components/schemas/Security_Timeline_API_Note' + $ref: "#/components/schemas/Security_Timeline_API_Note" nullable: true type: array pinnedEventIds: @@ -59476,7 +59476,7 @@ components: type: array pinnedEventsSaveObject: items: - $ref: '#/components/schemas/Security_Timeline_API_PinnedEvent' + $ref: "#/components/schemas/Security_Timeline_API_PinnedEvent" nullable: true type: array savedObjectId: @@ -59511,7 +59511,7 @@ components: example: Bad Request type: string message: - example: 'Invalid value ''foo'' supplied to: [...]' + example: "Invalid value 'foo' supplied to: [...]" type: string statusCode: example: 400 @@ -59602,12 +59602,12 @@ components: indicator, time window and budgeting method. properties: budgetingMethod: - $ref: '#/components/schemas/SLOs_budgeting_method' + $ref: "#/components/schemas/SLOs_budgeting_method" description: description: A description for the SLO. type: string groupBy: - $ref: '#/components/schemas/SLOs_group_by' + $ref: "#/components/schemas/SLOs_group_by" id: description: >- A optional and unique identifier for the SLO. Must be between 8 and @@ -59616,26 +59616,26 @@ components: type: string indicator: oneOf: - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_kql' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_availability' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_latency' - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_metric' - - $ref: '#/components/schemas/SLOs_indicator_properties_histogram' - - $ref: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_kql" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_availability" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_latency" + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_metric" + - $ref: "#/components/schemas/SLOs_indicator_properties_histogram" + - $ref: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" name: description: A name for the SLO. type: string objective: - $ref: '#/components/schemas/SLOs_objective' + $ref: "#/components/schemas/SLOs_objective" settings: - $ref: '#/components/schemas/SLOs_settings' + $ref: "#/components/schemas/SLOs_settings" tags: description: List of tags items: type: string type: array timeWindow: - $ref: '#/components/schemas/SLOs_time_window' + $ref: "#/components/schemas/SLOs_time_window" required: - name - description @@ -59712,7 +59712,7 @@ components: description: Defines properties for a filter properties: meta: - $ref: '#/components/schemas/SLOs_filter_meta' + $ref: "#/components/schemas/SLOs_filter_meta" query: type: object title: Filter @@ -59759,7 +59759,7 @@ components: type: number results: items: - $ref: '#/components/schemas/SLOs_slo_with_summary_response' + $ref: "#/components/schemas/SLOs_slo_with_summary_response" type: array total: example: 34 @@ -59898,9 +59898,9 @@ components: example: 03b80ab3-003d-498b-881c-3beedbaf1162 type: string filter: - $ref: '#/components/schemas/SLOs_kql_with_filters' + $ref: "#/components/schemas/SLOs_kql_with_filters" good: - $ref: '#/components/schemas/SLOs_kql_with_filters_good' + $ref: "#/components/schemas/SLOs_kql_with_filters_good" index: description: The index or index pattern to use example: my-service-* @@ -59911,7 +59911,7 @@ components: example: timestamp type: string total: - $ref: '#/components/schemas/SLOs_kql_with_filters_total' + $ref: "#/components/schemas/SLOs_kql_with_filters_total" required: - index - timestampField @@ -60030,7 +60030,7 @@ components: type: string filter: description: The filter to apply to the metric. - example: 'processor.outcome: *' + example: "processor.outcome: *" type: string name: description: The name of the metric. Only valid options are A-Z @@ -60141,7 +60141,7 @@ components: type: string filter: description: The filter for total events. - example: 'processor.outcome : *' + example: "processor.outcome : *" type: string from: description: >- @@ -60268,7 +60268,7 @@ components: properties: filters: items: - $ref: '#/components/schemas/SLOs_filter' + $ref: "#/components/schemas/SLOs_filter" type: array kqlQuery: type: string @@ -60283,7 +60283,7 @@ components: properties: filters: items: - $ref: '#/components/schemas/SLOs_filter' + $ref: "#/components/schemas/SLOs_filter" type: array kqlQuery: type: string @@ -60298,7 +60298,7 @@ components: properties: filters: items: - $ref: '#/components/schemas/SLOs_filter' + $ref: "#/components/schemas/SLOs_filter" type: array kqlQuery: type: string @@ -60357,10 +60357,10 @@ components: type: object properties: budgetingMethod: - $ref: '#/components/schemas/SLOs_budgeting_method' + $ref: "#/components/schemas/SLOs_budgeting_method" createdAt: description: The creation date - example: '2023-01-12T10:03:19.000Z' + example: "2023-01-12T10:03:19.000Z" type: string description: description: The description of the SLO. @@ -60371,7 +60371,7 @@ components: example: true type: boolean groupBy: - $ref: '#/components/schemas/SLOs_group_by' + $ref: "#/components/schemas/SLOs_group_by" id: description: The identifier of the SLO. example: 8853df00-ae2e-11ed-90af-09bb6422b258 @@ -60379,42 +60379,42 @@ components: indicator: discriminator: mapping: - sli.apm.transactionDuration: '#/components/schemas/SLOs_indicator_properties_apm_latency' - sli.apm.transactionErrorRate: '#/components/schemas/SLOs_indicator_properties_apm_availability' - sli.histogram.custom: '#/components/schemas/SLOs_indicator_properties_histogram' - sli.kql.custom: '#/components/schemas/SLOs_indicator_properties_custom_kql' - sli.metric.custom: '#/components/schemas/SLOs_indicator_properties_custom_metric' - sli.metric.timeslice: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + sli.apm.transactionDuration: "#/components/schemas/SLOs_indicator_properties_apm_latency" + sli.apm.transactionErrorRate: "#/components/schemas/SLOs_indicator_properties_apm_availability" + sli.histogram.custom: "#/components/schemas/SLOs_indicator_properties_histogram" + sli.kql.custom: "#/components/schemas/SLOs_indicator_properties_custom_kql" + sli.metric.custom: "#/components/schemas/SLOs_indicator_properties_custom_metric" + sli.metric.timeslice: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" propertyName: type oneOf: - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_kql' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_availability' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_latency' - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_metric' - - $ref: '#/components/schemas/SLOs_indicator_properties_histogram' - - $ref: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_kql" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_availability" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_latency" + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_metric" + - $ref: "#/components/schemas/SLOs_indicator_properties_histogram" + - $ref: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" name: description: The name of the SLO. example: My Service SLO type: string objective: - $ref: '#/components/schemas/SLOs_objective' + $ref: "#/components/schemas/SLOs_objective" revision: description: The SLO revision example: 2 type: number settings: - $ref: '#/components/schemas/SLOs_settings' + $ref: "#/components/schemas/SLOs_settings" tags: description: List of tags items: type: string type: array timeWindow: - $ref: '#/components/schemas/SLOs_time_window' + $ref: "#/components/schemas/SLOs_time_window" updatedAt: description: The last update date - example: '2023-01-12T10:03:19.000Z' + example: "2023-01-12T10:03:19.000Z" type: string version: description: The internal SLO version @@ -60441,10 +60441,10 @@ components: type: object properties: budgetingMethod: - $ref: '#/components/schemas/SLOs_budgeting_method' + $ref: "#/components/schemas/SLOs_budgeting_method" createdAt: description: The creation date - example: '2023-01-12T10:03:19.000Z' + example: "2023-01-12T10:03:19.000Z" type: string description: description: The description of the SLO. @@ -60455,7 +60455,7 @@ components: example: true type: boolean groupBy: - $ref: '#/components/schemas/SLOs_group_by' + $ref: "#/components/schemas/SLOs_group_by" id: description: The identifier of the SLO. example: 8853df00-ae2e-11ed-90af-09bb6422b258 @@ -60463,20 +60463,20 @@ components: indicator: discriminator: mapping: - sli.apm.transactionDuration: '#/components/schemas/SLOs_indicator_properties_apm_latency' - sli.apm.transactionErrorRate: '#/components/schemas/SLOs_indicator_properties_apm_availability' - sli.histogram.custom: '#/components/schemas/SLOs_indicator_properties_histogram' - sli.kql.custom: '#/components/schemas/SLOs_indicator_properties_custom_kql' - sli.metric.custom: '#/components/schemas/SLOs_indicator_properties_custom_metric' - sli.metric.timeslice: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + sli.apm.transactionDuration: "#/components/schemas/SLOs_indicator_properties_apm_latency" + sli.apm.transactionErrorRate: "#/components/schemas/SLOs_indicator_properties_apm_availability" + sli.histogram.custom: "#/components/schemas/SLOs_indicator_properties_histogram" + sli.kql.custom: "#/components/schemas/SLOs_indicator_properties_custom_kql" + sli.metric.custom: "#/components/schemas/SLOs_indicator_properties_custom_metric" + sli.metric.timeslice: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" propertyName: type oneOf: - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_kql' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_availability' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_latency' - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_metric' - - $ref: '#/components/schemas/SLOs_indicator_properties_histogram' - - $ref: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_kql" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_availability" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_latency" + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_metric" + - $ref: "#/components/schemas/SLOs_indicator_properties_histogram" + - $ref: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" instanceId: description: the value derived from the groupBy field, if present, otherwise '*' example: host-abcde @@ -60486,25 +60486,25 @@ components: example: My Service SLO type: string objective: - $ref: '#/components/schemas/SLOs_objective' + $ref: "#/components/schemas/SLOs_objective" revision: description: The SLO revision example: 2 type: number settings: - $ref: '#/components/schemas/SLOs_settings' + $ref: "#/components/schemas/SLOs_settings" summary: - $ref: '#/components/schemas/SLOs_summary' + $ref: "#/components/schemas/SLOs_summary" tags: description: List of tags items: type: string type: array timeWindow: - $ref: '#/components/schemas/SLOs_time_window' + $ref: "#/components/schemas/SLOs_time_window" updatedAt: description: The last update date - example: '2023-01-12T10:03:19.000Z' + example: "2023-01-12T10:03:19.000Z" type: string version: description: The internal SLO version @@ -60532,12 +60532,12 @@ components: description: The SLO computed data properties: errorBudget: - $ref: '#/components/schemas/SLOs_error_budget' + $ref: "#/components/schemas/SLOs_error_budget" sliValue: example: 0.9836 type: number status: - $ref: '#/components/schemas/SLOs_summary_status' + $ref: "#/components/schemas/SLOs_summary_status" required: - status - sliValue @@ -60672,34 +60672,34 @@ components: indicator, time window and budgeting method. Partial update is handled. properties: budgetingMethod: - $ref: '#/components/schemas/SLOs_budgeting_method' + $ref: "#/components/schemas/SLOs_budgeting_method" description: description: A description for the SLO. type: string groupBy: - $ref: '#/components/schemas/SLOs_group_by' + $ref: "#/components/schemas/SLOs_group_by" indicator: oneOf: - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_kql' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_availability' - - $ref: '#/components/schemas/SLOs_indicator_properties_apm_latency' - - $ref: '#/components/schemas/SLOs_indicator_properties_custom_metric' - - $ref: '#/components/schemas/SLOs_indicator_properties_histogram' - - $ref: '#/components/schemas/SLOs_indicator_properties_timeslice_metric' + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_kql" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_availability" + - $ref: "#/components/schemas/SLOs_indicator_properties_apm_latency" + - $ref: "#/components/schemas/SLOs_indicator_properties_custom_metric" + - $ref: "#/components/schemas/SLOs_indicator_properties_histogram" + - $ref: "#/components/schemas/SLOs_indicator_properties_timeslice_metric" name: description: A name for the SLO. type: string objective: - $ref: '#/components/schemas/SLOs_objective' + $ref: "#/components/schemas/SLOs_objective" settings: - $ref: '#/components/schemas/SLOs_settings' + $ref: "#/components/schemas/SLOs_settings" tags: description: List of tags items: type: string type: array timeWindow: - $ref: '#/components/schemas/SLOs_time_window' + $ref: "#/components/schemas/SLOs_time_window" title: Update SLO request type: object securitySchemes: @@ -60803,7 +60803,7 @@ tags: - description: Interact with and manage endpoints running the Elastic Defend integration. name: Security Endpoint Management API x-displayName: Security endpoint management - - description: '' + - description: "" name: Security Entity Analytics API x-displayName: Security entity analytics - description: >- diff --git a/packages/kbn-router-to-openapispec/src/process_versioned_router.ts b/packages/kbn-router-to-openapispec/src/process_versioned_router.ts index eab2dfef78a21..03237b548c020 100644 --- a/packages/kbn-router-to-openapispec/src/process_versioned_router.ts +++ b/packages/kbn-router-to-openapispec/src/process_versioned_router.ts @@ -99,6 +99,13 @@ export const processVersionedRouter = ( }`; } + let description = ''; + if (route.options.security) { + const authzDescription = extractAuthzDescription(route.options.security); + + description = `${route.options.description ?? ''}${authzDescription ?? ''}`; + } + const hasBody = Boolean(extractValidationSchemaFromVersionedHandler(handler)?.request?.body); const contentType = extractContentType(route.options.options?.body); const hasVersionFilter = Boolean(filters?.version);