Moving Saved Object APIs from Experimental to Beta (#44140) (#44256)

* Saved Object APIs, now beta!

* Using Gail's word-choice, thanks Gail!!!
This commit is contained in:
Brandon Kobel 2019-08-28 08:49:21 -07:00 committed by GitHub
parent f3157ebe19
commit c33cf805e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
[[saved-objects-api-bulk-create]]
=== Bulk Create Objects
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The bulk-create saved object API enables you to persist multiple Kibana saved
objects.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-bulk-get]]
=== Bulk Get Objects
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The bulk-get saved object API enables you to retrieve multiple Kibana saved
objects by id.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-create]]
=== Create Object
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The create saved object API enables you to persist a Kibana saved object.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-delete]]
=== Delete Object
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The delete saved object API permanently removes a Kibana saved object. Once a
saved object has been deleted, _it cannot be recovered_.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-export]]
=== Export Objects
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The export saved objects API enables you to retrieve a set of saved objects that can later be imported into Kibana.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-find]]
=== Find Objects
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The find saved object API enables you to retrieve a paginated set of Kibana
saved objects by various conditions.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-get]]
=== Get Object
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The get saved object API enables you to retrieve a single Kibana saved object
by id.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-import]]
=== Import Objects
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The import saved objects API enables you to create a set of Kibana saved objects from a file created by the export API.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-resolve-import-errors]]
=== Resolve Import Errors
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The resolve import errors API enables you to resolve errors given by the import API by either retrying certain saved objects, overwriting specific saved objects or changing references to different saved objects.

View file

@ -1,7 +1,7 @@
[[saved-objects-api-update]]
=== Update Object
experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but well avoid this wherever possible. ]
The update saved object API enables you to update the attributes for an
existing Kibana saved object.