As of last weekend (17th-18th May) we’ve been experiencing an issue whereby any new sensors we create have broken links in the UI so need browsing to manually. Specifically this affects JSON Logs sensors which are receiving their data via LC webhooks. It may affect other sensor types, but we’ve not tried them.
The sensors are created just fine, they also happily receive data being sent to them, so work and function as expected. The problem we have is that when you click the link in the web UI in order to access the sensor it results in a 404 because our orgID is missing from the URL. e.g. it sends us to:
/orgs//sensors/<sensorID>/overview
rather than:
/orgs/<orgID>/sensors/<sensorID>/overview
This affects things in both the modern and classic UI.
We can work around this currently by just manually adding the orgID, but it is a bit painful and cumbersome. Interestingly the URLs are not broken for any sensors that we have created prior to last weekend, their links work just fine.
On the assumption this was a “me” issue I’ve cleared any cache, logged out and then in. Used a completely fresh browser etc. none of which resolved this. This is also affecting my colleague too, so i’m reasonably comfy it is not a “me doing something stupid” thing.
By way of testing I also created a sensor under another org within my account and it had the same effect. I suspect you’d have noticed if it was affecting everyone, so very willing to accept that this might be constrained to our account for some reason, or specifically to JSON webhook sensors. But i’m not sure that rectifying this is something in our control, so seeking some expert help.
(let me know if you need orgID’s etc. - I’d just prefer not to post them in the forum)
thanks.