You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/logtail
Joe Tsai d8ef50fe3c tailcfg: support LogUploadAuth and empty DataPlaneAuditLogID
This updates the Tailscale protocol to support the following:
* Network flow logs to be uploaded with a custom HTTP Authorization.
* Network flow logs to be uploaded under a TailnetID
without also needing to be associated with a particular NodeID.
* Network flow logs to to exclude embedded node information
based on a capability flag (see #17668).

Updates tailscale/corp#33352

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 months ago
..
example Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 1 year ago
filch all: use Go 1.22 range-over-int 2 years ago
.gitignore Move Linux client & common packages into a public repo. 6 years ago
README.md Move Linux client & common packages into a public repo. 6 years ago
api.md Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 1 year ago
buffer.go syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging 2 months ago
config.go tailcfg: support LogUploadAuth and empty DataPlaneAuditLogID 2 months ago
logtail.go tailcfg: support LogUploadAuth and empty DataPlaneAuditLogID 2 months ago
logtail_omit.go feature/logtail: pull logtail + netlog out to modular features 3 months ago
logtail_test.go all: rename variables with lowercase-l/uppercase-I 2 months ago

README.md

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to info@tailscale.io.