World map don't handle latitude with minus?

Hello,

I have a problem with world map…
When the longitude/latitude contains some minus, the map could’t be generated …

I try to generate the map by message -> world map
Do you have an idea to resolve this problem ?
I don’t understand why the map don’t get it, location may contains minus like in the example above …

Thanks !

the geo data need to be in a dedicated field with no other information.

from your screenshot I guess you tried building the map by selecting source. But you would have just tapen the message field building the worlmap (if no other data is in the message field)

sorry the screenshot is not really explicit but I tried with the message field, not source field and there is only string like that :

54.68410,25.31700

This location will work, but for example if I have this one, It will not work:

   54.68410,-25.31700

Just because there is a minus …

what Graylog Version are you using? With that Elasticseaerch Version?

Do you mind opening a proper bug report?

I use elasticsearch 2.4.4 and graylog 2.2.3.

Yes, I can open bug report.

Thanks !

I tried to reproduce your problem, but my negative location points seem to work. (e.g -22.7056,-46.765).
Can you explain how you extract the data?
Can you take a look in the webconsole of your browser when rendering to see if there is any error from
the World Map Widget?

just for reference: https://github.com/Graylog2/graylog2-server/issues/5419

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.