mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[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.
This commit is contained in:
parent
001d0a4e8a
commit
eda391a7ed
1 changed files with 1 additions and 0 deletions
|
@ -883,6 +883,7 @@ PUT _ingest/pipeline/my-pipeline
|
||||||
[source,console]
|
[source,console]
|
||||||
----
|
----
|
||||||
DELETE _scripts/my-prod-tag-script
|
DELETE _scripts/my-prod-tag-script
|
||||||
|
DELETE _ingest/pipeline/my-pipeline
|
||||||
----
|
----
|
||||||
// TEST[continued]
|
// TEST[continued]
|
||||||
////
|
////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue