mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
21 lines
520 B
Text
21 lines
520 B
Text
[role="xpack"]
|
|
[[logstash-apis]]
|
|
== {ls} APIs
|
|
|
|
.New API reference
|
|
[sidebar]
|
|
--
|
|
For the most up-to-date API details, refer to {api-es}/group/endpoint-logstash[{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[]
|