fix integration tests to work with version 3.2.3 of the useragent filter

Fixes #10019
This commit is contained in:
Dan Hermann 2018-09-25 13:23:18 -05:00
parent 1329e67174
commit 669ccad8f6

View file

@ -36,6 +36,6 @@ describe "Test Elasticsearch output" do
expect(s["geoip"]["longitude"]).to be_between(-180, 180)
expect(s["geoip"]["latitude"]).to be_between(-90, 90)
expect(s["verb"]).to eq("GET")
expect(s["useragent"]["os"]).to eq("Windows 7")
expect(s["useragent"]["os"]).to eq("Windows")
end
end