mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Remove '@' from '@message'
This commit is contained in:
parent
9f1127beca
commit
e48f05e607
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ describe "outputs/email" do
|
|||
end
|
||||
end
|
||||
|
||||
describe "match on @source and @message (LOGSTASH-826)" do
|
||||
describe "match on source and message (LOGSTASH-826)" do
|
||||
config <<-CONFIG
|
||||
input {
|
||||
generator {
|
||||
|
@ -156,7 +156,7 @@ describe "outputs/email" do
|
|||
to => "me@host"
|
||||
subject => "Hello World"
|
||||
body => "Mail body"
|
||||
match => ["messageAndSourceMatch", "@message,*hello,,and,@source,*generator"]
|
||||
match => ["messageAndSourceMatch", "message,*hello,,and,source,*generator"]
|
||||
options => ["port", #{@@port}, "authenticationType", "nil"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue