amitn322 / blackesk

BLACK ESK SIEM is a SIEM platform built with Elasticsearch, Syslog-Ng and Kibana
29 stars 12 forks source link

geopoint mapping #4

Closed czanik closed 4 years ago

czanik commented 4 years ago

I tried to use mapping below, so that geopoint could be shown on a map, but it did not work. As it was the first time I used Elastic 7.8 also first time using access control, I'm not sure the the problem is. It would be nice to have mapping working out of box for geopoint.

PUT syslog-ng
{
   "mappings" : {
         "properties" : {
            "geopoint" : {
                "type" : "geo_point"
            }
         }
   }
}
amitn322 commented 4 years ago

@czanik , I have updated the installer to take care of this. Thank's a lot for bringing this up. I appreciate your help.