kibana/x-pack/plugins/logstash
Shaunak Kashyap 355b7a2c9c
Using POST instead of DELETE for bulk deletion of pipelines (#31023)
Evidently something (outside the Logstash management codebase itself) changed in the Kibana server (HAPI upgrade?) that no longer honors the HTTP 1.1 spec of allowing request bodies for `DELETE` requests. Consequently users could no longer bulk delete Logstash pipelines as that functionality issues an HTTP `DELETE` request from the browser to the Kibana server, along with a request body containing IDs of pipelines to be deleted. This change fixes this regression by using a `POST` instead of a `DELETE`.

Thanks to @jen-huang for finding this issue!
2019-02-14 14:01:18 -08:00
..
common
public Using POST instead of DELETE for bulk deletion of pipelines (#31023) 2019-02-14 14:01:18 -08:00
server Using POST instead of DELETE for bulk deletion of pipelines (#31023) 2019-02-14 14:01:18 -08:00
index.js
README.md

Logstash Plugin

This plugin adds Logstash specific UI code to x-pack. Currently this plugin adds just the management features.