Delete a Logstash pipeline Technical Preview

DELETE /api/logstash/pipeline/{id}

Delete a centrally-managed Logstash pipeline. If your Elasticsearch cluster is protected with basic authentication, you must have either the logstash_admin built-in role or a customized Logstash writer role.

Secure your connection

Path parameters

  • id string Required

    An identifier for the pipeline.

Responses

  • 204

    Indicates a successful call

DELETE /api/logstash/pipeline/{id}
curl \
 --request DELETE 'https://localhost:5601/api/logstash/pipeline/{id}' \
 --header "Authorization: $API_KEY"