2018-06-06 07:43:55 +08:00
|
|
|
[role="xpack"]
|
|
|
|
[[xpack-api]]
|
|
|
|
= {xpack} APIs
|
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
|
|
|
{xpack} exposes REST APIs that are used by the UI components and can be called
|
|
|
|
directly to configure and access {xpack} features.
|
|
|
|
|
|
|
|
* <<info-api,Info API>>
|
2018-10-26 23:23:35 +08:00
|
|
|
* <<ccr-apis,Cross-cluster replication APIs>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<graph-explore-api,Graph Explore API>>
|
2018-10-31 09:27:43 +08:00
|
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
2018-06-06 07:43:55 +08:00
|
|
|
* <<licensing-apis,Licensing APIs>>
|
|
|
|
* <<ml-apis,Machine Learning APIs>>
|
|
|
|
* <<security-api,Security APIs>>
|
|
|
|
* <<watcher-api,Watcher APIs>>
|
|
|
|
* <<rollup-apis,Rollup APIs>>
|
|
|
|
* <<migration-api,Migration APIs>>
|
|
|
|
--
|
|
|
|
|
|
|
|
|
2018-06-20 01:33:57 +08:00
|
|
|
include::info.asciidoc[]
|
2018-10-26 23:23:35 +08:00
|
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
2018-09-27 05:59:31 +08:00
|
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
2018-10-31 09:27:43 +08:00
|
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
2018-06-20 23:17:11 +08:00
|
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
2018-06-21 23:19:23 +08:00
|
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
2018-09-01 07:49:24 +08:00
|
|
|
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
2018-09-01 01:50:43 +08:00
|
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
2018-06-06 07:43:55 +08:00
|
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
|
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
2018-09-01 07:49:24 +08:00
|
|
|
include::defs.asciidoc[]
|