mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Fix for LOGSTASH-2129
This commit is contained in:
parent
066a3b7e1c
commit
df224bff01
1 changed files with 2 additions and 3 deletions
|
@ -34,10 +34,9 @@ class LogStash::Inputs::Generator < LogStash::Inputs::Threadable
|
|||
# "line 2",
|
||||
# "line 3"
|
||||
# ]
|
||||
# # Emit all lines 3 times.
|
||||
# count => 3
|
||||
# }
|
||||
#
|
||||
# # Emit all lines 3 times.
|
||||
# count => 3
|
||||
# }
|
||||
#
|
||||
# The above will emit "line 1" then "line 2" then "line", then "line 1", etc...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue