forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'elastic/master' into ccr
* elastic/master: [DOCS] Creates rest-api folder in docs [Rollup] Disallow index patterns that match the rollup index (elastic#30491) Add cors support to NioHttpServerTransport (elastic#30827) [DOCS] Fixes security example (elastic#31082) Allow terms query in _rollup_search (elastic#30973)
- Loading branch information
Showing
23 changed files
with
1,528 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[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>> | ||
* <<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::{xes-repo-dir}/rest-api/info.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/graph/explore.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/licensing.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/migration.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/ml-api.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/rollup-api.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/security.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/watcher.asciidoc[] | ||
include::{xes-repo-dir}/rest-api/defs.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.