mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Spec multiline filter: remove duplicated comments
This commit is contained in:
parent
df327c1449
commit
1fff0a8961
1 changed files with 0 additions and 6 deletions
|
@ -5,8 +5,6 @@ describe LogStash::Filters::Multiline do
|
|||
extend LogStash::RSpec
|
||||
|
||||
describe "simple multiline" do
|
||||
# The logstash config goes here.
|
||||
# At this time, only filters are supported.
|
||||
config <<-CONFIG
|
||||
filter {
|
||||
multiline {
|
||||
|
@ -24,8 +22,6 @@ describe LogStash::Filters::Multiline do
|
|||
end
|
||||
|
||||
describe "multiline using grok patterns" do
|
||||
# The logstash config goes here.
|
||||
# At this time, only filters are supported.
|
||||
config <<-CONFIG
|
||||
filter {
|
||||
multiline {
|
||||
|
@ -43,8 +39,6 @@ describe LogStash::Filters::Multiline do
|
|||
end
|
||||
|
||||
describe "multiline safety among multiple concurrent streams" do
|
||||
# The logstash config goes here.
|
||||
# At this time, only filters are supported.
|
||||
config <<-CONFIG
|
||||
filter {
|
||||
multiline {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue