IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete Logstash pipeline API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete Logstash pipeline API
editThis API deletes a pipeline used for Logstash Central Management.
Request
editDELETE _logstash/pipeline/<pipeline_id>
Prerequisites
edit-
If the Elasticsearch security features are enabled, you must have the
manage_logstash_pipelines
cluster privilege to use this API.
Description
editDeletes a Logstash pipeline.
Path parameters
edit-
<pipeline_id>
- (Required, string) Identifier for the Pipeline.
Examples
editThe following example deletes the Pipeline named my_pipeline
:
response = client.logstash.delete_pipeline( id: 'my_pipeline' ) puts response
DELETE _logstash/pipeline/my_pipeline
If the request succeeds, you receive an empty response with an appropriate status code.
Was this helpful?
Thank you for your feedback.