2018-06-05 19:43:55 -04: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 11:23:35 -04:00
|
|
|
* <<ccr-apis,Cross-cluster replication APIs>>
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<graph-explore-api,Graph Explore API>>
|
2018-11-20 02:03:24 -05:00
|
|
|
* <<freeze-index-api>>, <<unfreeze-index-api>>
|
2018-10-30 21:27:43 -04:00
|
|
|
* <<index-lifecycle-management-api,Index lifecycle management APIs>>
|
2018-06-05 19:43:55 -04: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-19 13:33:57 -04:00
|
|
|
include::info.asciidoc[]
|
2018-10-26 11:23:35 -04:00
|
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
2018-09-26 17:59:31 -04:00
|
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
2018-11-20 02:03:24 -05:00
|
|
|
include::{es-repo-dir}/indices/apis/freeze.asciidoc[]
|
2018-10-30 21:27:43 -04:00
|
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
2018-06-20 11:17:11 -04:00
|
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
2018-06-21 11:19:23 -04:00
|
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
2018-08-31 19:49:24 -04:00
|
|
|
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
2018-08-31 13:50:43 -04:00
|
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
2018-06-05 19:43:55 -04:00
|
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
2018-11-20 02:03:24 -05:00
|
|
|
include::{es-repo-dir}/indices/apis/unfreeze.asciidoc[]
|
2018-06-05 19:43:55 -04:00
|
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
2018-08-31 19:49:24 -04:00
|
|
|
include::defs.asciidoc[]
|