From eda391a7edd99b700b5ec6ce8485667c1d6fb3ba Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 25 Jan 2022 16:32:56 -0500 Subject: [PATCH] [DOCS] Delete pipeline containing stored script (#83102) Adds a hidden snippet to delete the pipeline containing a stored script for cleanup. Relates to https://github.com/elastic/elasticsearch/issues/83097. --- docs/reference/ingest.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/ingest.asciidoc b/docs/reference/ingest.asciidoc index 4c4b1b5872f1..d5c31ab3236c 100644 --- a/docs/reference/ingest.asciidoc +++ b/docs/reference/ingest.asciidoc @@ -883,6 +883,7 @@ PUT _ingest/pipeline/my-pipeline [source,console] ---- DELETE _scripts/my-prod-tag-script +DELETE _ingest/pipeline/my-pipeline ---- // TEST[continued] ////