kibana/docs/api/data-views.asciidoc
Lisa Cawley cf43ba2f27
[DOCS] Remove saved object and data view API pages (#190654)
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-08-20 17:29:06 +00:00

12 lines
498 B
Text

[[data-views-api]]
== Data views API
Manage data views, formerly known as {kib} index patterns.
For the latest details, refer to {api-kibana}/group/endpoint-data-views[data view APIs].
WARNING: Do not write documents directly to the `.kibana` index. When you write directly
to the `.kibana` index, the data becomes corrupted and permanently breaks future {kib} versions.
WARNING: Use the data views APIs for managing data views instead of lower-level <<saved-objects-api, saved objects API>>.