mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
33 lines
825 B
Text
33 lines
825 B
Text
[[logstash-configuration-management-api-delete]]
|
|
=== Delete Logstash pipeline API
|
|
++++
|
|
<titleabbrev>Delete pipeline</titleabbrev>
|
|
++++
|
|
|
|
experimental[] Delete a centrally-managed Logstash pipeline.
|
|
|
|
[[logstash-configuration-management-api-delete-request]]
|
|
==== Request
|
|
|
|
`DELETE <kibana host>:<port>/api/logstash/pipeline/<id>`
|
|
|
|
[[logstash-configuration-management-api-delete-params]]
|
|
==== Path parameters
|
|
|
|
`id`::
|
|
(Required, string) The pipeline ID.
|
|
|
|
[[logstash-configuration-management-api-delete-codes]]
|
|
==== Response code
|
|
|
|
`204 No Content`::
|
|
Indicates a successful call.
|
|
|
|
[[logstash-configuration-management-api-delete-example]]
|
|
==== Example
|
|
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
$ curl -X DELETE api/logstash/pipeline/hello-world
|
|
--------------------------------------------------
|
|
// KIBANA
|