diff --git a/x-pack/filebeat/module/suricata/eve/test/eve-alerts.log-expected.json b/x-pack/filebeat/module/suricata/eve/test/eve-alerts.log-expected.json index 7bd2b03cc0d..3606b91886d 100644 --- a/x-pack/filebeat/module/suricata/eve/test/eve-alerts.log-expected.json +++ b/x-pack/filebeat/module/suricata/eve/test/eve-alerts.log-expected.json @@ -1227,4 +1227,4 @@ "user_agent.os.full_name": "Debian", "user_agent.os.name": "Debian" } -] +] \ No newline at end of file diff --git a/x-pack/filebeat/module/suricata/eve/test/eve-small.log-expected.json b/x-pack/filebeat/module/suricata/eve/test/eve-small.log-expected.json index e8ce871d341..38478592e97 100644 --- a/x-pack/filebeat/module/suricata/eve/test/eve-small.log-expected.json +++ b/x-pack/filebeat/module/suricata/eve/test/eve-small.log-expected.json @@ -331,10 +331,13 @@ }, { "@timestamp": "2018-07-05T19:51:50.666Z", + "destination.geo.city_name": "Cupertino", "destination.geo.continent_name": "North America", "destination.geo.country_iso_code": "US", - "destination.geo.location.lat": 37.751, - "destination.geo.location.lon": -97.822, + "destination.geo.location.lat": 37.3042, + "destination.geo.location.lon": -122.0946, + "destination.geo.region_iso_code": "US-CA", + "destination.geo.region_name": "California", "destination.ip": "17.142.164.13", "destination.port": 443, "event.type": "tls", @@ -399,4 +402,4 @@ "suricata" ] } -] +] \ No newline at end of file