mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Forgot to specify second field name in spec config.
This commit is contained in:
parent
90d3c195ff
commit
c801054ab1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe LogStash::Filters::Unique do
|
|||
config <<-CONFIG
|
||||
filter {
|
||||
unique {
|
||||
fields => ["noisy_field"]
|
||||
fields => ["noisy_field", "not_an_array"]
|
||||
}
|
||||
}
|
||||
CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue