Map dashboard

Hi Experts,

How to create the map metric dashboard with out having geo ip.

Also after adding below to logstash filter, *geoip.location* is not adding 

geoip {
  source => "clientip"
}

Regards,
Suresh 

Hi @suresh123

How to create the map metric dashboard with out having geo ip.

It really depends on your usecase, if you have a geopoint field in your index you can use that on your maps, doesn't needs to be a geoip.

For the second topic, please check this other post. This should create an index field called geoip but your index template needs to be aligned with that field type.