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.

Path parameters

  • id string Required

    An identifier for the pipeline.

Responses

  • Indicates a successful call

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