|
33 | 33 | - length: { _source.geoip: 6 }
|
34 | 34 | - match: { _source.geoip.city_name: "Minneapolis" }
|
35 | 35 | - match: { _source.geoip.country_iso_code: "US" }
|
36 |
| - - match: { _source.geoip.location.lon: -93.2166 } |
37 |
| - - match: { _source.geoip.location.lat: 44.9759 } |
| 36 | + - match: { _source.geoip.location.lon: -93.2323 } |
| 37 | + - match: { _source.geoip.location.lat: 44.9733 } |
38 | 38 | - match: { _source.geoip.region_iso_code: "US-MN" }
|
39 | 39 | - match: { _source.geoip.region_name: "Minnesota" }
|
40 | 40 | - match: { _source.geoip.continent_name: "North America" }
|
|
80 | 80 | - match: { _source.geoip.city_name: "Minneapolis" }
|
81 | 81 | - match: { _source.geoip.country_iso_code: "US" }
|
82 | 82 | - match: { _source.geoip.ip: "128.101.101.101" }
|
83 |
| - - match: { _source.geoip.location.lon: -93.2166 } |
84 |
| - - match: { _source.geoip.location.lat: 44.9759 } |
| 83 | + - match: { _source.geoip.location.lon: -93.2323 } |
| 84 | + - match: { _source.geoip.location.lat: 44.9733 } |
85 | 85 | - match: { _source.geoip.timezone: "America/Chicago" }
|
86 | 86 | - match: { _source.geoip.country_name: "United States" }
|
87 | 87 | - match: { _source.geoip.region_iso_code: "US-MN" }
|
|
193 | 193 | - length: { _source.geoip: 6 }
|
194 | 194 | - match: { _source.geoip.city_name: "Minneapolis" }
|
195 | 195 | - match: { _source.geoip.country_iso_code: "US" }
|
196 |
| - - match: { _source.geoip.location.lon: -93.2166 } |
197 |
| - - match: { _source.geoip.location.lat: 44.9759 } |
| 196 | + - match: { _source.geoip.location.lon: -93.2323 } |
| 197 | + - match: { _source.geoip.location.lat: 44.9733 } |
198 | 198 | - match: { _source.geoip.region_iso_code: "US-MN" }
|
199 | 199 | - match: { _source.geoip.region_name: "Minnesota" }
|
200 | 200 | - match: { _source.geoip.continent_name: "North America" }
|
|
224 | 224 | type: test
|
225 | 225 | id: 1
|
226 | 226 | pipeline: "my_pipeline"
|
227 |
| - body: {field1: "82.170.213.79"} |
| 227 | + body: {field1: "82.171.64.0"} |
228 | 228 |
|
229 | 229 | - do:
|
230 | 230 | get:
|
231 | 231 | index: test
|
232 | 232 | type: test
|
233 | 233 | id: 1
|
234 |
| - - match: { _source.field1: "82.170.213.79" } |
| 234 | + - match: { _source.field1: "82.171.64.0" } |
235 | 235 | - length: { _source.geoip: 3 }
|
236 |
| - - match: { _source.geoip.ip: "82.170.213.79" } |
237 |
| - - match: { _source.geoip.asn: 5615 } |
| 236 | + - match: { _source.geoip.ip: "82.171.64.0" } |
| 237 | + - match: { _source.geoip.asn: 1136 } |
238 | 238 | - match: { _source.geoip.organization_name: "KPN B.V." }
|
0 commit comments