Julian

Results 9 comments of Julian

Your example query now returns a useful error. We're also very near to having the whole query parser ported to ANTLR. Once this is finished the error messages should be...

[Qup42/loghead](https://github.com/qup42/loghead) is a simple recorder that can be used with custom control planes. `tailscale/tsrecorder` only works with the standard control plane.

> Have you managed to log the `tsrecorder` container with headscale ? When I last checked, there wasn't an option to specify a different server. No. I am playing around...

I would like to share some of my insights that I gained while working on the client logs.[^1] ## What logtail is Both network flow logs and client logs send...

For network flow logging to work you currently have to patch both the local client and the control plane. As stated above some patches to the client are required and...

I dug around in markdownlint for an unrelated issue. It turns out that the second "code block" is parsed as a code span (inline code blocks) by kramdown. Judging by...

Thanks for the pointers. I found two workarounds that work, when markdown automatic links (``) are used. - `` as suggested by you. Works as markdown automatic link but not...

It would be really great to have this feature. I would love to build properly annotated multi-arch images with a downstream tool (goreleaser).

`host_name` is used in `start`, `ui` and `cache_stats`. `ui` uses it to set the location of the server. This is useful if I am developing remotely on my laptop and...