[DOCS] Updates Create Pipeline doc (#34359)

This commit is contained in:
gchaps 2019-04-02 11:47:42 -07:00 committed by GitHub
parent d8916e37c9
commit 8290b56f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ PUT api/logstash/pipeline/hello-world
{
"pipeline": "input { stdin {} } output { stdout {} }",
"settings": {
"queue.type": "persistent"
"queue.type": "persisted"
}
}
--------------------------------------------------