Closed kmanwar89 closed 1 year ago
Hi, are you currently using v2.3.0?
If yes, i mentioned in the release notes of 2.3.0 that i had to change the data point name in Influx from Latitude
and Longitude
to latitude
and longitude
for easier future dashboard development. (Grafana doesn't auto-detect the coordinates if the data point name is capitalized).
You can fix it in 2 ways:
Latitude
and Longitude
as latitude
and longitude
.
or#18826
and connect it to the old data source. (The old data is not lost. You also don't have to delete the old one but during the creation of the new one, you'll get an error because of the same Unique identifier (UID)
. You can just change the UID and start it)@kmanwar89 Maybe you should secure your n8n application (auto.domain.com). It's useable without authentication. NPM can help you there.
Thanks for calling that out - I hadn't gotten around to security it (usually put it behind Authentik). I do use NPM so I'll look into implementing the ACL's, but the high requests towards that domain are because I have a Webhook trigger which seems to be polling a few times a minute.
Your #1 fix you posted above was super simple to do, and now mapping has returned to working as expected. Thanks for the help!
No problem. Security is important.
Glad to hear. Enjoy :)
Hi there,
Installed npmgrafstats and love it, but something seems to have broken the mapping functionality and I can't seem to find any indication as to what/why/how.
I installed it on 7 JUN when I raised #14 . It's been running since, and I suspect my WAN IP changed at some point, because I observed the logs stopped parsing on or about 19 JUN. I fixed the WAN IP (before pulling the new version of the image where you addressed #15 ) and saw it began parsing again, but the mapping functionality is lost.
The below screenshot shows logs are accurately being parsed, but the mapping function is not functioning (2nd screenshot)
Snippet of docker compose logs (below) show the lat/long is being properly identified as well, but I'm happy to share over any relevant logs or output needed. I'm currently using the latest GeoLite2-City.mmdb file which was recent as of 7 JUN, but can upgrade to a more recent one if needed, thanks!