elasticsearch - What is the format of ip address in kibana that i want to see ip distribution in map? -
elasticsearch - What is the format of ip address in kibana that i want to see ip distribution in map? -
recently, i'm developing elasticsearch , kibana.
now, want see ip distribution in map, not know ip format, example.json shows below can not identified in kibana map :
{"index":{"_index":"json","_type":"column","_id":126245}} {"@timestamp": "2014-01-11t19:38:56.573z","column_id":126246,"play_name":"a winters tale","speech_number":38,"column_number":"","client_ip":"199.72.81.55","text_entry":"exeunt"}
and json schema likes :
{ "mappings" : { "_default_" : { "properties" : { "client_ip" : {"type": "string", "index" : "not_analyzed" }, "play_name" : {"type": "string", "index" : "not_analyzed" }, "line_id" : { "type" : "integer" }, "speech_number" : { "type" : "integer" }, "@timestamp" : {"type" : "date", "format" : "dateoptionaltime"} } } } } ';
to utilize map panel in kibana need add together geoip
info rows. can manually or logstash's geoip filter
there @ to the lowest degree 1 blog post i've found googling kibana map geoip
(although of steps in aren't necessary recent versions of kibana.
map elasticsearch kibana
Comments
Post a Comment