Skip to content

Commit

Permalink
Moving Saved Object APIs from Experimental to Beta (elastic#44140)
Browse files Browse the repository at this point in the history
* Saved Object APIs, now beta!

* Using Gail's word-choice, thanks Gail!!!
  • Loading branch information
kobelb authored Aug 28, 2019
1 parent 86e1f51 commit 769bb65
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/api/saved-objects/bulk_create.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The bulk-create saved object API enables you to persist multiple Kibana saved
objects.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/bulk_get.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The bulk-get saved object API enables you to retrieve multiple Kibana saved
objects by id.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The create saved object API enables you to persist a Kibana saved object.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/delete.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll 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_.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/export.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/find.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The find saved object API enables you to retrieve a paginated set of Kibana
saved objects by various conditions.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/get.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The get saved object API enables you to retrieve a single Kibana saved object
by id.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/import.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/resolve_import_errors.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/update.asciidoc
Original file line number Diff line number Diff line change
@@ -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 we’ll avoid this wherever possible. ]

The update saved object API enables you to update the attributes for an
existing Kibana saved object.
Expand Down

0 comments on commit 769bb65

Please sign in to comment.