Event logging options

I’m trying to find methods to alert on events occurring within TS that we want to be aware of, such as new user signups, new system activations, tag changes/drops, and changes to “shields up”/allow incoming connections status. Admin events would be nice too, such as changes to DNS, routes, and ACLs.

It sounds like a logging stream of some kind will be available in the future but it may be awhile. I get that’s not a huge priority, no worries.

Some types of events I could see by caching state somewhere and polling the API. Kind of gross, but it’d work. Other types I could pull from collected local tailscale logs or active probes of live hosts, which I’m doing in some cases, but is also kind of painful.

Anyone know of anyone else doing this?

Cheers,