mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
This commit is our first introduction to cross-cluster replication docs. In this commit, we introduce the cross-cluster replication API docs. We also add skelton docs for additional content that will be added in a series of follow-up commits.
32 lines
969 B
Plaintext
32 lines
969 B
Plaintext
[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>>
|
|
* <<ccr-apis,Cross-cluster replication APIs>>
|
|
* <<graph-explore-api,Graph Explore API>>
|
|
* <<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>>
|
|
--
|
|
|
|
|
|
include::info.asciidoc[]
|
|
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
|
include::{es-repo-dir}/graph/explore.asciidoc[]
|
|
include::{es-repo-dir}/licensing/index.asciidoc[]
|
|
include::{es-repo-dir}/migration/migration.asciidoc[]
|
|
include::{es-repo-dir}/ml/apis/ml-api.asciidoc[]
|
|
include::{es-repo-dir}/rollup/rollup-api.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/security.asciidoc[]
|
|
include::{xes-repo-dir}/rest-api/watcher.asciidoc[]
|
|
include::defs.asciidoc[]
|