Skip to content

Commit

Permalink
Fix cisco-ftd test case for new lowercase processor (elastic#17095)
Browse files Browse the repository at this point in the history
After elastic/elasticsearch#53343, ingest node's lowercase processor
will lowercase values in arrays. This is causing the integration tests
to fail.

(cherry picked from commit 0731f45)
  • Loading branch information
adriansr committed Mar 19, 2020
1 parent 5ecd98e commit e2f4e50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@
"log.level": "alert",
"log.offset": 3037,
"network.application": [
"Advanced Packaging Tool",
"Ubuntu"
"advanced packaging tool",
"ubuntu"
],
"network.iana_number": 6,
"network.protocol": "http",
Expand Down

0 comments on commit e2f4e50

Please sign in to comment.