mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Saved Object APIs, now beta! * Using Gail's word-choice, thanks Gail!!!
This commit is contained in:
parent
f3157ebe19
commit
c33cf805e4
10 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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_.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue