[graylog2] Re: Using kopf plugin to change *_geolocation fields type to geo_point

2016-09-16 Thread Jochen Schalanda
Hi Aykisn, On Friday, 16 September 2016 06:25:06 UTC+2, Aykisn wrote: > > Well I don't understand why it's not possible, the link you provided shows > that it actually is :o > string and geo_point

[graylog2] Re: Using kopf plugin to change *_geolocation fields type to geo_point

2016-09-15 Thread Aykisn
Whenever I say "it doesn't work" I mean the mapping (string to geo_point), not the map widget. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to graylog2+unsubsc

[graylog2] Re: Using kopf plugin to change *_geolocation fields type to geo_point

2016-09-15 Thread Aykisn
Well I don't understand why it's not possible, the link you provided shows that it actually is :o I'm interested in visualizing these geo fileds in kibana only, so it's not a problem that graylog doesn't support the geo_point types. The user there claims to have just added { "geolo

[graylog2] Re: Using kopf plugin to change *_geolocation fields type to geo_point

2016-09-15 Thread Jochen Schalanda
Hi Aykisn, On Thursday, 15 September 2016 07:56:05 UTC+2, Aykisn wrote: > > I edited the graylog-internal template to add the geolocation fields to > convert tem to geo_point. > Graylog will check and overwrite its internal template (graylog-internal), so changing this will have no effect at al

[graylog2] Re: Using kopf plugin to change *_geolocation fields type to geo_point

2016-09-14 Thread Aykisn
I have managed to convert one field at a time by creating a nex template like this : { "order": 0, "template": "graylog_*", "settings": {}, "mappings": { "message": { "properties": { "*_geolocation": { "type": "geo_point" } } } }, "aliases"