ip2location / logstash-filter-ip2location

IP2Location filter plugin for Logstash enables Logstash's users to add geolocation information such as country, state, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection speed, IDD code, area code, weather station code, weather station name, MNC, MCC, mobile brand, elevation and usage type by IP address.
https://www.ip2location.com
Other
20 stars 5 forks source link

can't show the map in kibana with ip2location #7

Closed zqc0512 closed 3 years ago

zqc0512 commented 6 years ago

when create the map. can't show data about it. how can do it? image

with geoip.location can show it. image

link: https://discuss.elastic.co/t/kibana-can-with-other-geoip-with-create-maps/126494/3

vitich commented 6 years ago

What type of this field? Shoud be geo_point

zqc0512 commented 6 years ago

@vitich i use the mapping like this? it ok? "geoip": { "dynamic": true, "properties": { "location": { "type": "geo_point" }, "ip": { "type": "ip" }, "continent_code": { "type": "text" }, "country_name": { "type": "text" } }, "type": "object" }, "ip2location": { "dynamic": true, "properties": { "location": { "type": "geo_point" }, "ip": { "type": "ip" }, "continent_code": { "type": "text" }, "country_name": { "type": "text" } }, "type": "object" },

zqc0512 commented 6 years ago

can give me a right mapping about the ip2location thanks. @vitich @ip2location

zqc0512 commented 6 years ago

@vitich @ip2location can give me a IP2LOCATION-LITE-DB11.BIN file? in lite.ip2location.com i can't register an account . thanks.

vitich commented 6 years ago

@zqc0512 https://fex.net/280356194692?fileId=396198041

zqc0512 commented 6 years ago

@vitich the mapping with me is ok? can give me your right mapping? thanks.

zqc0512 commented 6 years ago

@vitich @ip2location i see geo location have muber

image

but don't find ip2location.location filed image

vitich commented 6 years ago

https://discuss.elastic.co

zqc0512 commented 6 years ago

@vitich you have DB24.BIN file? can give me ? i find the ip2lcation can't add ip2location.location field as geo_point show the map can't use in kibana map as elastic i also ask a question https://discuss.elastic.co/t/kibana-can-with-other-geoip-with-create-maps/126494

ip2location commented 3 years ago

Kindly try it again with the latest version 2.1.4.