mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
* [DOCS] Move security APIs to Elasticsearch Ref * [DOCS] Update links to security APIs * [DOCS] Fix link to security APIs Original commit: elastic/x-pack-elasticsearch@d7a9d3f1ab
24 lines
534 B
Plaintext
24 lines
534 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>>
|
|
* Graph <<graph-explore-api, Explore API>>
|
|
* <<ml-apis, Machine Learning APIs>>
|
|
* <<security-api,Security APIs>>
|
|
* <<watcher-api, Watcher APIs>>
|
|
--
|
|
|
|
|
|
include::info.asciidoc[]
|
|
include::graph/explore.asciidoc[]
|
|
include::ml-api.asciidoc[]
|
|
include::security.asciidoc[]
|
|
include::watcher.asciidoc[]
|
|
include::defs.asciidoc[]
|