Delete a Logstash pipeline
Technical Preview
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.
curl \
--request DELETE http://localhost:5622/api/logstash/pipeline/{id} \
--header "Authorization: $API_KEY"