Browse Source

[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.
James Rodewig 3 years ago
parent
commit
eda391a7ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/ingest.asciidoc

+ 1 - 0
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]
 ////