mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
**Problem:** For historical reasons, source files for the Elasticsearch Guide's security, watcher, and Logstash API docs are housed in the `x-pack/docs` directory. This can confuse new contributors who expect Elasticsearch Guide docs to be located in `docs/reference`. **Solution:** - Move the security, watcher, and Logstash API doc source files to the `docs/reference` directory - Update doc snippet tests to use security Rel: https://github.com/elastic/platform-docs-team/issues/208
15 lines
393 B
Text
15 lines
393 B
Text
[role="xpack"]
|
|
[[logstash-apis]]
|
|
== {ls} APIs
|
|
|
|
The following APIs are used to manage pipelines used by
|
|
{logstash-ref}/logstash-centralized-pipeline-management.html[{ls} Central
|
|
Management]:
|
|
|
|
* <<logstash-api-put-pipeline>>
|
|
* <<logstash-api-get-pipeline>>
|
|
* <<logstash-api-delete-pipeline>>
|
|
|
|
include::put-pipeline.asciidoc[]
|
|
include::delete-pipeline.asciidoc[]
|
|
include::get-pipeline.asciidoc[]
|