mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.17] [docs] Remove experimental message from saved objects import and export apis (#202173) (#202456)
# Backport This will backport the following commits from `main` to `8.17`: - [[docs] Remove experimental message from saved objects import and export apis (#202173)](https://github.com/elastic/kibana/pull/202173) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jesus Wahrman","email":"41008968+jesuswr@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-02T11:05:52Z","message":"[docs] Remove experimental message from saved objects import and export apis (#202173)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/159454\r\n\r\nRemove experimental message from saved objects import and export apis.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"9b99070470869ba390924cf64745771b6b143377","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","docs","backport:version","v8.17.0","v8.18.0","v8.16.2","v8.15.6"],"title":"[docs] Remove experimental message from saved objects import and export apis","number":202173,"url":"https://github.com/elastic/kibana/pull/202173","mergeCommit":{"message":"[docs] Remove experimental message from saved objects import and export apis (#202173)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/159454\r\n\r\nRemove experimental message from saved objects import and export apis.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"9b99070470869ba390924cf64745771b6b143377"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x","8.16","8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202173","number":202173,"mergeCommit":{"message":"[docs] Remove experimental message from saved objects import and export apis (#202173)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/159454\r\n\r\nRemove experimental message from saved objects import and export apis.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas added for features that require explanation or tutorials\r\n\r\n### Identify risks\r\n\r\nDoes this PR introduce any risks? For example, consider risks like hard\r\nto test bugs, performance regression, potential of data loss.\r\n\r\nDescribe the risk, its severity, and mitigation for each identified\r\nrisk. Invite stakeholders and evaluate how to proceed before merging.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"9b99070470869ba390924cf64745771b6b143377"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
This commit is contained in:
parent
11274c9a75
commit
83cd16a062
8 changed files with 5 additions and 27 deletions
|
@ -18035,8 +18035,6 @@ paths:
|
|||
Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
operationId: exportSavedObjectsDefault
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
|
||||
|
@ -18196,8 +18194,6 @@ paths:
|
|||
description: |
|
||||
Create sets of Kibana saved objects from a file created by the export API.
|
||||
Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
operationId: importSavedObjectsDefault
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
|
||||
|
@ -18294,8 +18290,6 @@ paths:
|
|||
* Retry certain saved objects
|
||||
* Overwrite specific saved objects
|
||||
* Change references to different saved objects
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
operationId: resolveImportErrors
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/Saved_objects_kbn_xsrf'
|
||||
|
|
|
@ -380,7 +380,7 @@
|
|||
"post": {
|
||||
"summary": "Export saved objects",
|
||||
"operationId": "exportSavedObjectsDefault",
|
||||
"description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n",
|
||||
"description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n",
|
||||
"tags": [
|
||||
"saved objects"
|
||||
],
|
||||
|
@ -639,7 +639,7 @@
|
|||
"post": {
|
||||
"summary": "Import saved objects",
|
||||
"operationId": "importSavedObjectsDefault",
|
||||
"description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n",
|
||||
"description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n",
|
||||
"tags": [
|
||||
"saved objects"
|
||||
],
|
||||
|
@ -759,7 +759,7 @@
|
|||
"post": {
|
||||
"summary": "Resolve import errors",
|
||||
"operationId": "resolveImportErrors",
|
||||
"description": "To resolve errors from the Import objects API, you can:\n\n* Retry certain saved objects\n* Overwrite specific saved objects\n* Change references to different saved objects\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n",
|
||||
"description": "To resolve errors from the Import objects API, you can:\n\n* Retry certain saved objects\n* Overwrite specific saved objects\n* Change references to different saved objects\n",
|
||||
"tags": [
|
||||
"saved objects"
|
||||
],
|
||||
|
|
|
@ -270,8 +270,6 @@ paths:
|
|||
Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
@ -431,8 +429,6 @@ paths:
|
|||
description: |
|
||||
Create sets of Kibana saved objects from a file created by the export API.
|
||||
Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
@ -529,8 +525,6 @@ paths:
|
|||
* Retry certain saved objects
|
||||
* Overwrite specific saved objects
|
||||
* Change references to different saved objects
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"post": {
|
||||
"summary": "Export saved objects",
|
||||
"operationId": "exportSavedObjectsDefault",
|
||||
"description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n",
|
||||
"description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n",
|
||||
"tags": [
|
||||
"saved objects"
|
||||
],
|
||||
|
@ -124,7 +124,7 @@
|
|||
"post": {
|
||||
"summary": "Import saved objects",
|
||||
"operationId": "importSavedObjectsDefault",
|
||||
"description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n",
|
||||
"description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n",
|
||||
"tags": [
|
||||
"saved objects"
|
||||
],
|
||||
|
|
|
@ -37,8 +37,6 @@ paths:
|
|||
Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
@ -96,8 +94,6 @@ paths:
|
|||
description: |
|
||||
Create sets of Kibana saved objects from a file created by the export API.
|
||||
Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
|
|
@ -8,8 +8,6 @@ post:
|
|||
Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
|
|
@ -4,8 +4,6 @@ post:
|
|||
description: |
|
||||
Create sets of Kibana saved objects from a file created by the export API.
|
||||
Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
|
|
@ -7,8 +7,6 @@ post:
|
|||
* Retry certain saved objects
|
||||
* Overwrite specific saved objects
|
||||
* Change references to different saved objects
|
||||
|
||||
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
|
||||
tags:
|
||||
- saved objects
|
||||
parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue