2019-06-26 13:44:33 -04:00
|
|
|
[[rest-apis]]
|
|
|
|
= REST APIs
|
2018-06-05 19:43:55 -04:00
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
2019-06-26 13:44:33 -04:00
|
|
|
{es} exposes REST APIs that are used by the UI components and can be called
|
|
|
|
directly to configure and access {es} features.
|
|
|
|
|
|
|
|
[NOTE]
|
|
|
|
We are working on including more {es} APIs in this section. Some content might
|
|
|
|
not be included yet.
|
2018-06-05 19:43:55 -04:00
|
|
|
|
|
|
|
* <<info-api,Info API>>
|
2019-03-12 17:27:17 -04:00
|
|
|
* <<ccr-apis,{ccr-cap} APIs>>
|
2019-05-03 11:30:41 -04:00
|
|
|
* <<data-frame-apis,{dataframe-cap} APIs>>
|
2018-06-05 19:43:55 -04:00
|
|
|
* <<graph-explore-api,Graph Explore API>>
|
2019-07-11 17:00:45 -04:00
|
|
|
* <<index-apis>>
|
2019-06-28 03:55:40 -04:00
|
|
|
* <<indices-reload-analyzers,Reload Search Analyzers 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[]
|
2019-03-20 13:19:41 -04:00
|
|
|
include::{es-repo-dir}/data-frames/apis/index.asciidoc[]
|
2018-09-26 17:59:31 -04:00
|
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
2018-10-30 21:27:43 -04:00
|
|
|
include::{es-repo-dir}/ilm/apis/ilm-api.asciidoc[]
|
2019-07-11 17:00:45 -04:00
|
|
|
include::{es-repo-dir}/indices/apis/index.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[]
|
|
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
2019-06-28 03:55:40 -04:00
|
|
|
include::{es-repo-dir}/indices/apis/reload-analyzers.asciidoc[]
|
2018-08-31 19:49:24 -04:00
|
|
|
include::defs.asciidoc[]
|