mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Updates Create Pipeline doc (#34359)
This commit is contained in:
parent
d8916e37c9
commit
8290b56f70
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,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