Page History
...
Tip |
---|
Tracking Power |
Getting data out
Next, the data can be extracted to XLS og CVS, but this was to manual, I wanted to utilize and automate, so I signed up for API services, which has 2 primary functions:
...
I leave it blank, so the REST Url will be called every 60 secs. Also refer to "Tracking Power" above.
Presenting the data
...
Looking at possible visualisations, I first went for the map/geostats visualisation, but the density and zoomlevel is more world event like than street/block level needed, so I installed the Location Tracker - Custom Visualization.
And created the needed search:
Kodeblok |
---|
index="followmee" | dedup _time | eval User="Normann" | table _time "Data{}.Latitude" "Data{}.Longitude" User |
...
Tip |
---|
As follow me reports a lot of the same data on the API when the phone is not moving by reporting same time as last for same location, the "dedup" command removes these. The current search is not time important, only location specific. For Time importance, I would problably make another Dashboard |
...