mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
27 lines
1.2 KiB
Text
27 lines
1.2 KiB
Text
[[index-patterns-api]]
|
|
== Index patterns APIs
|
|
|
|
experimental[] Manage {kib} index patterns.
|
|
|
|
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 index patterns API for managing {kib} index patterns instead of lower-level <<saved-objects-api, saved objects API>>.
|
|
|
|
The following index patterns APIs are available:
|
|
|
|
* Index patterns
|
|
** <<index-patterns-api-get, Get index pattern API>> to retrieve a single {kib} index pattern
|
|
** <<index-patterns-api-create, Create index pattern API>> to create {kib} index pattern
|
|
** <<index-patterns-api-update, Update index pattern API>> to partially updated {kib} index pattern
|
|
** <<index-patterns-api-delete, Delete index pattern API>> to delete {kib} index pattern
|
|
* Fields
|
|
** <<index-patterns-fields-api-update, Update index pattern field>> to change field metadata, such as `count`, `customLabel` and `format`.
|
|
|
|
|
|
|
|
include::index-patterns/get.asciidoc[]
|
|
include::index-patterns/create.asciidoc[]
|
|
include::index-patterns/update.asciidoc[]
|
|
include::index-patterns/delete.asciidoc[]
|
|
include::index-patterns/update-fields.asciidoc[]
|