Value of start_timestamp must to be quoted

Fixes #10836
This commit is contained in:
Florian Kelbert 2019-05-30 12:21:37 +01:00 committed by Karen Metts
parent 8a2b7be327
commit 58dbda45f3

View file

@ -144,7 +144,7 @@ processing events based on the timestamp of when they entered the queue:
input {
dead_letter_queue {
path => "/path/to/data/dead_letter_queue"
start_timestamp => 2017-06-06T23:40:37
start_timestamp => "2017-06-06T23:40:37"
pipeline_id => "main"
}
}