Skip to content

Commit

Permalink
Small typo in the pipelines.yml (elastic#7470)
Browse files Browse the repository at this point in the history
The `config.string` option was not correctly closed with a double quote
  • Loading branch information
ph authored and jsvd committed Jun 16, 2017
1 parent d13d54c commit 7b96c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - pipeline.id: test
# pipeline.workers: 1
# pipeline.batch.size: 1
# config.string: "input { generator {} } filter { sleep { time => 1 } } output { stdout { codec => dots } }
# config.string: "input { generator {} } filter { sleep { time => 1 } } output { stdout { codec => dots } }"
# - pipeline.id: another_test
# queue.type: persisted
# path.config: "/tmp/logstash/*.config"
Expand Down

0 comments on commit 7b96c1a

Please sign in to comment.