mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible. Relates to #79309, #31619 # Conflicts: # docs/reference/ml/df-analytics/apis/get-trained-model-deployment-stats.asciidoc # docs/reference/ml/df-analytics/apis/infer-trained-model-deployment.asciidoc # docs/reference/ml/df-analytics/apis/put-trained-model-definition-part.asciidoc # docs/reference/ml/df-analytics/apis/put-trained-model-vocabulary.asciidoc # docs/reference/ml/df-analytics/apis/start-trained-model-deployment.asciidoc # docs/reference/ml/df-analytics/apis/stop-trained-model-deployment.asciidoc # docs/reference/slm/apis/slm-delete.asciidoc # docs/reference/slm/apis/slm-execute-retention.asciidoc # docs/reference/slm/apis/slm-execute.asciidoc # docs/reference/slm/apis/slm-get-status.asciidoc # docs/reference/slm/apis/slm-get.asciidoc # docs/reference/slm/apis/slm-start.asciidoc # docs/reference/slm/apis/slm-stats.asciidoc # docs/reference/slm/apis/slm-stop.asciidoc # docs/reference/sql/endpoints/client-apps/tableau-desktop.asciidoc # docs/reference/sql/endpoints/client-apps/tableau-server.asciidoc
52 lines
1.6 KiB
Text
52 lines
1.6 KiB
Text
[role="xpack"]
|
|
[[ccr-apis]]
|
|
== {ccr-cap} APIs
|
|
|
|
You can use the following APIs to perform {ccr} operations.
|
|
|
|
[discrete]
|
|
[[ccr-api-top-level]]
|
|
=== Top-Level
|
|
|
|
* <<ccr-get-stats,Get {ccr} stats>>
|
|
|
|
[discrete]
|
|
[[ccr-api-follow]]
|
|
=== Follow
|
|
|
|
* <<ccr-put-follow,Create follower index>>
|
|
* <<ccr-post-pause-follow,Pause follower>>
|
|
* <<ccr-post-resume-follow,Resume follower>>
|
|
* <<ccr-post-unfollow,Convert follower index to a regular index>>
|
|
* <<ccr-post-forget-follower,Remove follower retention leases from the leader>>
|
|
* <<ccr-get-follow-stats,Get stats about follower indices>>
|
|
* <<ccr-get-follow-info,Get info about follower indices>>
|
|
|
|
[discrete]
|
|
[[ccr-api-auto-follow]]
|
|
=== Auto-follow
|
|
|
|
* <<ccr-put-auto-follow-pattern,Create auto-follow pattern>>
|
|
* <<ccr-delete-auto-follow-pattern,Delete auto-follow pattern>>
|
|
* <<ccr-get-auto-follow-pattern,Get auto-follow patterns>>
|
|
* <<ccr-pause-auto-follow-pattern,Pause auto-follow pattern>>
|
|
* <<ccr-resume-auto-follow-pattern,Resume auto-follow pattern>>
|
|
|
|
// top-level
|
|
include::get-ccr-stats.asciidoc[]
|
|
|
|
// follow
|
|
include::follow/put-follow.asciidoc[]
|
|
include::follow/post-pause-follow.asciidoc[]
|
|
include::follow/post-resume-follow.asciidoc[]
|
|
include::follow/post-unfollow.asciidoc[]
|
|
include::follow/post-forget-follower.asciidoc[]
|
|
include::follow/get-follow-stats.asciidoc[]
|
|
include::follow/get-follow-info.asciidoc[]
|
|
|
|
// auto-follow
|
|
include::auto-follow/put-auto-follow-pattern.asciidoc[]
|
|
include::auto-follow/delete-auto-follow-pattern.asciidoc[]
|
|
include::auto-follow/get-auto-follow-pattern.asciidoc[]
|
|
include::auto-follow/pause-auto-follow-pattern.asciidoc[]
|
|
include::auto-follow/resume-auto-follow-pattern.asciidoc[]
|