Just found myself that with the line map you can create a route of coordinates.
Solved!
Hi Guillermo,
It is possible to do it out of the box.
The app comes with a '/app/heremaps/linemap2' and '/app/heremaps/linemap3' dashboard, have a look at them.
They are not shown in the menu, but you can open them by modifying the url.
Or just open the 'linemap1' dashboard and use the following search:
|inputlookup line-data2.csv |head 13 | tail 1 | eval coords=split(coords,";") | eval points=split(points,";") | eval values=split(values,";")
Customizing the visualization is possible by setting the different options of the line map.
See: https://github.com/pvanisacker/heremaps/blob/master/appserver/static/heremaps/herelinemap.js
Hope this helps,
Pieter
Just found myself that with the line map you can create a route of coordinates.
Solved!
Can you provide a small working example for the community?
Are you asking about this app https://apps.splunk.com/app/1628/ ?
It can draw route with a line, more than that it actually draws routes.
But if you want something more from it - you can easily change it for your needs https://github.com/splunk/splunk-demo-app-routemap
I need something similar to show the the point of connection between MDF/snmp connections and routers.Can anyone help me out?
Not really,
I want to do something similar to that, but using the HERE maps app
But I'll that a look to this app, maybe its what Im looking for
Thanks!