mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Updates Create Pipeline doc (#34359)
This commit is contained in:
parent
d99159bfde
commit
c3948e64d2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ PUT api/logstash/pipeline/hello-world
|
|||
{
|
||||
"pipeline": "input { stdin {} } output { stdout {} }",
|
||||
"settings": {
|
||||
"queue.type": "persistent"
|
||||
"queue.type": "persisted"
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue