Delete Logstash pipeline APIedit
This API deletes a pipeline used for Logstash Central Management.
Requestedit
DELETE _logstash/pipeline/<pipeline_id>
Prerequisitesedit
-
If the Elasticsearch security features are enabled, you must have the
manage_logstash_pipelines
cluster privilege to use this API.
Descriptionedit
Deletes a Logstash pipeline.
Path parametersedit
-
<pipeline_id>
- (Required, string) Identifier for the Pipeline.
Examplesedit
The following example deletes the Pipeline named my_pipeline
:
DELETE _logstash/pipeline/my_pipeline
If the request succeeds, you receive an empty response with an appropriate status code.